xcode 設定快捷鍵 整行上下移動

2021-09-07 01:49:25 字數 1632 閱讀 9877

1

<

dict

>

2<

key>gdi duplicate current line

key>

3<

string

>selectline:, copy:, movetoendofline:,insertnewline:, paste:, deletebackward:

string

>

4<

key>gdi delete current line

key>

5<

string

>movetoendofline:, deletetobeginningofline:,deletebackward:,movedown:,movetoendofline:

string

>

6<

key>gdi move current line up

key>

7<

string

>selectline:, cut:, moveup:, movetobeginningofline:, insertnewline:, paste:, movebackward:

string

>

8<

key>gdi move current line down

key>

9<

string

>selectline:, cut:, movedown:, movetobeginningofline:, insertnewline:, paste:, movebackward:

string

>

10<

key>gdi insert line above

key>

11<

string

>moveup:, movetoendofline:, insertnewline:

string

>

12<

key>gdi insert line below

key>

13<

string

>movetoendofline:, insertnewline:

string

>

14dict

>

這個dict是一組可以設定快捷鍵的操作,裡面的key是名稱,對應的string是對應的一組操作

gdi duplicate current line    複製當前行到下面一行

gdi delete current line 刪除當前行

gdi move current line up 把當前行往上移動一行

gdi move current line down 把當前行往下移動一行

gdi insert line above 在當前行上面增加一空行

gdi insert line below 在當前行下面增加一空行(不管游標是否在行尾)

3. 重啟xcode,在xcode選單中,開啟preferences,選中key binding,在右上方搜尋gdi:

Xcode快捷鍵設定

xcode的快捷鍵 win command ctrl control alt option xcode相關 關於xcode 可設偏好設定 command 清空快取 可設隱藏xcodecommand h 隱藏其它 command option h 顯示全部 可設退出xcodecommand q 檔案相...

mac快捷鍵 xcode快捷鍵

快捷鍵圖示 com w關閉當前頁面 ctrl com com tab 切換程式 com option確定進入程式 option com 0開啟右邊使用工具欄 command option esc 開啟強制退出視窗 com option esc開啟強制退出 com 0 開啟導航器 com shift ...

Xcode使用設定相關 快捷鍵

快照 command control s 編輯完了可以和之前的某個版本對比,通過file snapshots 除錯時的快捷鍵也像大多數 ide 靠攏了,採用了 f5 f6 f7 簡單按鈕,只是對於 macbook 可沒這麼簡單,因為需搭配 fn 鍵才是相應的 f5 f6 f7 等。debug 時 c...