GTK-client: Assign keyboard shortcut?

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):
Bildschirmfoto von 2020-07-29 14-30-00
Is there an easy way to achieve that?

Cheers,
Wolf

You can edit the accel.map file.

1 Like

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

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.