(AHK)如何模拟LAlt和RAlt结合在一起的Shift行为

时间:2015-12-27 12:33:09

标签: keyboard-shortcuts autohotkey

标题有它。为了获得信函资本,转移太远了;想要使用这两个ALT代替。这是我的众多尝试之一:

%timeit np.sum(L, axis=0)
10 loops, best of 3: 41.5 ms per loop

%timeit np.add.reduce(L)
10 loops, best of 3: 41.9 ms per loop

1 个答案:

答案 0 :(得分:0)

请阅读https://autohotkey.com/docs/Hotkeys.htm,特别是开头。热键以::开头,以return结尾。

在您的情况下,您正在寻找重新映射:请查看https://autohotkey.com/docs/misc/Remap.htm

有关指导,但未经测试: 你可能会做类似

的事情
<!>!Alt::Shift