Xcode 4 idekeybindings multiple commands for one keystroke
问题 Trying desperately to customize Xcode 4 keybindings. I'm editing the user .idekeybindings file (which xcode sometimes wipes out when modified while open and then subsequently attempting to update through the key bindings interface - lovely) My understanding is that providing an of s commands (selectors) instead of just a single string should execute all those commands. <key>Text Key Bindings</key> <dict> <key>Key Bindings</key> <dict> <key>@L</key> <string>selectLine:</string> <key>@d</key>