mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 13:52:55 +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 |
||
---|---|---|
.. | ||
colorschemes | ||
config | ||
install | ||
screenshots | ||
_config.yml | ||
book.toml | ||
changelog.md | ||
contributing.md | ||
copymode.md | ||
custom.css | ||
escape-sequences.md | ||
faq.md | ||
features.md | ||
help.md | ||
hyperlinks.md | ||
imgcat.md | ||
index.md | ||
installation.md | ||
multiplexing.md | ||
quickselect.md | ||
README.markdown | ||
scrollback.md | ||
serial.md | ||
shell-integration.md | ||
ssh.md |
This directory contains the sources for the documentation. Read the generated documentation at: https://wezfurlong.org/wezterm