From 521b541d15ffe5f4f316133bdd7e8799fb44ad6e Mon Sep 17 00:00:00 2001 From: m2nlight Date: Fri, 13 Apr 2018 09:07:47 +0800 Subject: [PATCH] Reserve {right-alt}+{left}/{right} to navigate back/forward in application as explorer. Press Win+Shift+P to call origin win+p screen project. --- machotkey.ahk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/machotkey.ahk b/machotkey.ahk index 49d1b1e..6d16faa 100755 --- a/machotkey.ahk +++ b/machotkey.ahk @@ -20,6 +20,7 @@ #W::Send ^w #S::Send ^s #P::Send ^p +#+P::Send #p ; Edit #Z::Send ^z +#Z::Send ^y @@ -39,8 +40,8 @@ return #Right::Send {End} #Up::Send {PgUp} #Down::Send {PgDn} -!Left::Send ^{Left} -!Right::Send ^{Right} +LAlt & Left::Send ^{Left} +LAlt & Right::Send ^{Right} #+Left::Send +{Home} #+Right::Send +{End} #+Up::Send +{PgUp}