Fildem
Fildem copied to clipboard
How to change the HUD shortcut: Alt + Space
I can't find a way to change the keyboard shortcut: Alt + Space
My workaround:
- find the
eggfile thatfildemis using, e.g.locate fildem | grep .egg$ - extract the
eggfile (just unzip it) thatfildemis using. - replace the hard-coded
<Alt>spacein line22infildem/keybinder.pywith something else.
21 if not is_wayland():
22 Keybinder.bind('<Ctrl><Alt>H', callback, dbus_menu)
23 # GLib.timeout_add_seconds(1, callback)
24 try:
25 GLib.MainLoop().run()
26 except KeyboardInterrupt:
27 GLib.MainLoop().quit()
- re-zip the file. and replace the original
eggfile with the modified one (without changing its name).
You may have to log out to make the current HUD binding disappear.