Arrow keys in Xcode 6 not working

风格不统一 提交于 2019-12-04 06:28:50

问题


I have the weirdest issue with Xcode 6 on OS X Yosemite. For some reason I can't use the left and right arrow keys anymore to navigate within my source code. Instead, the system beep sound would come up. Up and down arrows work fine.

I'm afraid it could have something to do with my fiddling around with the key bindings. In only changed the ones for block (de)indentation though (originally CMD+[, changed to TAB), so in my understanding the arrow keys shouldn't be affected at all.


回答1:


I was able to make it work again by running

defaults delete com.apple.dt.Xcode

in the terminal and then restarting Xcode.



来源:https://stackoverflow.com/questions/24631146/arrow-keys-in-xcode-6-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!