forked from CircuitVerse/CircuitVerseDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: keyboard shortcuts table imporvement issue resolved CircuitVerse…
- Loading branch information
1 parent
de58300
commit 2420e40
Showing
2 changed files
with
140 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# Keyboard Shortcuts | ||
|
||
| Keys | Actions | | ||
|----------|:-------------:| | ||
| Copy | Ctrl + c | | ||
| Cut | Ctrl + x | | ||
| Paste | Ctrl + v | | ||
| Undo | Ctrl + z | | ||
| Redo | Ctrl + y | | ||
| Delete Object(s) | Delete | | ||
| Select All | Ctrl + a | | ||
| De-select | ESC | | ||
| Deattach objects before placing | Backspace | | ||
| Multi-object Select | Ctrl + scoll using mouse | | ||
| Save Project Online | Ctrl + s | | ||
| Save Project Offline | Ctrl + Shift + s | | ||
| Open Project | Ctrl + o | | ||
| Download Image | Ctrl + d | | ||
| Zoom in | Ctrl + '+' | | ||
| Zoom out | Ctrl + '-' | | ||
| Enter Time in diagram | T | | ||
| Make object looks Right | Arrow Right | | ||
| Make object looks Left | Arrow Left | | ||
| Make object looks Up | Arrow Up | | ||
| Make object looks Down | Arrow Down | | ||
| Open Documentation Page | F1 | | ||
| Keys | Actions | | ||
|------------------------------|:----------------------------:| | ||
| Copy | Ctrl + c | | ||
| Cut | Ctrl + x | | ||
| Paste | Ctrl + v | | ||
| Undo | Ctrl + z | | ||
| Redo | Ctrl + y | | ||
| Delete Object(s) | Delete | | ||
| Select All | Ctrl + a | | ||
| De-select | ESC | | ||
| Deattach objects before placing | Backspace | | ||
| Multi-object Select | Ctrl + scroll using mouse | | ||
| Save Project Online | Ctrl + s | | ||
| Save Project Offline | Ctrl + Shift + s | | ||
| Open Project | Ctrl + o | | ||
| Download Image | Ctrl + d | | ||
| Zoom in | Ctrl + '+' | | ||
| Zoom out | Ctrl + '-' | | ||
| Enter Time in diagram | T | | ||
| Make object looks Right | Arrow Right | | ||
| Make object looks Left | Arrow Left | | ||
| Make object looks Up | Arrow Up | | ||
| Make object looks Down | Arrow Down | | ||
| Open Documentation Page | F1 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters