platformio / platformio-atom-ide

PlatformIO IDE for Atom: The next generation integrated development environment for IoT
https://atom.io/packages/platformio-ide
Apache License 2.0
476 stars 71 forks source link

CTRL-ALT-U Does not work #763

Open ghost opened 7 years ago

ghost commented 7 years ago

In the platformio menu is an option Upload. This option has ALT-CTRL-U behind it, that is the keyboard shortcut.

But platformio does different things when I use the keyboard shortcut or the button in the menu. The keyboard shortcut is Run and the button is Upload.

ivankravets commented 7 years ago

I've just tested on my mac and it works. What is your OS? screen shot 2017-08-04 at 21 29 38

ghost commented 7 years ago

Arch Linux

Dreamfire78 commented 7 years ago

Same here. OS: Windows 10 The Shortcut CTRL-ALT-U calls "platformio run" instead of "platformio run --target upload" The Shortcut in the settings seems correct ctrl-alt-u -> platformio-ide:target:upload The Button in the menu works.

IDE: 2.0.0-beta.8 Core: 3.5.0a1

mnett0 commented 6 years ago

Hello, If you still have the "bug" I found a solution in Atom, just add in the keymap.cson (file --> keymap) : '.platform-linux atom-workspace, .platform-linux atom-text-editor, .platform-win32 atom-workspace, .platform-win32 atom-text-editor': 'ctrl-alt-u': 'platformio-ide:target:upload'

Thijxx commented 5 years ago

This bug is still in there, these days I use Ubuntu and it's the same problem. I cannot access the keymap menu which is not under File by the way, because there is another bug (https://github.com/platformio/platformio-atom-ide/issues/1472).

Version in 2.9.0

It may have to do something with the menu under F7, if I pick Upload there the key combination keeps working. Maybe it overwrites the shortcut procedure?