简体   繁体   English

如何修改Win键盘快捷键?

[英]how to modify win keyboard shortcut?

I set the windows taskbar to autohide. 我将Windows任务栏设置为自动隐藏。 So I want a keyboard shortcut can quickly show it. 因此,我希望键盘快捷键可以快速显示它。 The "Win+T" can do it, but is to hard to press it. “ Win + T”可以做到,但是很难按下它。

So, I want to modify "Win+T" to "Win+A". 因此,我想将“ Win + T”修改为“ Win + A”。 I think AutoHotKey can do it but i don't know how to write the script. 我认为AutoHotKey可以做到,但我不知道如何编写脚本。

Here is what I want to do: 这是我想做的:
1. When taskbar is hidden,"Win+A" can show it. 1.隐藏任务栏时,“ Win + A”可以显示它。
2. When taskbar is showing,"Win+A" can hide it. 2.显示任务栏时,“ Win + A”可以将其隐藏。

How can I do it? 我该怎么做?

Thanks! 谢谢!

您是否尝试过以下方法?

#a::Send, #t

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

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