My keyboard has multimedia key, amongst these “arrow >” and “arrow <”. I’d like to use them with the tryton GTK client to click the wedges (2nd and 3rd in the image below):
Is there an easy way to achieve that?
Cheers,
Wolf
My keyboard has multimedia key, amongst these “arrow >” and “arrow <”. I’d like to use them with the tryton GTK client to click the wedges (2nd and 3rd in the image below):
Is there an easy way to achieve that?
Cheers,
Wolf
You can edit the accel.map
file.
Works. I found that the wedges already are assigned to “PageUp” and “PageDown”, which is good. I changed it to my personal flavour:
(gtk_accel_path "<tryton>/Form/Next" "XF86Forward") (gtk_accel_path "<tryton>/Form/Previous" "XF86Back")
You need to quit the client, uncomment the lines in question, do the changes and relaunch the client.
Thanks a lot, Cedric!
Wolf
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.