mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
4524abcdba
We need 100% of the info for it to work correctly, so this commit: * Exposes the keyboard encoding mode via the Pane trait * Adds the scan code to the RawKeyEvent * Has the GUI perform the encoding if the keyboard is set that way * Removes the basic encoder from termwiz in favor of the gui level one The net result is that we bypass the Pane::key_up/Pane::key_down methods in almost all cases when the encoding mode is set to win32-input-mode. There is now a config option: allow_win32_input_mode that can be used to prevent using this mode. refs: #1509 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |