Closed kien5436 closed 5 years ago
The package does not define a keymap. The command to run tidy is called autoittidy
(other commands can be found in the plugin file based on the class names: https://github.com/AutoIt/SublimeAutoItScript/blob/1.3.6/autoitbuild.py).
I don't know about Python, I only want to change key bindings. As I can see in the .py file, I guess sublime_plugin.WindowCommand
will be invoked but don't know how to change this :/
[
{ "keys": ["alt+t", "t"], "command": "autoittidy" },
]
(If you already have a list there, only add the object line.)
Thank you! It works :D
Since
Alt
+any key
will invoke the menubar function, is there any way to change the key bindings?