Remove redundant words in comments (#31512)
remove redundant word in comment Release Notes: - N/A Signed-off-by: tongjicoder <tongjicoder@icloud.com>
This commit is contained in:
parent
0731097ee5
commit
31d908fc74
3 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ Each keypress is a sequence of modifiers followed by a key. The modifiers are:
|
|||
- `fn-` The function key
|
||||
- `secondary-` Equivalent to `cmd` when Zed is running on macOS and `ctrl` when on Windows and Linux
|
||||
|
||||
The keys can be any single unicode codepoint that your keyboard generates (for example `a`, `0`, `£` or `ç`), or any named key (`tab`, `f1`, `shift`, or `cmd`). If you are using a non-Latin layout (e.g. Cyrillic), you can bind either to the cyrillic character, or the latin character that that key generates with `cmd` pressed.
|
||||
The keys can be any single unicode codepoint that your keyboard generates (for example `a`, `0`, `£` or `ç`), or any named key (`tab`, `f1`, `shift`, or `cmd`). If you are using a non-Latin layout (e.g. Cyrillic), you can bind either to the cyrillic character, or the latin character that key generates with `cmd` pressed.
|
||||
|
||||
A few examples:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue