Johannes Altmanninger ece4ebaf72 fish_key_reader: show unmapped function key as hex code
We don't yet support all keys from
https://sw.kovidgoyal.net/kitty/keyboard-protocol/#functional-key-definitions
Instead of displaying a private-use character, show the character code;
this can be used to map the key even if we don't know a name for it.

    bind \uE011 'echo print screen'
    bind ctrl-\uE011 'echo do control + print screen'

Note that it's also possible to mape the raw CSI u sequence, like

    bind \e\[57361u 'echo print screen'

but we should not encourage that syntax because it does not allow adding
the modifiers like ctrl.

Of course leaking the PUA character code is not ideal.
2024-04-08 09:16:55 +02:00
..
2024-03-23 10:38:28 +01:00
2024-04-08 09:16:22 +02:00
2024-03-24 16:33:35 +01:00
2024-03-24 16:33:35 +01:00
2024-01-21 19:12:33 -08:00
2024-04-02 21:33:54 +02:00
2024-01-13 08:52:54 +01:00
2024-03-24 16:33:35 +01:00
2024-04-02 14:35:16 +02:00
2024-03-09 13:49:25 +01:00
2024-01-13 03:58:33 +01:00
2024-03-09 13:49:25 +01:00
2024-04-07 12:59:16 +02:00
2024-03-23 01:34:23 -05:00
2024-01-13 03:58:33 +01:00
2024-01-13 08:52:54 +01:00
2024-04-02 14:35:16 +02:00
2024-02-22 20:10:16 +01:00
2024-02-01 22:15:24 +01:00
2024-02-01 22:15:24 +01:00
2024-01-13 03:58:33 +01:00
2024-01-13 03:58:33 +01:00
2024-04-06 11:22:19 +02:00
2024-01-28 21:45:14 +01:00
2024-01-13 03:58:33 +01:00
2024-01-13 03:58:33 +01:00
2024-01-13 03:58:33 +01:00
2024-01-27 20:42:13 +01:00
2024-04-07 09:59:09 +02:00
2024-04-07 13:32:48 +02:00
2024-03-09 13:49:25 +01:00
2024-01-13 03:58:33 +01:00
2024-01-13 08:52:54 +01:00
2024-01-28 10:41:15 +01:00
2024-02-11 11:40:27 -08:00
2024-01-13 03:58:33 +01:00
2024-01-13 03:58:33 +01:00
2024-01-13 03:58:33 +01:00
2024-04-02 14:35:16 +02:00
2024-01-13 08:52:54 +01:00
2024-01-13 03:58:33 +01:00
2024-03-07 18:35:41 -06:00