The officially official Devuan Forum!

You are not logged in.

#1 2018-10-19 13:24:50

GNUser
Member
Registered: 2017-03-16
Posts: 561  

what are all the places with keyboard shortcut settings?

I'm on ASCII with MATE. I use (and like) F5 to refresh the file manager. However, I'm puzzled that I can't seem to find this keybinding anywhere. I've tried all of these...

System -> Preferences -> Keyboard Shortcuts
System-> Preferences -> Keyboard -> Layouts -> Options
$ gsettings list-recursively | grep F5
$ cat ~/.config/caja/accels | grep F5

...and I don't see any mention of F5 anywhere.

I'm obviously missing at least one place where keyboard shortcut settings are stored. In general, do you know of other places? Specifically, do you know where the F5 keybinding is hiding, so that I could change it if I wanted to?

Last edited by GNUser (2018-10-19 13:32:09)

Offline

#2 2018-10-19 14:37:41

GNUser
Member
Registered: 2017-03-16
Posts: 561  

Re: what are all the places with keyboard shortcut settings?

I found this in caja's source code:

gtk_binding_entry_add_signal (binding_set, GDK_KEY_F5, 0,
                                  "reload", 0);

Does it mean that this particular shortcut (F5 to reload) is hard-wired into caja and therefore I'm not going to find it listed anyplace where configurable keyboard shortcuts are listed?

Last edited by GNUser (2018-10-19 14:39:28)

Offline

Board footer