↧
Answer by Ahmad Ismail for How can I find out which command/action is...
For custom keybindings the command is:for i in $(gsettings get org.gnome.settings-daemon.plugins.media-keys custom-keybindings | awk -F"'" '{ for (i=2;i<=NF;i+=2) print $i }'); do echo "$(dconf read...
View ArticleAnswer by d1bro for How can I find out which command/action is executed on a...
Okay, after alot of back-and-forth in the comments, I believe I found the proper way to find the settings:It is described in https://wiki.ubuntu.com/KeybindingsTo find all (system) key bindings:lets...
View ArticleHow can I find out which command/action is executed on a shortcut combination?
I have created a custom shortcut and bound the shutter -s to it:Then I tried to find out where this command is stored and checked settings by dconf-editor. But there are no information about the...
View Article