Surely I'm not the only one who finds keyboard shortcuts to be very useful, but the plethoria of them is quite confusing for beginners.
On top of that many applications will override those from the window manager, and have their own shortcuts.
So I started learning about that from the System Settings -> Shortcuts -> Global Shortcuts -> KWin, and wrote a small python script
to list them so I can grep through it.
Is there no alternative to wading through the system settings menus?
I started writing a script helping me to show the settings.
My first draft of this (python) script is in https://github.com/teuben/teunix/blo.../ksettings_all
but this one only parses the global settings in ~/.config/kglobalshortcutsrc
Anybody have alternatives? Is this script worth expanding on, I'm thinking of adding common apps once I find
the settings file.
On top of that many applications will override those from the window manager, and have their own shortcuts.
So I started learning about that from the System Settings -> Shortcuts -> Global Shortcuts -> KWin, and wrote a small python script
to list them so I can grep through it.
Is there no alternative to wading through the system settings menus?
I started writing a script helping me to show the settings.
My first draft of this (python) script is in https://github.com/teuben/teunix/blo.../ksettings_all
but this one only parses the global settings in ~/.config/kglobalshortcutsrc
Anybody have alternatives? Is this script worth expanding on, I'm thinking of adding common apps once I find
the settings file.
Comment