You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/root/.local/pipx/venvs/xkeysnail/bin/xkeysnail", line 6, in <module>
cli_main()
File "/root/.local/pipx/venvs/xkeysnail/lib/python3.11/site-packages/xkeysnail/__init__.py", line 62, in cli_main
eval_file(args.config)
File "/root/.local/pipx/venvs/xkeysnail/lib/python3.11/site-packages/xkeysnail/__init__.py", line 6, in eval_file
exec(compile(file.read(), path, 'exec'), globals())
File "/home/simon/sciebo/bin/xkeysnail_config.py", line 5, in <module>
K("ü"): K("{"),
^^^^^^
File "/root/.local/pipx/venvs/xkeysnail/lib/python3.11/site-packages/xkeysnail/transform.py", line 144, in K
key = getattr(Key, key_str)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/enum.py", line 789, in __getattr__
raise AttributeError(name) from None
AttributeError: Ü
I also tried replacing ü with udiaresis, which is the name that works with xmodmap.
FWIW this is what I used with xmodmap in the past:
I couldn't find an entry in
key.py
. I tried using the following config:but which yields the following error.
I also tried replacing ü with udiaresis, which is the name that works with xmodmap.
FWIW this is what I used with xmodmap in the past:
Which string can I use instead of e.g.
ü
in my config?The text was updated successfully, but these errors were encountered: