ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

ALT Key is in use in Ubuntu Unity #67

Open edencaldas opened 7 years ago

edencaldas commented 7 years ago

Two of Ubuntu's keyboards shortcuts conflict with script-runner's alt-r.

Alt(tap) opens the hub. Alt(hold) reveals the application menu.

We need a separate shortcut or the ability to set a new one.

ioquatix commented 7 years ago

Can you propose an alternative?

edencaldas commented 7 years ago

F5 (like geany) CONTROL-R is in use unfortunately

But I wonder. There's a shortcut that uses CONTROL-SHIFT-F5, would it conflict with only F5?