Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 250 forks source link

Key bindings are not working #454

Closed omarcoaur3lio closed 7 years ago

omarcoaur3lio commented 7 years ago

Key bindings are not working in Arch Linux keyboard pt-Br. How can I solve?

gepd commented 7 years ago

If you mean upload, build bindings please look this https://github.com/Robot-Will/Stino/issues/455#issuecomment-307671885

omarcoaur3lio commented 7 years ago

Yes, I had read it. My problem is in the keys to open / stop the serial monitor.

gepd commented 7 years ago

In that case you should add too:

{ "keys": ["alt+o"], "command": "stino_serial_monitor_start" },
{ "keys": ["alt+c"], "command": "stino_serial_monitor_stop" }

You can change the key combination as you like

omarcoaur3lio commented 7 years ago

OK, thanks for the suport.