ZIm/assets/keymaps/macos
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 casing of "macOS" (#17040) 2024-08-28 19:10:49 -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
textmate.json Fix project_panel::NewDirectory in TextMate keymap (#23825) 2025-01-29 08:37:45 +00:00