true
This commit is contained in:
parent
0eddaa2893
commit
7b8535e3d8
1 changed files with 3 additions and 1 deletions
|
|
@ -307,10 +307,12 @@ end
|
|||
mouseTap = hs.eventtap.new({ hs.eventtap.event.types.otherMouseDown }, function(event)
|
||||
if event:getButtonState(3) then
|
||||
handleMouse4()
|
||||
return true
|
||||
elseif event:getButtonState(4) then
|
||||
handleMouse5()
|
||||
return true
|
||||
end
|
||||
return true
|
||||
return false
|
||||
end)
|
||||
mouseTap:start()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue