ZIm/assets/keymaps/linux
0x2CA 78a8002415
keymap: Fix shift- modifier symbol (#25238)
Closes #25230

```
The shift- modifier can only be used in combination with a letter to indicate the uppercase version. For example shift-g matches typing G. Although on many keyboards shift is used to type punctuation characters like (, the keypress is not considered to be modified and so shift-( does not match.
```

[Document](https://zed.dev/docs/key-bindings#keybinding-syntax)

Release Notes:

- Fixed Keymap use `shift-` modifier symbol
2025-02-20 08:47:51 -07:00
..
atom.json Fix Cmd+\ for workspace::ToggleLeftDock for Atom base keymap (#14098) 2024-07-15 15:56:10 -04:00
emacs.json Add support for editor::SwapSelectionEnds everywhere (emacs exchange-point-and-mark) (#23428) 2025-01-21 18:14:00 -05:00
jetbrains.json keymap: Fix shift- modifier symbol (#25238) 2025-02-20 08:47:51 -07:00
sublime_text.json keymap: Fix shift- modifier symbol (#25238) 2025-02-20 08:47:51 -07:00