Skip to content

Commit

Permalink
add mouse button control
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed Apr 21, 2024
1 parent f5a5fd7 commit bf1ed3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .config/autohotkey/modules/common.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ F13 & BS::SendKey("{Del}")
!BS::Del


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Mouse
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Back & Forward
F13 & LButton::SendKey("{XButton1}")
F13 & RButton::SendKey("{XButton2}")


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Shortcuts
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down

0 comments on commit bf1ed3c

Please sign in to comment.