Xcode Custom Shortcut

时间:2015-01-01 06:40:19   收藏:0   阅读:199

edit file "/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources"

add

    <key>Custom ShortCut</key>
    <dict>
        <key>Duplicate Line</key>
        <string>selectLine:, copy:, moveToEndOfLine:, insertNewline:, paste:, deleteBackward:</string>
        <key>Cut Line</key>
        <string>selectLine:, copy:, moveToEndOfLine:, deleteToBeginningOfLine:, deleteBackward:</string>
    </dict>

 

原文:http://www.cnblogs.com/zemliu/p/4196975.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!