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
enigo uses hardware keycodes to figure out which key is pressed, therefore '🔥' is not typed since it is a virtual key. You need to click ctrl + cmd + space, that opens the emoji menu and click the fire from there, so i dont see how you can simulate the emoji being typed from calling the key function
Describe the bug
Whenever
Key::Unicode('🔥')
is entered, the lettera
gets typedTo Reproduce
Expected behavior
The character 🔥 should get typed or at least an error should be thrown instead
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: