Python/SublimeText: Difference between revisions

From Wiki
(Die Seite wurde neu angelegt: „== Install == == Python3 build system == == Key bindings == * Preferences > Key Bindings <pre> [ { "keys": ["ctrl+escape"], "command": "cancel_build…“)
(No difference)

Revision as of 13:17, 13 February 2018

Install

Python3 build system

Key bindings

  • Preferences > Key Bindings
[
	    	{ "keys": ["ctrl+escape"], "command": "cancel_build" },
]