Focus Messages 285 Reaction score 3 Thread starter Aug 1, 2008 #1 Has anyone used GTK and Python (or C/C++) here? Any ideas on how to make keyboard hotkeys? I am using Glade3 to build the GUI. Thanks in advance
Has anyone used GTK and Python (or C/C++) here? Any ideas on how to make keyboard hotkeys? I am using Glade3 to build the GUI. Thanks in advance
ranger Gold Member Messages 1,687 Reaction score 2 Aug 1, 2008 #2 Please lookup gtk+ accelerators. Also the PyGTK FAQ is a good source of information for beginning programmers using gtk+ and python.
Please lookup gtk+ accelerators. Also the PyGTK FAQ is a good source of information for beginning programmers using gtk+ and python.
Focus Messages 285 Reaction score 3 Aug 1, 2008 #3 You sir are a saint. I didn't know they were called accelerators :). Thanks a bunch!