Created
July 12, 2025 13:36
-
-
Save c3rb3ru5d3d53c/850ce5cdd225787e5c73183d7bb7703c to your computer and use it in GitHub Desktop.
Speech Note Shortcut
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# In Speech Note Settings and Accessibility Enable | |
# "Use Global Keyboard Shortcuts" | |
# "Allow external applications to invoke actions" | |
# Install wl-copy and wl-paste as well | |
# Then add the following command to your desktop environment as a custom shortcut | |
bash -c 'wl-copy < /dev/stdin <<< "$(wl-paste --primary)"; flatpak run net.mkiol.SpeechNote --start-in-tray --action start-reading-text --text "$(wl-paste | tr "\n" " ")"' | |
# Now you can do your shortcut on selected text in any app, the text is copied, then read with speech note directly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment