1. Sencha Architecture 단축키
> 참조 http://docs.sencha.com/architect/4.2/guides/reference/keyboard_shortcuts.html
Keyboard shortcuts
Menu Bar keyboard shortcuts are displayed in the drop-down menus. Additionally, the Code Editor panel has a set of keyboard shortcuts defined to use only when editing code in that panel. These have a separate help window available from within the Code Editor. This document summarizes all of these keyboard shortcuts.
Mac OS Keyboard Conventions
The notation conventions used on Mac OS menus (and in this document) are:
Icon | Description |
---|---|
⌘ | Command or Apple logo button |
^ | Ctrl key |
⌥ | Alt or Option key |
⇧ | Shift key |
⇪ | Caps Lock |
Windows and Linux Notation
For Windows and Linux systems, the menus and this document use the convention of spelling out the name of the keys to be pressed, with a plus sign ("+") separating the key names. This indicates that all keys should be pressed at the same time.
Letters are given in their uppercase form but should be typed as lowercase letters.
For example, the keyboard shortcut to save a project on Windows and Linux systems is given as: Shift+Ctrl+S.
This means to hold down the Shift and Ctrl keys while typing a lowercase "S".
General
Description | Mac OS Shortcut | Windows/Linux Shortcut |
---|---|---|
Open existing project archive file (.xds file) | ⌘+⇧+O | Ctrl+Shift+O |
Start new project using current framework | ⌘N | Ctrl+N |
Save project | ⌘S | Ctrl+S |
Save project as | ⇧⌘S | Shift+Ctrl+S |
Publish project | F5 | F5 |
Preview Project | F6 | F6 |
Architect Preferences and Project Settings | ⌘, | --- |
Hide Sencha Architect | ⌘H | --- |
Hide Others | ⌥⌘H | --- |
Toggle full screen | F11 | F11 |
Quit Sencha Architect | ⌘Q | Alt+F4 |
View
Description | Mac OS Shortcut | Windows/Linux Shortcut |
---|---|---|
Switch to Design View | ⇧⌘D | Shift+Ctrl+D |
Switch to Code View | ⇧⌘C | Shift+Ctrl+C |
Toggle betweeen Design View and Code View | ⇧^E | Shift+Ctrl+E |
Navigate Forward in Project Inspector | ⌥⌘→ | |
Navigate Backward in Project Inspector | ⌥⌘← | |
Jump to Filter Config Panel | ⌘E | Ctrl+E |
Jump to Filter Project Inspector | ⌘K | Ctrl+K |
Jump to Filter Toolbox | ⌘B | Ctrl+B |
Jump to Project Inspector Navigator | ⌘O | Ctrl+O |
List Tabs open Canvas | ⌘L | Ctrl+L |
Close Active Tab | ⌘W | Ctrl+W |
Edit
Description | Mac OS Shortcut | Windows/Linux Shortcut |
---|---|---|
Undo | ⌘Z | Ctrl+Z |
Redo | ⇧⌘Z | Shift+Ctrl+Z |
Find | ⌘F | Ctrl+F |
Find Next | ⌘G | Ctrl+G |
Find Previous | ⇧⌘G | Ctrl+Shift+G |
Replace editable text | ⌥⌘F | Ctrl+H |
Quick Add (New in 3.0) | ⌘T | Ctrl+T |
Quick Add (Top) (New in 3.0) | ⇧⌘T | Shift+Ctrl+T |
Delete selected component | Ctrl+⇧+Delete | ⌘+Shift+Del |
Architect Settings | ⌘, | --- |
Project Settings | ⌘P | Ctrl+P |
Code Editor Shortcuts
Architect adds a number of keyboard shortcuts to make it easier to edit code in the Code Editor. These shortcuts are displayed online in a pop-up window when you click the keyboard icon in the top right of the main canvas (when in "code" mode).
Description | Mac OS Shortcut | Windows/Linux Shortcut |
---|---|---|
Auto indent | ⌘+Tab | Shift+Tab |
Comment/uncomment current line (toggle) | ⌘+/ | Ctrl+/ |
Delete current line | ⌘+D | Ctrl+D |
Delete next character | Delete, ^+D | Delete |
Delete previous character | Backspace, ^+H | Backspace |
Delete to end of character group | ^+⌥+Backspace | |
Delete to end of line | ^+K | N/A |
Delete to end of next word line | ⌥+D | N/A |
Delete to start of character group | ⌥+Backspace | Ctrl+Backspace |
Find | ⌘+F | Ctrl+F |
Find next | ⌘+G | Ctrl+G |
Find previous | ⇧+⌘+G | Shift+Ctrl+G |
Go down | Down, ^+N | Down |
Go left | Left, ^+B | Left |
Go right | Right, ^+F | Right |
Go to end of character group | ⌥+Right | Ctrl+Right |
Go to end of code | ⌘+End, ⌘+Down | Ctrl+End, Ctrl+Down |
Go to end of the current line | ⌘+Right | Alt+Right |
Go to first character of line | Home | Home |
Go to next word | ⌥+F | N/A |
Go to previous word | ⌥+B | N/A |
Go start of character group | ⌥+Left | Ctrl+Left |
Go to start of code | ⌘+Up | Ctrl+Home, Ctrl+Up |
Go to start of current line | ⌘+Left, ^+A | Alt+Left |
Go up | ⌘+Up | Up |
Indent less | ⌘+[ | Ctrl+[ |
Indent more | ⌘+] | Ctrl+] |
Insert newline and auto indent | Enter | Enter |
Page down | PageDown, ^+V | PageDown |
Page up | PageDown, ⇧+^+V | PageUp |
Redo | ⇧+⌘+Z, ⌘+Y | Shift+Ctrl+Z, Ctrl+Y |
Replace | ⌘+⌥+F | Ctrl+H |
Select All | ⌘+A | Ctrl+A |
Show completion suggestions for object at cursor. | ^+Space | Ctrl+Space |
Show type of object at cursor | ⌘+I | Ctrl+I |
Toggle overwrite/insert | Insert | Insert |
Transpose adjacent characters | ^+T | N/A |
Undo | ⌘+Z | Ctrl+Z |
Other Useful Quick References
'Tools > Sencha' 카테고리의 다른 글
sencha cmd project 생성 및 빌드 (0) | 2018.04.20 |
---|---|
sencha 4.2.3 설치 (2) | 2018.04.18 |