Fix Z autotype on dvorak
This commit is contained in:
parent
9731336116
commit
ec0e3baea1
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ func (d Dvorak) TypeKey(key Key, keyboard uinput.Keyboard) error {
|
||||||
case KeyZUpper:
|
case KeyZUpper:
|
||||||
keyboard.KeyDown(uinput.KeyLeftshift)
|
keyboard.KeyDown(uinput.KeyLeftshift)
|
||||||
Sleep()
|
Sleep()
|
||||||
keyboard.KeyPress(uinput.ButtonBumperLeft)
|
keyboard.KeyPress(uinput.KeySlash)
|
||||||
Sleep()
|
Sleep()
|
||||||
keyboard.KeyUp(uinput.KeyLeftshift)
|
keyboard.KeyUp(uinput.KeyLeftshift)
|
||||||
case Key1:
|
case Key1:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue