Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Declaration shortcut key F3 can not work in mac os

Tags:

macos

eclipse

The Declaration shortcut key F3 seems not work in eclipse indigo at mac os 10.7.3, it always show the dashboard and desktop chose interface. and i try the ctrl+F3 and command+F3 always not work. and the ctrl+click is the right key in my system, i don't want to change it. I think maybe it's the key setting issue, but i have no idea about it. Could help me. Thanks

like image 793
regrecall Avatar asked Mar 12 '12 05:03

regrecall


People also ask

How do you do control F3 on a Mac?

Press and hold the Function (Fn)/Globe key while pressing a function key.

How do I enable keyboard Shortcuts on Mac?

Choose Apple menu  > System Preferences, then click Keyboard. Click Shortcuts. From the bottom of the preferences window, select the checkbox “Use keyboard navigation to move focus between controls.” (In macOS Mojave or earlier, this setting appears as an “All controls” button.)

What is the shortcut for run in eclipse Mac?

Running/Debugging an Application. Let's use ⌘ + F11 or F11 to run our application in debug mode: If we don't need the debugger, we'll use ⌘ + Shift + F11 or Ctrl + Shift + F11 to run the last application we ran.


1 Answers

Using fn + F3 should do the trick

If you'd like to make all the function keys default to their standard behavior and instead press "fn + F3" for the OS X specific feature shortcut you can go to:

System Preferences -> Keyboard

and check the

"Use all F1,F2, etc. keys as standard function keys" box 
like image 65
xkickflip Avatar answered Jan 04 '23 00:01

xkickflip