Skip to content

Commit

Permalink
Reserve {right-alt}+{left}/{right} to navigate back/forward in applic…
Browse files Browse the repository at this point in the history
…ation as explorer. Press Win+Shift+P to call origin win+p screen project.
  • Loading branch information
m2nlight committed Apr 13, 2018
1 parent 1d18c2b commit 521b541
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions machotkey.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#W::Send ^w
#S::Send ^s
#P::Send ^p
#+P::Send #p
; Edit
#Z::Send ^z
+#Z::Send ^y
Expand All @@ -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}
Expand Down

0 comments on commit 521b541

Please sign in to comment.