Skip to content

Commit

Permalink
Try new way of typing
Browse files Browse the repository at this point in the history
Maybe this is better?

Issue: #15
  • Loading branch information
fdw committed Jun 6, 2021
1 parent 32b065e commit 9b542c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/rofi_rbw/typer.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ def get_active_window(self) -> str:
def type_characters(self, characters: str, active_window: str) -> None:
run([
'xdotool',
'windowactivate',
'--sync',
active_window,
'type',
'--clearmodifiers',
'--window',
active_window,
characters
])

Expand Down

0 comments on commit 9b542c1

Please sign in to comment.