From 31a434a91e510c693ec1df740d5281168889b1b0 Mon Sep 17 00:00:00 2001 From: Dmitry Teplov Date: Thu, 4 Jul 2019 14:10:10 +0300 Subject: [PATCH] feat: add alternative left win + alt hotkey for switch-windows-desktops --- src/scripts/switch-windows-desktops.ahk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/scripts/switch-windows-desktops.ahk b/src/scripts/switch-windows-desktops.ahk index e872b13..c856921 100644 --- a/src/scripts/switch-windows-desktops.ahk +++ b/src/scripts/switch-windows-desktops.ahk @@ -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} + +<#