-
Notifications
You must be signed in to change notification settings - Fork 165
Description
Hi,
I know this is a bit of an odd issue, but I'd appreciate your eyes on it—maybe I'm missing something simple.
The program works perfectly when I use it with, say, the Firefox browser. However, when I use it in conjunction with Emacs, something strange happens: the terminal shows the correct transcription, but once the text is inputted into Emacs via keyboard simulation, the letters i and t are missing from the final output.
I have no idea what's causing this, but my guess is that it has something to do with the keyboard simulation method. I'm running Emacs on WSL, and unfortunately, the other two keyboard simulation options don't work at all—only the Python-based method is usable.
input_method:
value: pynput
type: str
description: "The method to use for simulating keyboard input."
options:
- pynput
- ydotool
- dotool
