mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 02:42:05 +03:00
694fec0d5d
To avoid confusing behavior, normalize the configured keys in the same way that we normalize key presses. In other words, this: ```lua { key = "y", mods = "CTRL|SHIFT", action = "Copy", } ``` is treated as if you wrote: ```lua { key = "Y", mods = "CTRL", action = "Copy", } ``` refs: https://github.com/wez/wezterm/issues/372 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |