简体   繁体   English

Autohotkey:如何使用Alt键和

[英]Autohotkey: How to remap CTRL with Alt key and

I would like to switch the keys 我想切换按键

ALT and CTRL ALTCTRL

as well as add 以及添加

Alt Down keys together to behave the same as Alt Tab 同时按下Alt键与Alt Tab的行为相同

I have tried with the following script but each works by its own, but not together! 我尝试使用以下脚本,但是每个脚本都有自己的功能,但不能一起使用!

; !!!!!!!!!!!! THIS IS WHAT IS ADDED TO THE STANDARD SCRIPT !!!!!!!!!!!!!!
LAlt & Down::AltTab

LAlt::LCtrl

I am using AutoHotkey v1.1.13.01. 我正在使用AutoHotkey v1.1.13.01。 It is not the latest because I can't use the latest one for a reason. 它不是最新的,因为我出于某种原因不能使用最新的。

Shouldn't this work? 这不行吗?

I tried this 我试过了

LAlt & Down::AltTab

LAlt::LCtrl
LCtrl::LAlt

and on my Windows7 system Alt &Ctrl are switched and Alt & Down works, too. 在Windows7系统上,Alt&Ctrl也可以切换,Alt&Down也可以。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM