Skip to content

Commit 353c761

Browse files
cscutcherfdw
authored andcommitted
Add missing keycode for ydotool typer
1 parent ca865ad commit 353c761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/picker/typer/ydotool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ def __get_event_code(self, char: str) -> str:
7575
"LeftShift": 42,
7676
"BackSpace": 14,
7777
"Tab": 15,
78+
"Insert": 110,
7879
}

0 commit comments

Comments
 (0)