zed/crates/terminal
Jakob Hellermann b1cfd46d37
Fix ctrl click to open file on windows (#12294)
There were two issues:
1. the `ModifiersChanged` event was never emitted on windows.
macOS, x11 and wayland have separate events for this, while on windows
they are sent via the usual `keyup` and `keydown` events, but
`parse_keydown_msg_keystroke` just ignored them.
2. the word segmenting regex didn't include '\' so paths weren't
correctly detected

fixes https://github.com/zed-industries/zed/issues/12321

Release Notes:

- N/A
2024-05-26 16:57:35 -07:00
..
src Fix ctrl click to open file on windows (#12294) 2024-05-26 16:57:35 -07:00
Cargo.toml linux cli (#11585) 2024-05-09 21:08:49 -06:00
LICENSE-GPL