Karabiner-Elements icon indicating copy to clipboard operation
Karabiner-Elements copied to clipboard

"pause" key code sends "f15" instead

Open mreiche opened this issue 8 months ago • 0 comments

When I map anything to "pause" (keycode 19), it sends the key code for "f15" (keycode 126) instead. Is it possible to pass to custom raw key codes like?

"to": [
    {
        "key_code": 19
    }
],

The example above sends the "n" key.

I tested with: https://www.toptal.com/developers/keycode

Related to:

  • https://github.com/pqrs-org/Karabiner-Elements/issues/1388
  • https://github.com/pqrs-org/Karabiner-Elements/issues/1872
  • https://github.com/pqrs-org/Karabiner-Elements/issues/2820

mreiche avatar May 26 '24 07:05 mreiche