QuantiusBenignus / blurt

Gnome shell extension for accurate speech to text input in Linux using whisper.cpp. Input text from speech anywhere.
https://extensions.gnome.org/extension/6742/blurt/
GNU General Public License v3.0
54 stars 4 forks source link

shortcut configuration #6

Open ser opened 9 months ago

ser commented 9 months ago

Wouldn't it be possible to add the shortcut configuration to the extension configuration?

Keeping my own version just because of that issue and requirement to follow your development plus rebuilding the extension very time is not super convenient...

QuantiusBenignus commented 9 months ago

I like keeping it simple, but of course it is possible. You need to recompile only the schema if you change the shortcut and that is a single command as shown in the README. If you prefer having a GUI interface for that, feel free to implement it and submit a pull request. I can also look into it when I find some time.