flow/src/keybind
Jonathan Marler d90d82a4b7 win32 gui: remove bespoke/incorrect key translation
I played around with the API a bit and I tried out the other approach
where instead of trying to implement our own keyboard translation, instead
I just clear the "control key" before calling ToUnicode.  This fixes any
weird translation the OS was doing.

With this change, we no longer need to skip calling ToUnicode if the
control or alt keys are down, so keys will always work the same way whether
or not these modifiers are down.
2025-01-07 14:53:34 +01:00
..
builtin win32 gui: remove bespoke/incorrect key translation 2025-01-07 14:53:34 +01:00
keybind.zig feat: add inheritance between input modes in an input namespace 2025-01-06 20:25:09 +01:00
parse_flow.zig win32 gui: remove bespoke/incorrect key translation 2025-01-07 14:53:34 +01:00
parse_vim.zig fix: add down level ':' keybindings to vim and helix modes 2024-12-12 16:57:16 +01:00