Murmure version
1.10.1
Operating system
Linux
Display server (Linux only)
X11
Linux distribution (Linux only)
Ubuntu 24.04.4 LTS
Feature impacted
Shortcuts
Bug description
Pressing F13 in the shortcut dialog records Unidentified and fails to save.
xev reports X11 keycode 191 with keysym XF86Tools. Murmure’s native listener correctly maps raw keycode 191 to F13, but the frontend relies on WebKit’s KeyboardEvent.key.
Expected: capture and save f13, using the native keycode when WebKit reports Unidentified.
Steps to reproduce
- Run Murmure in a Linux X11 session.
- Open Settings → Shortcuts.
- Select a shortcut to edit.
- Press a key mapped to F13 (X11 keycode 191).
- Observe that Murmure displays
Unidentified and cannot save the shortcut.
Workaround
- Quit Murmure.
- Open
~/.local/share/com.al1x-ai.murmure/settings.json.
- Set:
- Restart Murmure.
Murmure version
1.10.1
Operating system
Linux
Display server (Linux only)
X11
Linux distribution (Linux only)
Ubuntu 24.04.4 LTS
Feature impacted
Shortcuts
Bug description
Pressing F13 in the shortcut dialog records
Unidentifiedand fails to save.xevreports X11 keycode191with keysymXF86Tools. Murmure’s native listener correctly maps raw keycode 191 to F13, but the frontend relies on WebKit’sKeyboardEvent.key.Expected: capture and save
f13, using the native keycode when WebKit reportsUnidentified.Steps to reproduce
Unidentifiedand cannot save the shortcut.Workaround
~/.local/share/com.al1x-ai.murmure/settings.json.