Robot-Will / Stino

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

Setup your own shortcuts, please read the issue #385. Thanks. #430

Open Robot-Will opened 7 years ago

Robot-Will commented 7 years ago

As shortcuts is a big problem to satisfy all users around the world with different keyboards, currently no shortcuts are defined. You can define your own shortcuts by your self.

  1. Open Setting File Menu - Preferences - Package Settings - Stino - Key Bindings

  2. Edit the file. In Main.sublime-menu you can find all commands. Build is stino_build, upload is stino_upload. Then write the Key bindings as SublimeText documents.

  3. Save.

You can see the issue #385, Thanks.