ZIm/crates/settings_ui/src
张小白 fff0ecead1
windows: Fix keystroke & keymap (#36572)
Closes #36300

This PR follows Windows conventions by introducing
`KeybindingKeystroke`, so shortcuts now show up as `ctrl-shift-4`
instead of `ctrl-$`.

It also fixes issues with keyboard layouts: when `use_key_equivalents`
is set to true, keys are remapped based on their virtual key codes. For
example, `ctrl-\` on a standard English layout will be mapped to
`ctrl-ё` on a Russian layout.


Release Notes:

- N/A

---------

Co-authored-by: Kate <kate@zed.dev>
2025-08-27 03:24:50 +08:00
..
ui_components windows: Fix keystroke & keymap (#36572) 2025-08-27 03:24:50 +08:00
appearance_settings_controls.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
keybindings.rs windows: Fix keystroke & keymap (#36572) 2025-08-27 03:24:50 +08:00
settings_ui.rs onboarding: Wire up settings import (#35366) 2025-07-30 20:09:11 +00:00