Key scrolling #3255
Key scrolling
#3255
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
MuhammedZakir
Jul 12, 2022
Replies: 1 comment 5 replies
-
You can do that by creating hotkeys [1] for arrow keys that will post [2] scroll events [3] when triggered. [1] http://www.hammerspoon.org/docs/hs.hotkey.html#new |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
skearya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do that by creating hotkeys [1] for arrow keys that will post [2] scroll events [3] when triggered.
[1] http://www.hammerspoon.org/docs/hs.hotkey.html#new
[2] http://www.hammerspoon.org/docs/hs.eventtap.event.html#post
[3] http://www.hammerspoon.org/docs/hs.eventtap.event.html#newScrollEvent