This website requires JavaScript.
Explore
Help
Register
Sign In
develcooking
/
windows-configs
Template
Watch
1
Star
0
Fork
You've already forked windows-configs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
windows-configs
/
autohotkey
/
win-key.ahk
5 lines
89 B
AutoHotkey
Raw
Permalink
Blame
History
;#NoTrayIcon
~
LWin
:
:
Send
{
LWin
Down
}
{
Shift
Down
}
~
LWin
Up
:
:
Send
{
LWin
Up
}
{
Shift
Up
}
Reference in New Issue
View Git Blame
Copy Permalink