corlinp / whisperer

On-demand prompt-aided voice-to-text with OpenAI's Whisper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dvorak support on a mac

ttunguz opened this issue · comments

love this product. thank you for making it.

i use a dvorak keyboard layout & the output text is correct when i switch the layout to English. is there a way to enable Dvorak support?

I figured it out. I swapped out pyautogui with

from pynput.keyboard import Controller

...

keyboard = Controller()
keyboard.type(transcription)