尝试使用 autohotkey 模拟 CTRL+tab/CTRL+shift+tab,失败
鼠标重新映射工具(x-mouse button control) ,一次只能选择一个按键进行映射
如果有 Chrome 现成的插件自然是最好不过了 //
1
noe132 2018-06-10 14:08:11 +08:00 1
RButton & WheelDown::
IfWinActive, ahk_exe chrome.exe { Send ^{Tab} } return RButton & WheelUP:: IfWinActive, ahk_exe chrome.exe { Send ^+{Tab} } return ahk 没有问题。 |
2
noqwerty 2018-06-10 14:12:40 +08:00
推荐一波 WGestures,全局鼠标手势。
|
3
bilibiliLM OP @noe132 朋友是什么系统呀,还有 AHK 版本,。我试了还是不行。不知道是不是有软件冲突
|