Sublime Text-set the browser shortcut key, sublimetext
Viewing Code results in different browsers is a common practice, so using different shortcut keys to open the corresponding browser can greatly improve work efficiency.
To introduce a simple method, you only need two steps:
1. Install the plug-in SideBarEnhancements
Open Package Control and find SideBarEnhancements? Read the previous article)
Ctrl + shift + P convert Package Control: install Package find SideBarEnhancements select
2. Set shortcuts
{ "keys": ["f1"], "command": "side_bar_files_open_with", "args": {"application": "D:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe", "extensions": ".*", "paths": []} }, { "keys": ["f2"], "command": "side_bar_files_open_with", "args": {"application": "C:\\Users\\delll\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe", "extensions": ".*", "paths": []} }, { "keys": ["f3"], "command": "side_bar_files_open_with", "args": {"application": "C:\\Program Files\\Internet Explorer\\iexplore.exe", "extensions": ".*", "paths": []} }, { "keys": ["f4"], "command": "side_bar_files_open_with", "args": {"application": "C:\\Program Files (x86)\\360\\360safe\\360AppLoader.exe", "extensions": ".*", "paths": []} }
Open Key Binding-user, copy the code above, modify it to your browser path, and restart sublime.
What is the path of a shortcut icon on the desktop? Right-click the icon and choose Properties From the shortcut menu,Remember to change/\\.
You can do this in two steps. If you do not set the speed, set it!