How to use ctrl + → means move the cursor to next word in MacOS?
Followed by 4 people
Answered
In the windows default keymap, I can use ctrl + → means move the cursor to next word.
But in the Mac, it means move the cursor to the end of current line.
How to realize use ctrl + → means move the cursor to next word In MacOS?
Thank you.
Please sign in to leave a comment.
Check what shortcut is assigned to "Move Caret to Next Word" action in your Keymap preferences:
Default is "Alt"+"->".
thank you very much, I found it^_^
What I want to do is add a keyboard shortcut so I can use ^ + ->, but the IDE won't let me use that shortcut. I can use ^ + many other keys, but -> and <- are forbidden. Any help?
Hello Tony,
Sounds like it's already used by the system. Probably Mission Control? You may want to see if it is used in
System Preferences > Keyboard > Shortcuts
and disable it there if necessary.That was it! Thanks.