Robot-Will / Stino

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

Sublime Key Binding for Stino #492

Closed dnnssgl closed 6 years ago

dnnssgl commented 6 years ago

Hej,

apparently Stino2017 comes without pre-defined key bindings. Since I don't have any copies of previous builds, I was wondering whether someone knows what commands need to be defined for "build" and "upload".

Best, Dennis

dnnssgl commented 6 years ago

Argh, found a closed issue here https://github.com/Robot-Will/Stino/issues/455

{ "keys": ["ctrl+u"], "command": "stino_upload" }, { "keys": ["ctrl+b"], "command": "stino_build" }