gpt4 book ai didi

windows - 无法映射 LAlt + autohotkey 中的任何键

转载 作者:可可西里 更新时间:2023-11-01 11:41:51 24 4
gpt4 key购买 nike

这应该很简单,但我做不到...当按下左 alt 键时,此脚本将切换到下一个桌面:

LAlt::^#Right ;Next Desktop
return

我想要这个,除了我想按 left alt + '&' 代替。但显然在 alt 后添加任何键使其停止工作。例如

LAlt & w::^#Right ;Next Desktop
return

应该与左键 + w 一起工作,但它什么都不做。我知道 '!'可以是 alt,但在这种情况下使用 '!w' 也不起作用

最佳答案

Try this:

  LAlt & w:: Send ^#{Right} ;Next Desktop

关于windows - 无法映射 LAlt + autohotkey 中的任何键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57692090/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com