Creating Hotkeys with GTK and Python (or C/C++)

  • Context: C/C++ 
  • Thread starter Thread starter Focus
  • Start date Start date
  • Tags Tags
    Python
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Focus
Messages
285
Reaction score
3
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
 
Physics news on Phys.org
Please lookup gtk+ accelerators. Also the PyGTK FAQ is a good source of information for beginning programmers using gtk+ and python.
 
You sir are a saint. I didn't know they were called accelerators :). Thanks a bunch!