1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00
wezterm/wezterm-input-types
Wez Furlong 8c975a7681
keys: don't hide mouse cursor when pressing only modifier keys
Further constrain the hiding logic for key-down events, so that
we are less likely to hide for things ctrl-shift-c when the user
is mousing around and copy/pasting.

Also, consider CapsLock to be a modifier for this and other
similar purposes.

refs: #3570
refs: #3306
2023-04-20 07:53:20 -07:00
..
src keys: don't hide mouse cursor when pressing only modifier keys 2023-04-20 07:53:20 -07:00
Cargo.toml termwiz::Modifiers is now wezterm_input_types::Modifiers 2023-04-13 14:18:13 -07:00