mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 21:32:13 +03:00
2803e8fc58
This commit allows distinguishing between left and right alt modifiers at the window layer. So far only macos provides this additional information. Expand the logic that decides whether Alt should emit the composed key or act as the raw key with the Alt modifier flag set so that we can set that behavior separately for the left and right modifiers on systems that support it, and use the existing config for systems that don't support it. The default settings for these flags is that Left Alt will send the uncomposed key + Alt modifier while the Right Alt will behave more like AltGr (which is typically on the RHS of the keyboard) and send the composed key. This gives more flexibility by default and hopefully matches expectations a bit better. refs: https://github.com/wez/wezterm/issues/216 |
||
---|---|---|
.. | ||
config | ||
install | ||
screenshots | ||
_config.yml | ||
book.toml | ||
changelog.markdown | ||
copymode.markdown | ||
custom.css | ||
faq.markdown | ||
features.markdown | ||
help.markdown | ||
hyperlinks.markdown | ||
imgcat.markdown | ||
index.markdown | ||
installation.markdown | ||
lua.js | ||
multiplexing.markdown | ||
scrollback.markdown | ||
serial.markdown | ||
shell-integration.markdown | ||
ssh.markdown | ||
SUMMARY.md |