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
Sure, I am trying to create a shortcut, triggering a specific action for a specific program (which is triggered through "]").
I am using a German keyboard layout (which could be the cause of the problem).
When I use "keyboard.type(Key.RightBracket)" it returns a 9.
The typical way to create a "]" on a German keyboard is pressing right alt and 9. Thus, I have tried to create a bracket through using "keyboard.type(Key.Alt, Key.RightBracket)" - but that also generates a 9.
It doesn't return any error or any other unexpected output.
I hope this helps. If you have any further questions, then feel free to ask.
Version
2.1.1
Short overview
Not able to create square brackets through "pressKey"-event and "type"-event.
Issue occurs on
This issue occurred on the Windows operating system.
Replication
The text was updated successfully, but these errors were encountered: