mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
docs(readme): group keyboard shortcuts by section and remove category column
This commit is contained in:
parent
50e2fe24ea
commit
02563759eb
2 changed files with 56 additions and 29 deletions
|
|
@ -361,7 +361,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 478;
|
||||
CURRENT_PROJECT_VERSION = 479;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
@ -444,7 +444,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 478;
|
||||
CURRENT_PROJECT_VERSION = 479;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
|
|||
81
README.md
81
README.md
|
|
@ -481,33 +481,60 @@ All shortcuts use `Cmd` (`⌘`). iPad/iOS require a hardware keyboard.
|
|||
|
||||
 
|
||||
|
||||
| Category | Shortcut | Action | Platforms |
|
||||
|---|---|---|---|
|
||||
| File | `Cmd+N` | New Window |  |
|
||||
| File | `Cmd+T` | New Tab |  |
|
||||
| File | `Cmd+O` | Open File |  |
|
||||
| File | `Cmd+Shift+O` | Open Folder |  |
|
||||
| File | `Cmd+S` | Save |  |
|
||||
| File | `Cmd+Shift+S` | Save As… |  |
|
||||
| File | `Cmd+W` | Close Tab |  |
|
||||
| Edit | `Cmd+X` | Cut |  |
|
||||
| Edit | `Cmd+C` | Copy |  |
|
||||
| Edit | `Cmd+V` | Paste |  |
|
||||
| Edit | `Cmd+A` | Select All |  |
|
||||
| Edit | `Cmd+Z` | Undo |  |
|
||||
| Edit | `Cmd+Shift+Z` | Redo |  |
|
||||
| Edit | `Cmd+D` | Add Next Match |  |
|
||||
| View | `Cmd+Option+S` | Toggle Sidebar |  |
|
||||
| View | `Cmd+Shift+D` | Brain Dump Mode |  |
|
||||
| Find | `Cmd+F` | Find & Replace |  |
|
||||
| Find | `Cmd+G` | Find Next |  |
|
||||
| Find | `Cmd+Shift+F` | Find in Files |  |
|
||||
| Editor | `Cmd+P` | Quick Open |  |
|
||||
| Editor | `Cmd+D` | Add next match |  |
|
||||
| Editor | `Cmd+Shift+V` | Toggle Vim Mode |  |
|
||||
| Tools | `Cmd+Shift+G` | Suggest Code |  |
|
||||
| Diag | `Cmd+Shift+L` | AI Activity Log |  |
|
||||
| Diag | `Cmd+Shift+U` | Inspect Whitespace at Caret |  |
|
||||
### 
|
||||
|
||||
| Shortcut | Action | Platforms |
|
||||
|---|---|---|
|
||||
| `Cmd+N` | New Window |  |
|
||||
| `Cmd+T` | New Tab |  |
|
||||
| `Cmd+O` | Open File |  |
|
||||
| `Cmd+Shift+O` | Open Folder |  |
|
||||
| `Cmd+S` | Save |  |
|
||||
| `Cmd+Shift+S` | Save As… |  |
|
||||
| `Cmd+W` | Close Tab |  |
|
||||
|
||||
### 
|
||||
|
||||
| Shortcut | Action | Platforms |
|
||||
|---|---|---|
|
||||
| `Cmd+X` | Cut |  |
|
||||
| `Cmd+C` | Copy |  |
|
||||
| `Cmd+V` | Paste |  |
|
||||
| `Cmd+A` | Select All |  |
|
||||
| `Cmd+Z` | Undo |  |
|
||||
| `Cmd+Shift+Z` | Redo |  |
|
||||
| `Cmd+D` | Add Next Match |  |
|
||||
|
||||
### 
|
||||
|
||||
| Shortcut | Action | Platforms |
|
||||
|---|---|---|
|
||||
| `Cmd+Option+S` | Toggle Sidebar |  |
|
||||
| `Cmd+Shift+D` | Brain Dump Mode |  |
|
||||
|
||||
### 
|
||||
|
||||
| Shortcut | Action | Platforms |
|
||||
|---|---|---|
|
||||
| `Cmd+F` | Find & Replace |  |
|
||||
| `Cmd+G` | Find Next |  |
|
||||
| `Cmd+Shift+F` | Find in Files |  |
|
||||
|
||||
### 
|
||||
|
||||
| Shortcut | Action | Platforms |
|
||||
|---|---|---|
|
||||
| `Cmd+P` | Quick Open |  |
|
||||
| `Cmd+D` | Add next match |  |
|
||||
| `Cmd+Shift+V` | Toggle Vim Mode |  |
|
||||
|
||||
###  
|
||||
|
||||
| Shortcut | Action | Platforms |
|
||||
|---|---|---|
|
||||
| `Cmd+Shift+G` | Suggest Code |  |
|
||||
| `Cmd+Shift+L` | AI Activity Log |  |
|
||||
| `Cmd+Shift+U` | Inspect Whitespace at Caret |  |
|
||||
|
||||
## Changelog
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue