Can I create my own command in sublime and how to associate python implementation to that command?
问题 One more depth into my former question Why doesn’t this hotkey configuration for Sublime Text work?. Now I come to the implementation of sublime command, it is really a confusing way to hack what commands sublime has, as the exploration in former thread in order to find the command which is used to open a browser, finally I found it with help of @MattDMo. Then I find there is one file named open_in_browser.py in the Packages/Default folder, I guess the commands is just the file name of .py