I’ve got a project written in c++ using gtkmm 3.0, and I’d like to be able to have the user press a key mapped to a button widget on the screen. I’ve sifted through 20+ pages of google results with no luck. Anyone know how? It would be greatly appreciated.
Share
This is how you’d do it in C to make the button click when you press Shift-F1: