自动热键,将左Alt +空间重新映射为Control + Escape [英] Autohotkey, remap Left Alt + Space to Control + Escape

查看:50
本文介绍了自动热键,将左Alt +空间重新映射为Control + Escape的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用Autohotkey通过按左Alt + Space 而不是 Control + Escape .

I'm trying to use Autohotkey to make the Windows start menu appear by pressing Left Alt + Space instead of Control + Escape on a keyboard that doesn't have any Windows key.

我不确定你是怎么做到的.这是我尝试过的:

I'm not sure how you do that. This is what I have tried:

!Space::LWin
!Space::SendInput {LWin}
!Space::Send {Ctrl}{click}
!Space::Send {Ctrl}{Escape}
!Space::SendInput, {^Escape}
!Space::ControlClick, x0 y1200
!Space::MouseClick, left, 0, 1200
!Space::Click, 0, %A_ScreenHeight%
!Space::send {sc05b}
!Space::send {vk5Bsc15B}

但是我无法使它正常工作.有什么想法吗?

But I can't get it to work. Any ideas?

提前谢谢!

推荐答案

这应该可以解决问题

!Space::Send ^{Esc}

这篇关于自动热键,将左Alt +空间重新映射为Control + Escape的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆