Deviot icon indicating copy to clipboard operation
Deviot copied to clipboard

DEV osx upload hotkey nor working

Open tablatronix opened this issue 8 years ago • 12 comments

Before report an issue, please make sure it hasn't been reported before.

Operating system

osx

Board used

nodemcu v1

Description of problem

upload hotkey not wokring

Steps to Reproduce

press option E

Actual Results

ascii character outputs

Expected Results

Additional info

You can edit the text above according to your need

tablatronix avatar Aug 26 '17 18:08 tablatronix

At this moment I don't have access to OSX, what shortcut could work insted of Option E?

You can test it editing this file/line

gepd avatar Aug 27 '17 17:08 gepd

Was there a reason you changed them, or did you just want them single key not double?

tablatronix avatar Aug 27 '17 18:08 tablatronix

Someone opened a issue for a shortcut that was overriden a system shortcut, so I made some changes to have kind the same shortcuts in all platforms, but shortcuts in windows work different from linux and as I don't have access to OSX I haven not tried if all is working correctly there.

Would be something like cmd+alt+e better/comfortable?

gepd avatar Aug 27 '17 20:08 gepd

Not sure i understand, PC is still alt D - E, what that not what OSx was also ? I thought they WERE the same

tablatronix avatar Aug 29 '17 13:08 tablatronix

#132 ?

tablatronix avatar Aug 29 '17 13:08 tablatronix

I would remove most of the shortcuts and only set ones for the absolute needed, requiring users to set others maybe ?

Serial port console stuff compile upload library access

Not sure how you prevent overriding stuff

tablatronix avatar Aug 29 '17 13:08 tablatronix

Yes, remove the rest can be a possibility. The main issue with shortcuts is that windows let you use alt+d, alt+f but linux don't, so I assume in OSX will have the same behavior.

I've testing in Linux and seems that shotcuts like: alt+shift+f could be work. That section could have the following shortcuts:

Compile: alt+shift+f Upload: alt+shift+e Override baudrate: alt+shift+o Clean Sketch: alt+shift+x Open pio.ini: alt+shift+i

gepd avatar Aug 29 '17 15:08 gepd

I actually prefer 2 strokes easier to use than double modifiers. alt D + alt E is esaier than ctrl +shift + x

tablatronix avatar Aug 29 '17 16:08 tablatronix

alt based modifiers seems not to be available in Linux I suppose it aren't available in OSX too. They are used to open the float menu, what is working is ctrl modifier, but ctrl+d is used by the system, so I should use a new letter

gepd avatar Aug 29 '17 20:08 gepd

oh yeah talk about complicated you almost need a script to read key maps and show whats available. lol

tablatronix avatar Aug 29 '17 21:08 tablatronix

Yes, it's a good idea. The problem is the diferences between each platform

gepd avatar Aug 29 '17 21:08 gepd

The macOS modifiers are all option+?, which are nonstandard (usually option is used for entering other characters); I'd recommend not using option+ without another modifier.

John-Titor avatar Nov 26 '17 16:11 John-Titor