-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: persist hotkey & modifier settings #5
Comments
I've added support for custom hotkey saving in master now - give it a try.
I think unfortunately this is very tricky with the libraries I'm using - I tried doing this myself and I found it didn't override the Mac dictation (even when I explicitly tried to disable it). I've given up on this for now but may return to it in the future |
I've implemented this thing in other project, check this pull request (only ~30 lines of code): |
Привет, спасибо огромное за твою работу, мне очень понравилось приложение. Вопрос в том, как назначить свои клавиши, но чтобы не надо было их держать, а "одно нажатие - включение записи, еще одно - выключение". Хотя в идеале конечно же реализовать потоковый ввод и вывод. Ну и да, программа не сохраняет настройки после выключения. |
I enter my custom hotkey, reopen the app, and it is back to default.
Also, I'd very much want to replace the default macOS "double cmd click" hotkey (which opens macOS built-in dictation but it seems very poor and unusable for me), but it's seemingly not possible with the current settings approach.
The text was updated successfully, but these errors were encountered: