Some Xcode custom key bindings do not work

why some custom generated key Xcode commands work, while others don't. I created a custom action in IDETextKeyBindingSet.plist to insert an empty line above the current line of code. Before Xcode 8, it worked fine, and I associated it with a keyboard shortcut Ctrl + Opn + Cmd + i. now in Xcode11 I cannot associate this custom action with the same set of keyboard shortcuts ... somehow it seems to run the profile ( Cmd + i) command , although I linked it to Ctrl + Opn + Cmd + i (and the keyword area says, which Ctrl + Opn + Cmd + iis accessible and not attached to anything else at the setup point) ... and I cannot bind it to Ctrl + Opn + Cmd + =(again, that an unused combination) .... but it works if I bind this toCtrl + Opn + Cmd + a... I have to compress shortcuts about 6 times (i.e. delete the whole line, insert the line above and tab at the beginning of the line, etc.) and its disappointment is that I have to change the corresponding keys, every time bind them issued a new Xcode.

+4
source share

Source: https://habr.com/ru/post/1686591/


All Articles