Skip to content

Instantly share code, notes, and snippets.

@hdemon
Created October 2, 2024 13:36
Show Gist options
  • Save hdemon/49e04b0312bac621d15e876349a01c9a to your computer and use it in GitHub Desktop.
Save hdemon/49e04b0312bac621d15e876349a01c9a to your computer and use it in GitHub Desktop.
if GetKeyState("LCtrl")
{
SC07B & v::
{
WinActivate "Google Chrome"
}
SC07B & c::
{
WinActivate "Powershell"
}
SC07B & e::
{
WinActivate "Visual Studio Code"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment