up vote 13 down vote favorite
7
share [g+] share [fb]

Is there a keyboard shortcut for right clicking in Mac OS X?

If not, when using the built in spell check, is there a way to drive spelling correction via the keyboard?

Also if not, is there a third party application that can give you a keyboard shortcut that allows to you right click?

If your answer is "press control while clicking the main mouse button", you're not paying attention.

link|improve this question

What do you mean by a keyboard shortcut? As in, a key combination that can simulate a right-click at the location of the cursor? – musicfreak Jan 10 '10 at 19:37
Yes, exactly that. Ubuntu and Windows both have this, and I"m curious if it's available in Mac OS X, specifically for the use case of using cmd-; to jump to the next misspelled word, invoke this shortcut, select the right spelling, and then move to the next. – Alan Storm Jan 10 '10 at 19:49
feedback

1 Answer

up vote 14 down vote accepted

Right Click via Keyboard

  • Activate “Mouse Keys” (in System Preferences, search for “mouse keys”, turn it on).
  • Position the mouse cursor.
  • Hold Control.
  • Press and release the keypad's 5 key.
  • Release Control.

Spell Check via Keyboard

There are standard shortcuts for the built-in spell checking. Not all applications may have these menu items.

  • ⌘; — Edit > Spelling > Check Spelling
    • This selects the next ‘misspelled’ word.
  • ⌘: — Edit > Spelling > Spelling…
    • This selects the next ‘misspelled’ word and opens the Spelling floating window.
    • To focus the floating window without using the mouse, you can use the “full keyboard access” shortcuts (enable them in System Preferences, search for “full keyboard access”, it (and the extra shortcuts it enables) are under the “Keyboard Navigation” subtree.
      • You may need to reassign the shortcuts.
      • The default for “move focus to the floating window” is ⌃F6, but that seems to be used by the editor here on SO, so I needed to change it to test it while composing this answer (I used ⌥F6).
      • Once focus is on the Spelling floating window, you can
        • dismiss it with Escape, or
        • use Tab to move to the various controls, and
        • with the replacement textbox focused, you can
          • use Up and Down to select replacements, and
          • type a replacement, and
          • use Return to activate the default button: Correct
link|improve this answer
4  
Warning: You probably don't want to activate Mouse Keys on a Mac without a separate numpad (e.g. MBP) as it disables the rest of the keyboard! – f100 Jul 25 '10 at 15:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.