Last active
October 6, 2021 14:18
-
-
Save emreberge/3039763 to your computer and use it in GitHub Desktop.
Custom command on Xcode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<key>Customized</key> | |
<dict> | |
<key>Duplicate Current Line Below</key> | |
<string>selectLine:, copy:, moveRight:, paste:, moveLeft:</string> | |
<key>Duplicate Current Line Above</key> | |
<string>selectLine:, copy:, moveToBeginningOfLine:, paste:, moveLeft:</string> | |
<key>Delete Current Line</key> | |
<string>selectLine:, deleteBackward:</string> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Custom command on Xcode.
In Xcode Preferences -> Key Bindings search for the names of the keys.