-
How do I do hotkeys, when I press a key combination it does something? |
Beta Was this translation helpful? Give feedback.
Answered by
s1hofmann
Aug 23, 2022
Replies: 1 comment 1 reply
-
Hi @Kreijstal 👋 Do you want to trigger a hotkey combination with nut.js, or are you looking for a way to programmatically register global hotkey combinations that execute e.g. a nut.js automation? The former is easily possible via the nut.js keyboard API, the latter is not supported by nut.js. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
s1hofmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Kreijstal 👋
Do you want to trigger a hotkey combination with nut.js, or are you looking for a way to programmatically register global hotkey combinations that execute e.g. a nut.js automation?
The former is easily possible via the nut.js keyboard API, the latter is not supported by nut.js.
You'd have to use a different package like iohook