Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
m2nlight committed Jun 6, 2018
1 parent 945fd83 commit e0bb6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machotkey.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ return
#Right::Send {End}
#Up::Send {PgUp}
#Down::Send {PgDn}
LAlt & Left::Send ^{Left}
LAlt & Right::Send ^{Right}
<!Left::Send ^{Left}
<!Right::Send ^{Right}
#+Left::Send +{Home}
#+Right::Send +{End}
#+Up::Send +{PgUp}
Expand Down

0 comments on commit e0bb6ad

Please sign in to comment.