How to remap ctrl+arrow keys to move word to word for mac

genxgeek

I'm coming from windows editors and I'm used to moving word to word in an editor (notepad, visual studio) or any application for that matter

Can somebody tell me how to remap the ctrl+rightarrow and ctrl+leftarrow to move word to word on my mac book pro retina running lion?

Currently the ctrl+leftarrow moves to the other dsktop on mac no matter what application I'm currently using. How can I disable that for one...

...and more importantly get the word for word traverse working in an application via ctrl+leftarrow and ctrl_rightarrow?

Lri

You can change the keyboard shortcuts for changing spaces from System Preferences:

Then create ~/Library/KeyBindings/ and save a property list like this as DefaultKeyBinding.dict:

{
  "^\UF702" = moveWordLeft:;
  "^\UF703" = moveWordRight:;
  "^$\UF702" = moveWordLeftAndModifySelection:;
  "^$\UF703" = moveWordRightAndModifySelection:;
}

You have to quit and reopen applications to apply changes to DefaultKeyBinding.dict.

See http://www.hcs.harvard.edu/~jrus/site/cocoa-text.html or http://lri.me/keybindings.html for more information.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Selecting a whole word with CTRL + SHIFT + arrow keys

分類Dev

Remap arrow keys to win+ijkl on linux

分類Dev

How to move cursor to next/previous word in textarea?

分類Dev

Putty SSH: CTRL+Cursor keys don't work skip to previous/next word

分類Dev

Intelij: MAC CTRL+ARROW key is not working

分類Dev

Meta + Arrow Keys to move windows between monitors?

分類Dev

How to move cursor after a specific word in email body

分類Dev

VIM move to a word starting with a character

分類Dev

Mac用のWordからWordに移動するためにCtrl +矢印キーを再マップする方法

分類Dev

Word for Mac not generating the expected WordML

分類Dev

How can I use “Ctrl + Shift + V” to paste plain, non-formatted text, into a Word document?

分類Dev

canvas.move(id, x, y) not working with arrow keys

分類Dev

How can I remap windows and alt keys in OS X?

分類Dev

How can I persistently remap keys in Ubuntu 16.04?

分類Dev

How to separate a word with "-" in ansible

分類Dev

how to replace extract word

分類Dev

How to select without arrow keys in INTELLIJ

分類Dev

How to detect arrow keys in a Javascript game?

分類Dev

TOC in Mac Word 2011 not including one heading

分類Dev

Using Ctrl or Alt AND backspace to delete last word in Bash

分類Dev

Remap Super+arrow key to home/end

分類Dev

Want To Remap Windows Key + left Arrow to Home

分類Dev

Intelij:MAC CTRL + ARROWキーが機能していません

分類Dev

How can I move to a new line the last word of a <h1> sentence on mobile, and in desktop mode break the sentence in 3 lines?

分類Dev

How to word-wrap a URL?

分類Dev

How to search for a word in a column with Pandas

分類Dev

How to calculate frequency of word in text

分類Dev

How to replace each word once

分類Dev

highlight current line of word document when move up or down

Related 関連記事

  1. 1

    Selecting a whole word with CTRL + SHIFT + arrow keys

  2. 2

    Remap arrow keys to win+ijkl on linux

  3. 3

    How to move cursor to next/previous word in textarea?

  4. 4

    Putty SSH: CTRL+Cursor keys don't work skip to previous/next word

  5. 5

    Intelij: MAC CTRL+ARROW key is not working

  6. 6

    Meta + Arrow Keys to move windows between monitors?

  7. 7

    How to move cursor after a specific word in email body

  8. 8

    VIM move to a word starting with a character

  9. 9

    Mac用のWordからWordに移動するためにCtrl +矢印キーを再マップする方法

  10. 10

    Word for Mac not generating the expected WordML

  11. 11

    How can I use “Ctrl + Shift + V” to paste plain, non-formatted text, into a Word document?

  12. 12

    canvas.move(id, x, y) not working with arrow keys

  13. 13

    How can I remap windows and alt keys in OS X?

  14. 14

    How can I persistently remap keys in Ubuntu 16.04?

  15. 15

    How to separate a word with "-" in ansible

  16. 16

    how to replace extract word

  17. 17

    How to select without arrow keys in INTELLIJ

  18. 18

    How to detect arrow keys in a Javascript game?

  19. 19

    TOC in Mac Word 2011 not including one heading

  20. 20

    Using Ctrl or Alt AND backspace to delete last word in Bash

  21. 21

    Remap Super+arrow key to home/end

  22. 22

    Want To Remap Windows Key + left Arrow to Home

  23. 23

    Intelij:MAC CTRL + ARROWキーが機能していません

  24. 24

    How can I move to a new line the last word of a <h1> sentence on mobile, and in desktop mode break the sentence in 3 lines?

  25. 25

    How to word-wrap a URL?

  26. 26

    How to search for a word in a column with Pandas

  27. 27

    How to calculate frequency of word in text

  28. 28

    How to replace each word once

  29. 29

    highlight current line of word document when move up or down

ホットタグ

アーカイブ