Blog / 阅读

Xcode5.0中常用的快捷键及自定义快捷键

by admin on 2014-04-08 11:16:13 in ,



Command + [ :左移代码块
Command + ] :右移代码块

Ctrl + A : 移动光标到本行行首 (COMMAND + <--)
Ctrl + E : 移动光标到本行行尾 (COMMAND + -->)

自定义快捷键:

Xcode - Select Line Shortcut

1 . Go to this folder :
/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources
 
  Then open the file : 
IDETextKeyBindingSet.plist

2 . Create a dictonary named "Customized" ,

在某行</dict>之后加上:

<key>Customized</key>
<dict>
<key>Select Current Line</key>
<string>selectLine:</string>
</dict>
(be careful that the "space" is needed between the every Meta Commands)


 


3 . Restart Xcode and go to Preferences - Key Bindings, search "Select Current Line" . Finally , set a key shortcut combination for this command .


写评论

相关文章

上一篇:Linux下VNC配置多个桌面和修改密码

下一篇:单路CPU性能排名

评论

写评论

* 必填.

分享

栏目

赞助商


热门文章

Tag 云