Reputation: 513
I'm running code in eclipse 8 and everytime I have to hit the green button on top. I believe there's a keyboard shortcut with which I can run code easier. But I'm confused about Mac keyboard. Can someone help me out this?
Thanks!
Upvotes: 1
Views: 6068
Reputation: 1
Another solution is if you have a keyboard with layered functions such as mine where F11 is also the volume down then you also need to hold down the "fn" key.
Upvotes: 0
Reputation: 4473
You just answered your own question - press at once Shift+Command+F11 and it will run.
If you don't have F11 then you can use F8 - resume Debug - it should work too.
You also can assign any combination of the keys to any function in the prefernces:
Upvotes: 1