Files
oak-gpui/crates
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
..
2024-05-10 15:50:20 -06:00
2024-05-26 16:30:09 -07:00
2024-05-23 15:50:59 +02:00
2024-04-23 13:31:21 -04:00
2024-05-26 16:30:09 -07:00
2024-04-11 15:36:35 -06:00
2024-05-23 15:50:59 +02:00
2024-05-22 14:36:15 +03:00
2024-04-30 23:31:59 -06:00
2024-05-10 15:50:20 -06:00
2024-05-10 15:50:20 -06:00
2024-05-09 21:08:49 -06:00
2024-05-23 15:50:59 +02:00
2024-05-26 16:30:09 -07:00
2024-05-23 15:50:59 +02:00
2024-05-23 15:50:59 +02:00
2024-04-15 14:21:52 +02:00
2024-05-26 16:30:09 -07:00
2024-05-03 12:50:42 -07:00
2024-05-26 16:30:09 -07:00