Open ghost opened 7 years ago
I've just tested on my mac and it works. What is your OS?
Arch Linux
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
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'
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?
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.