Skip to content

Commit

Permalink
Fix C autotype on dvorak
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Aug 22, 2023
1 parent ec0e3ba commit 418359b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autofill/uinput/dvorak.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ func (d Dvorak) TypeKey(key Key, keyboard uinput.Keyboard) error {
break
case KeyCUpper:
keyboard.KeyDown(uinput.KeyLeftshift)
Sleep()
keyboard.KeyPress(uinput.KeyI)
Sleep()
keyboard.KeyUp(uinput.KeyLeftshift)
case KeyD:
keyboard.KeyPress(uinput.KeyH)
Expand Down

0 comments on commit 418359b

Please sign in to comment.