mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
29eb6dde23
This commit adjusts the config parsing layer so that: ``` return { keys = { {key="a", ...} } } ``` is now treated as being implicitly the same as `key="phys:A"`. You can explicitly use `key="mapped:a"` to use the post-keyboard-map processed value of a key to trigger an assignment, rather than the physical key location. refs: #1483 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |