Created
April 17, 2019 09:21
-
-
Save atez/eb22ea9afb632606ada173143c7d5f1e to your computer and use it in GitHub Desktop.
Sublime Text 3 右键
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Version] | |
Signature="$Windows NT$" | |
[DefaultInstall] | |
AddReg=SublimeText3 | |
[SublimeText3] | |
hkcr,"*\\shell\\SublimeText3",,,"用 SublimeText3 打开" | |
hkcr,"*\\shell\\SublimeText3","Icon",0x20000,"%1%\sublime_text.exe, 0" | |
hkcr,"*\\shell\\SublimeText3\\command",,,"""%1%\sublime_text.exe"" ""%%1"" %%*" | |
hkcr,"Directory\shell\SublimeText3",,,"用 SublimeText3 打开" | |
hkcr,"Directory\shell\SublimeText3","Icon",0x20000,"%1%\sublime_text.exe, 0" | |
hkcr,"Directory\shell\SublimeText3\command",,,"""%1%\sublime_text.exe"" ""%%1""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment