How to fully clear all TypeWhisper settings to start from fresh? #504
-
|
I have been having an issue where TypeWhisper voice recording starts after like a second after I press the PTT hotkey. It only happens in the production version of the TypeWhisperer app, When I try building the development version of TypeWhisper using Xcode, I don't see the delay. I had been using TypeWhisperer since version 1.2.0. Maybe even after the bug got fixed, some settings in my device is misconfigured. So I'm thinking if resetting whole settings in Type Whisper would fix it. I tried running these commands but it did not help. rm -rf \
~/Library/Application\ Support/TypeWhisper-Dev \
~/Library/Application\ Support/TypeWhisper \
~/Library/Preferences/com.typewhisper.mac.plist \
~/Library/Preferences/com.typewhisper.mac.dev.plist \
~/Library/Application\ Scripts/2D8ALY3LCL.com.typewhisper.mac \
~/Library/Application\ Scripts/.com.typewhisper.mac \
~/Library/Application\ Scripts/com.typewhisper.mac.dev.widgets \
~/Library/Application\ Scripts/com.typewhisper.mac.widgets \
~/Library/HTTPStorages/com.typewhisper.mac \
~/Library/HTTPStorages/com.typewhisper.mac.dev \
~/Library/Group\ Containers/2D8ALY3LCL.com.typewhisper.mac \
~/Library/Group\ Containers/.com.typewhisper.mac \
~/Library/Containers/com.typewhisper.mac.dev.widgets \
~/Library/Containers/com.typewhisper.mac.widgets \
~/Library/Caches/com.typewhisper.mac.dev \
~/Library/Developer/Xcode/DerivedData/TypeWhisper-byhhvuclooufwxbieuxwahdveajp \
~/Library/Application\ Support/CrashReporter/TypeWhisper_531C7EFD-18A4-5D3E-89D4-14F83FA968E8.plist \
&& echo "Done" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Thanks for the detailed reset attempt. We now route this kind of support through the TypeWhisper support page: https://www.typewhisper.com/en/support/ Before we dig further into local state, could you install the current TypeWhisper 1.4 build from the releases page and check whether the Push-to-Talk delay still happens? https://github.com/TypeWhisper/typewhisper-mac/releases If it still reproduces on 1.4, please open a macOS issue from the support page with:
The reset command you tried already covers the main TypeWhisper app support data, preferences, caches, group containers, and widget containers. If the production app still shows a delay while a local development build does not, I would treat that as production-build behavior to debug rather than only stale local settings. |
Beta Was this translation helpful? Give feedback.
Thanks for the detailed reset attempt.
We now route this kind of support through the TypeWhisper support page: https://www.typewhisper.com/en/support/
Before we dig further into local state, could you install the current TypeWhisper 1.4 build from the releases page and check whether the Push-to-Talk delay still happens? https://github.com/TypeWhisper/typewhisper-mac/releases
If it still reproduces on 1.4, please open a macOS issue from the support page with:
The reset command you tried al…