lalt+p 的快捷键会导致自动多按了 lcontrol 键,不知道为什么,有人遇到过吗?
我现在 lalt+p 里面什么也不做,在查看 key history 的时候发现多了 lcontrol 键,这东西能去掉吗?
|  |      1loading      297 天前  1 能贴代码吗 | 
|      3chenqh OP @loading  ``` A4 038 d 9.17 LAlt Text Editor2 超猛了?.rst - book [SSH: 192.168.33.10] - Visual Studio Code [Administrator] 50 019 h d 0.38 p 50 019 s u 0.17 p A4 038 u 0.17 LAlt A2 01D i d 0.00 LControl A2 01D i u 0.00 LControl ``` 全新脚本 ``` #Requires AutoHotkey v2.0 LAlt & p:: { OutputDebug("test") } ``` 什么也没做. | 
|  |      4loading      297 天前  1 在我这里也复现了。 我甚至用 v1 ``` !p:: Send a Return ``` 也会出现。 | 
|  |      5old9      297 天前  1 > Pressing a hotkey which includes Alt may result in extra simulated keystrokes (Ctrl by default). See #MenuMaskKey. https://www.autohotkey.com/docs/v1/lib/_MenuMaskKey.htm [v1.0.90+] | 
|      8chenqh OP 确实好了. |