Skip to content

Commit

Permalink
fix(capslockx): scroll horizonal
Browse files Browse the repository at this point in the history
scroll horizonal
  • Loading branch information
snomiao committed Oct 25, 2023
1 parent 6cb4b32 commit 560481b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Modules/CLX-Mouse.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,10 @@ CapsLockX_鼠标右键弹起(){
; *+r:: 滚轮模拟.左按("r")
; *+f:: 滚轮模拟.右按("f")

; hold right shift key to simulate horizonal scrolling
*>+r:: 滚轮模拟.左按("r")
*>+f:: 滚轮模拟.右按("f")

*r::
ScrollModeExit()
滚轮模拟.上按("r")
Expand Down

0 comments on commit 560481b

Please sign in to comment.