Skip to content

Commit

Permalink
feat: add alternative left win + alt hotkey for switch-windows-desktops
Browse files Browse the repository at this point in the history
  • Loading branch information
tplk committed Jul 4, 2019
1 parent b122fe2 commit 31a434a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scripts/switch-windows-desktops.ahk
Expand Up @@ -4,3 +4,6 @@

<#>!SC023::Send,{LControl Down}{LWin Down}{Left Down}{LControl Up}{LWin Up}{Left Up}
<#>!SC026::Send,{LControl Down}{LWin Down}{Right Down}{LControl Up}{LWin Up}{Right Up}

<#<!SC023::Send,{LControl Down}{LWin Down}{Left Down}{LControl Up}{LWin Up}{Left Up}
<#<!SC026::Send,{LControl Down}{LWin Down}{Right Down}{LControl Up}{LWin Up}{Right Up}

0 comments on commit 31a434a

Please sign in to comment.