ZIm/assets/keymaps
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
..
linux keymap: Fix shift- modifier symbol (#25238) 2025-02-20 08:47:51 -07:00
macos keymap: Fix shift- modifier symbol (#25238) 2025-02-20 08:47:51 -07:00
default-linux.json keymap: Fix shift- modifier symbol (#25238) 2025-02-20 08:47:51 -07:00
default-macos.json keymap: Fix shift- modifier symbol (#25238) 2025-02-20 08:47:51 -07:00
initial.json Use lowercase command names in initial settings files (#15717) 2024-08-03 09:35:09 -04:00
storybook.json Prefer later bindings in keymap section for display in UI (#23378) 2025-01-20 23:20:15 +00:00
vim.json Git actions v2 (#25197) 2025-02-19 21:22:31 -07:00