mirror of
https://github.com/quexten/goldwarden.git
synced 2025-01-25 13:09:25 +01:00
Fix Z autotype on dvorak
This commit is contained in:
parent
9731336116
commit
ec0e3baea1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user