Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

OneQuick.feature.yaml

XJK edited this page Aug 23, 2016 · 3 revisions

在feature.yaml中,你可以快速配置OneQuick而不需写ahk代码。

第一次运行时,OneQuick会拷贝script/OneQuick.feature.default.yaml 到根目录OneQuick.feature.yaml
你可以任意修改OneQuick.feature.yaml,如果出现问题,只要删除让程序重新生成即可。

在feature.yaml中,定义了所有OneQuick的功能配置和开关。
如将hotkey.switch 改为0,即可一次性禁用所有hotkey下注册的热键。

你可以修改clipboard.browser和clipboard.search配置自己的浏览器选项和快速搜索,可选择的值在相应的default字串中。

hotkey.buildinscreen-border.action中,定义了全局热键和屏幕边缘操作。

  • 键名:可以是字母,数字,win, ctrl, shift (包括l/r版本, 如lctrl/rshift),表示鼠标操作的lclick/rclick/wheelclick/wheelup/wheeldown。
    键名是对ahk命令的简单替换,更多可参考ahk文档。
  • 值:这里可以填入的类型,参考 https://github.com/XUJINKAI/OneQuick/wiki/run_function
  • screen-border 符号:LR表示左右,TB表示上下(top/bottom),如LT表示左上角,B表示下边缘,
    你可以把符号连起来写,用'-'连接,比如L-R表示左右边缘都有效。
    注意:LR必须在TB前边,不能写成TL
Clone this wiki locally