Karabiner-Elements
Karabiner-Elements copied to clipboard
"pause" key code sends "f15" instead
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