-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
[BUG] 3.1.x thinks I'm sending lots of keys #82
Comments
Hmm.. If deleting the config worked, a certain setting is responsible for the behavior. Can you replicate the behavior and paste the setting file here? Thanks :) |
Same issue here, smassh thinks I type twice every time, look the pattern ("tt" is marked correct, others are correct then incorrect). Backspace is also consider typing twice every time. Deleting config doesn't work. But when I enter the next test, this issue is gone. My system is Arch Linux in WSL, smassh v3.1.0 is installed from AUR, it's the same file from GitHub release. Default config may not help, pasting anyway:
UPDChanging to any window solves this issue, i.e., settings, help, about. |
Ah I see now, maybe the key event is propagating. |
Describe the bug 🐛
I've tried reinstalling and deleting my settings
When running smassh @ 3.1.0 - it interprets each character I write as more than one
To Reproduce 🐣
smassh
configuration jsonpipx install smassh
smassh
, it interprets each character as more than oneExpected behavior 🤔
Only one character is pressed per key.
Screenshots 🧐
typing 'home', the first character is recognized, but thinks I also pressed many more I guess, proceeding to continue to type ome- the cursor is placed on the last character of the 2nd word, 8 characters away or double in length from where it should be.
Your operating system name
Mac
Your operating system version
Sonoma 14.3.1
Additional context 📝
If I delete the configuration and downgrade to
smassh==3.0.*
, with:pipx uninstall smassh
rm ~/Library/Application\ Support/smassh/smassh.json
(wheresmassh
keeps its configuration instead of$HOME
)pipx install smassh==3.0.*
smassh
- it works as it used to, and correctlyIf I don't delete my configuration, other weird things happen like not interpreting any mistakes and not changing character colors.
The text was updated successfully, but these errors were encountered: