1.修改配置文件
在Notepad++目录下找到shortcuts.xml这个文件打开编辑
在的前面添加一行,比如我添加【用百分浏览器打开】:
<Command name="用百分浏览器打开" Ctrl="yes" Alt="yes" Shift="no" Key="80">C:\百分浏览器\CentBrowser\Application\chrome.exe $(FULL_CURRENT_PATH)</Command>
</UserDefinedCommands>
保存
2.保存运行方式
对话框中输入:
C:\百分浏览器\CentBrowser\Application\chrome.exe $(FULL_CURRENT_PATH)在这里插入代码片
C:\百分浏览器\CentBrowser\Application\chrome.exe 是浏览器路径。
后面的照抄就可