如何将鼠标按钮组合设置为热键?

时间:2019-03-28 14:44:07

标签: button mouse autohotkey

因为我将XButton1和XButton2重新映射到ctrl + shift + tab和ctrl + tab 我想将鼠标右键+ XButton1 / 2组合设置为前进和后退。

它可以工作,但是我现在没有右键单击...

我尝试将其编写为{RButton&XButton1},不用说这没有帮助,但是后退/前进仍然有效。

XButton1::Send ^+{Tab}
XButton2::Send ^{Tab}

RButton&XButton1::Send !{Left}
RButton&XButton2::Send !{Right}

我希望鼠标右键仍能按预期工作。

1 个答案:

答案 0 :(得分:1)

custom combination中的前缀键(在本例中为RButton)失去了其本机功能,

除非您添加

RButton:: Send {RButton}