Sublime Text-set the browser shortcut key, sublimetext

Source: Internet
Author: User

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!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.