Skip to content

F13 shortcut captured as Unidentified on Linux X11 #388

Description

@pappasam

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

  1. Run Murmure in a Linux X11 session.
  2. Open Settings → Shortcuts.
  3. Select a shortcut to edit.
  4. Press a key mapped to F13 (X11 keycode 191).
  5. Observe that Murmure displays Unidentified and cannot save the shortcut.

Workaround

  1. Quit Murmure.
  2. Open ~/.local/share/com.al1x-ai.murmure/settings.json.
  3. Set:
"record_shortcut": "f13"
  1. Restart Murmure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    1.11.0bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions