mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
43d9392c52
Previously, we'd take a couple of guesses at how to map the key to a utf8 value, but! the keyboard state has a method that can tell us what to use. This is important in non-latin keymaps where, for example, the `c` key generates cyrillic small letter es and we'd end up sending CTRL + that through to the terminal when CTRL is held down. If we get the utf8 string from the keyboard layer then we get CTRL+c instead, and that is what we want. refs: https://github.com/wez/wezterm/issues/678 |
||
---|---|---|
.. | ||
bitmaps | ||
os | ||
configuration.rs | ||
connection.rs | ||
egl.rs | ||
lib.rs | ||
spawn.rs |