Palwin
Palwin

Reputation: 63

Eclipse -> Run Button -> Shortcut

Is there any shortcut key that I can use to run my program? Sick and tired of going to the top of the screen and clicking on the green run button. And yes, I've looked everywhere to find for a shortcut and trust me, I can't find it anywhere.

I'm currently working with Python 3.x and using a Mac. And no, Ctrl+F11 does not work. It only increases my volume.

Upvotes: 3

Views: 3405

Answers (4)

OpeJI
OpeJI

Reputation: 15

Just push Ctrl + Fn (as i guess you have laptop) + F11, ir turn of Fn button in bios

Upvotes: 0

sattva_venu
sattva_venu

Reputation: 715

On Windows, it works for Ctrl + F11 key combination.

Upvotes: 0

user63225
user63225

Reputation: 11

Try F9. On Windows it is working.

Upvotes: 0

Palwin
Palwin

Reputation: 63

Alright, so it turns out that to run it without going all the way up would be: Shift + Command + F11.

Is there anyways I can edit this key to a different key? Thanks!

Upvotes: 3

Related Questions