johnnyk
johnnyk

Reputation: 3

how to modify win keyboard shortcut?

I set the windows taskbar to autohide. So I want a keyboard shortcut can quickly show it. The "Win+T" can do it, but is to hard to press it.

So, I want to modify "Win+T" to "Win+A". I think AutoHotKey can do it but i don't know how to write the script.

Here is what I want to do:
1. When taskbar is hidden,"Win+A" can show it.
2. When taskbar is showing,"Win+A" can hide it.

How can I do it?

Thanks!

Upvotes: 0

Views: 69

Answers (1)

Robert Ilbrink
Robert Ilbrink

Reputation: 7953

Have you tried the following?

#a::Send, #t

Upvotes: 1

Related Questions