1.


2.


3.


4.


5.


 5-1-1.


 5-1-2.


 5-1-3.


 5-2-1.


 5-2-2.


 5-2-3.


 5-2-4.



6.


7.


8.


9.


10.


11.



'Operating System > Linux' 카테고리의 다른 글

CentOS7 고정 IP 설정  (0) 2018.06.01
CentOS JDK 설치  (0) 2018.05.31
Ubuntu 한글 깨짐  (0) 2018.05.03
CentOS Git 설치  (0) 2018.04.23
jzmq [에러] could not find autoreconf. autoconf and automake are required to run autogen.sh.  (0) 2018.03.19


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:

IconDescription
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

DescriptionMac OS ShortcutWindows/Linux Shortcut
Open existing project archive file (.xds file)++OCtrl+Shift+O
Start new project using current frameworkNCtrl+N
Save projectSCtrl+S
Save project asSShift+Ctrl+S
Publish projectF5F5
Preview ProjectF6F6
Architect Preferences and Project Settings,---
Hide Sencha ArchitectH---
Hide OthersH---
Toggle full screenF11F11
Quit Sencha ArchitectQAlt+F4

View

DescriptionMac OS ShortcutWindows/Linux Shortcut
Switch to Design ViewDShift+Ctrl+D
Switch to Code ViewCShift+Ctrl+C
Toggle betweeen Design View and Code View^EShift+Ctrl+E
Navigate Forward in Project Inspector
Navigate Backward in Project Inspector
Jump to Filter Config PanelECtrl+E
Jump to Filter Project InspectorKCtrl+K
Jump to Filter ToolboxBCtrl+B
Jump to Project Inspector NavigatorOCtrl+O
List Tabs open CanvasLCtrl+L
Close Active TabWCtrl+W

Edit

DescriptionMac OS ShortcutWindows/Linux Shortcut
UndoZCtrl+Z
RedoZShift+Ctrl+Z
FindFCtrl+F
Find NextGCtrl+G
Find PreviousGCtrl+Shift+G
Replace editable textFCtrl+H
Quick Add (New in 3.0)TCtrl+T
Quick Add (Top) (New in 3.0)TShift+Ctrl+T
Delete selected componentCtrl++Delete+Shift+Del
Architect Settings,---
Project SettingsPCtrl+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).

DescriptionMac OS ShortcutWindows/Linux Shortcut
Auto indent+TabShift+Tab
Comment/uncomment current line (toggle)+/Ctrl+/
Delete current line+DCtrl+D
Delete next characterDelete, ^+DDelete
Delete previous characterBackspace, ^+HBackspace
Delete to end of character group^++Backspace
Delete to end of line^+KN/A
Delete to end of next word line+DN/A
Delete to start of character group+BackspaceCtrl+Backspace
Find+FCtrl+F
Find next+GCtrl+G
Find previous++GShift+Ctrl+G
Go downDown, ^+NDown
Go leftLeft, ^+BLeft
Go rightRight, ^+FRight
Go to end of character group+RightCtrl+Right
Go to end of code+End, +DownCtrl+End, Ctrl+Down
Go to end of the current line+RightAlt+Right
Go to first character of lineHomeHome
Go to next word+FN/A
Go to previous word+BN/A
Go start of character group+LeftCtrl+Left
Go to start of code+UpCtrl+Home, Ctrl+Up
Go to start of current line+Left, ^+AAlt+Left
Go up+UpUp
Indent less+[Ctrl+[
Indent more+]Ctrl+]
Insert newline and auto indentEnterEnter
Page downPageDown, ^+VPageDown
Page upPageDown, +^+VPageUp
Redo++Z, +YShift+Ctrl+Z, Ctrl+Y
Replace++FCtrl+H
Select All+ACtrl+A
Show completion suggestions for object at cursor.^+SpaceCtrl+Space
Show type of object at cursor+ICtrl+I
Toggle overwrite/insertInsertInsert
Transpose adjacent characters^+TN/A
Undo+ZCtrl+Z

Other Useful Quick References



'Tools > Sencha' 카테고리의 다른 글

sencha cmd project 생성 및 빌드  (0) 2018.04.20
sencha 4.2.3 설치  (2) 2018.04.18


1. 한글 관련 패키지 인스톨 명령어를 실행합니다.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$ sudo apt-get install language-pack-ko
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
  libllvm4.0
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
  language-pack-ko-base
The following NEW packages will be installed:
  language-pack-ko language-pack-ko-base
0 upgraded, 2 newly installed, 0 to remove and 67 not upgraded.
Need to get 832 kB of archives.
After this operation, 3,580 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 language-pack-ko-base all 1:16.04+20160627 [830 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 language-pack-ko all 1:16.04+20160627 [1,828 B]
Fetched 832 kB in 1s (656 kB/s)
Selecting previously unselected package language-pack-ko-base.
(Reading database ... 130187 files and directories currently installed.)
Preparing to unpack .../language-pack-ko-base_1%3a16.04+20160627_all.deb ...
Unpacking language-pack-ko-base (1:16.04+20160627) ...
Selecting previously unselected package language-pack-ko.
Preparing to unpack .../language-pack-ko_1%3a16.04+20160627_all.deb ...
Unpacking language-pack-ko (1:16.04+20160627) ...
Setting up language-pack-ko (1:16.04+20160627) ...
Setting up language-pack-ko-base (1:16.04+20160627) ...
Generating locales (this might take a while)...
  ko_KR.UTF-8... done
Generation complete.
 
cs



2. 한글 관련 패키지 인스톨 명령어를 실행합니다.

1
2
3
4
5
6
7
8
9
10
11
$ sudo apt-get install language-pack-ko-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
language-pack-ko-base is already the newest version (1:16.04+20160627).
language-pack-ko-base set to manually installed.
The following package was automatically installed and is no longer required:
  libllvm4.0
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 67 not upgraded.
 
cs



3. 환경 변수를 추가 및 등록

 3-1. environment 편집

1
2
$ sudo vi /etc/environment
 
cs


 3-2. 하단에 이하의 내용을 추가

1
2
3
4
LANG="ko_KR.UTF-8"
LANG="ko_KR.EUC-KR"
LANGUAGE="ko_KR:ko:en_GB:en"
 
cs


 3-3. 변경된 내용을 적용

1
2
$ source /etc/environment
 
cs




1.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# yum install git
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
epel/metalink                                                                                 | 7.6 kB     00:00
 * base: ftp.neowiz.com
 * epel: ftp.jaist.ac.jp
 * extras: mirror.kakao.com
 * updates: mirror.kakao.com
HDP-2.3                                                                                       | 2.9 kB     00:00
HDP-UTILS-1.1.0.20                                                                            | 2.9 kB     00:00
Updates-ambari-2.1.0                                                                          | 2.9 kB     00:00
base                                                                                          | 3.7 kB     00:00
epel                                                                                          | 4.7 kB     00:00
epel/primary_db                                                                               | 6.0 MB     00:01
extras                                                                                        | 3.4 kB     00:00
updates                                                                                       | 3.4 kB     00:00
Resolving Dependencies
--> Running transaction check
---> Package git.x86_64 0:1.7.1-9.el6_9 will be installed
--> Processing Dependency: perl-Git = 1.7.1-9.el6_9 for package: git-1.7.1-9.el6_9.x86_64
--> Processing Dependency: perl(Git) for package: git-1.7.1-9.el6_9.x86_64
--> Processing Dependency: perl(Error) for package: git-1.7.1-9.el6_9.x86_64
--> Running transaction check
---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed
---> Package perl-Git.noarch 0:1.7.1-9.el6_9 will be installed
--> Finished Dependency Resolution
 
Dependencies Resolved
 
=====================================================================================================================
 Package                     Arch                    Version                          Repository                Size
=====================================================================================================================
Installing:
 git                         x86_64                  1.7.1-9.el6_9                    updates                  4.6 M
Installing for dependencies:
 perl-Error                  noarch                  1:0.17015-4.el6                  base                      29 k
 perl-Git                    noarch                  1.7.1-9.el6_9                    updates                   29 k
 
Transaction Summary
=====================================================================================================================
Install       3 Package(s)
 
Total download size: 4.7 M
Installed size: 15 M
Is this ok [y/N]: y
Downloading Packages:
(1/3): git-1.7.1-9.el6_9.x86_64.rpm                                                           | 4.6 MB     00:00
(2/3): perl-Error-0.17015-4.el6.noarch.rpm                                                    |  29 kB     00:00
(3/3): perl-Git-1.7.1-9.el6_9.noarch.rpm                                                      |  29 kB     00:00
---------------------------------------------------------------------------------------------------------------------
Total                                                                                5.5 MB/s | 4.7 MB     00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : 1:perl-Error-0.17015-4.el6.noarch                                                                 1/3
  Installing : git-1.7.1-9.el6_9.x86_64                                                                          2/3
  Installing : perl-Git-1.7.1-9.el6_9.noarch                                                                     3/3
  Verifying  : 1:perl-Error-0.17015-4.el6.noarch                                                                 1/3
  Verifying  : git-1.7.1-9.el6_9.x86_64                                                                          2/3
  Verifying  : perl-Git-1.7.1-9.el6_9.noarch                                                                     3/3
 
Installed:
  git.x86_64 0:1.7.1-9.el6_9
 
Dependency Installed:
  perl-Error.noarch 1:0.17015-4.el6                          perl-Git.noarch 0:1.7.1-9.el6_9
 
Complete!
 
cs



2.

1
2
3
# git --version
git version 1.7.1
 
cs



+ Recent posts