티스토리 뷰
6 Text Navigation Shortcuts
The first group of keyboard shortcuts allow for quickly moving around text:
- Jump to beginning of a line – Command+Left Arrow
- Jump to end of a line – Command+Right Arrow
- Jump to beginning of current word– Option+Right Arrow
- Jump to end of current word – Option+Right Arrow
- Jump to beginning of all text – Command+Up Arrow
- Jump to end of all text – Command+Down Arrow
By adding a shift key to the above shortcuts, we are given six new tricks that allow for quick text selection of lines, words, and entire documents.
6 Text Selection Shortcuts
The next group of keyboard shortcuts allow for quickly highlighting and selecting elements of text:
- Select text to beginning of a line – Shift+Command+Left Arrow
- Select text to end of a line – Shift+Command+Right Arrow
- Select text to beginning of current word – Shift+Option+Right Arrow
- Select text to end of current word – Shift+Option+Right Arrow
- Select text to beginning of all text – Shift+Command+Up Arrow
- Select text to end of all text – Shift+Command+Down Arrow
아 option을 몰랐어............................
'macOS, iOS' 카테고리의 다른 글
swift의 URLSession과 URLSessionDataTask (0) | 2019.07.29 |
---|---|
option+shift+위, 아래 화살표 (0) | 2019.07.26 |
Safari 주소 입력 창으로 바로 가는 단축키 (0) | 2019.07.26 |
깔끔하게 캡쳐하기 mac (0) | 2019.07.26 |
xcode 10.3 업데이트 후 storyboard가 파란선만 보일때 (0) | 2019.07.24 |