Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the HUD shortcut: Alt + Space #142

Open
drnxloc opened this issue Apr 27, 2022 · 1 comment
Open

How to change the HUD shortcut: Alt + Space #142

drnxloc opened this issue Apr 27, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@drnxloc
Copy link

drnxloc commented Apr 27, 2022

I can't find a way to change the keyboard shortcut: Alt + Space

@drnxloc drnxloc added the bug Something isn't working label Apr 27, 2022
@PromethiumL
Copy link

My workaround:

  1. find the egg file that fildem is using, e.g. locate fildem | grep .egg$
  2. extract the egg file (just unzip it) that fildem is using.
  3. replace the hard-coded <Alt>space in line 22 in fildem/keybinder.py with 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()
  1. re-zip the file. and replace the original egg file with the modified one (without changing its name).

You may have to log out to make the current HUD binding disappear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants