Fix Z autotype on dvorak

This commit is contained in:
Bernd Schoolmann 2023-08-22 14:44:26 +02:00
parent 9731336116
commit ec0e3baea1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ func (d Dvorak) TypeKey(key Key, keyboard uinput.Keyboard) error {
case KeyZUpper:
keyboard.KeyDown(uinput.KeyLeftshift)
Sleep()
keyboard.KeyPress(uinput.ButtonBumperLeft)
keyboard.KeyPress(uinput.KeySlash)
Sleep()
keyboard.KeyUp(uinput.KeyLeftshift)
case Key1: