In xcode 4, I can't bind the command "Shift Right" to option+tab
key and "Shift left" to option+shift+tab
. I'm using textmate and those commands are binded like this, so I would like the same setup in xcode 4... But for some reason, it adds the command key in my bind! so option+tab
is replaced by option+command+tab
.
A quick fix that I found was to overwrite the bind in the system preferences, but was wondering why Xcode won't let me use my bind?