level 1
各位大神 为什么用这个软件创建快捷键时 使用alt+w 是没反应的 又没有提示热键被占用。 感觉win10很多位置好的快捷键都被用了
2015年11月16日 12点11分
1
level 9
1.键盘有无坏?
2.lua脚本是什么?
3.右下角“快捷键有效”有无勾?
2015年11月29日 04点11分
3
还是不行,图片见3楼
2016年09月25日 14点09分
level 4
acSendAltDown() --按下Alt键
acDelay(50) --延时50ms
acSendKeys("{w}") --按下w键
acDelay(50)
acSendAltUp() --松开Alt键
用上面的代码可以解决。
2016年09月22日 03点09分
4
还是不行,图片见3楼
2016年09月25日 14点09分
level 9
acSendKeys("{DELAY=50}%w")
acSendKeys("{DELAY=50}@m")
试试这个,我可以触发回到桌面,alt+w再浏览器里没这个试不了
2016年09月27日 10点09分
6
用了 可以了
2016年09月28日 11点09分