Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Autohotkey 无法组合换档和ralt_Autohotkey - Fatal编程技术网

Autohotkey 无法组合换档和ralt

Autohotkey 无法组合换档和ralt,autohotkey,Autohotkey,以下工作: RAlt & w:: Send, {up} 以下情况不适用: Rshift & RAlt & ^w:: Send, {ctrl}{up} 我收到一条无效热键的消息。有没有办法将换档、ralt和另一个钥匙组合在一起 ; >+ - right shift ; >! - right alt ; ^ - ctrl ; vk57 - virtual code "w" key >+>!^vk57::Send, {ctrl}{up

以下工作:

RAlt & w:: Send, {up}
以下情况不适用:

Rshift & RAlt & ^w:: Send, {ctrl}{up}
我收到一条无效热键的消息。有没有办法将换档、ralt和另一个钥匙组合在一起

; >+   - right shift
; >!   - right alt
; ^    - ctrl
; vk57 - virtual code "w" key

>+>!^vk57::Send, {ctrl}{up}