You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using it via Node.js bindings and the author of the bindings thinks that my issue is a problem with this library.
The problem that I have, is that when I send the key with right alt pressed, it does not type special character but executes a shortcut like if the left alt was pressed instead. For example, RightAlt+5 should type the € symbol, but instead it does whatever is assigned to LeftAlt+5 (for example, goes to the fifth tab in a browser).
Hi, great library!
I'm using it via Node.js bindings and the author of the bindings thinks that my issue is a problem with this library.
The problem that I have, is that when I send the key with right alt pressed, it does not type special character but executes a shortcut like if the left alt was pressed instead. For example,
RightAlt+5
should type the€
symbol, but instead it does whatever is assigned toLeftAlt+5
(for example, goes to the fifth tab in a browser).My OS: Linux (popOS! / Ubuntu)
Original issue: SnosMe/uiohook-napi#22
The text was updated successfully, but these errors were encountered: