You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to ignore backspace characters? Nobody's perfect, but as it currently stands, the program fails to convert a HotString if backspace is used to correct a typo while entering it.
I tried putting an If statement in that would Return if the $key = "{BACKSPACE}", but it caused the function to enter recognized HotStrings 5 or 6 times, so something else is counting up in there, and I'm not sure what.
I'm using it in conjunction with QuickPhrase, so maybe there's a conflict there somewhere?
The text was updated successfully, but these errors were encountered:
Would it be possible to ignore backspace characters? Nobody's perfect, but as it currently stands, the program fails to convert a HotString if backspace is used to correct a typo while entering it.
I tried putting an If statement in that would Return if the $key = "{BACKSPACE}", but it caused the function to enter recognized HotStrings 5 or 6 times, so something else is counting up in there, and I'm not sure what.
I'm using it in conjunction with QuickPhrase, so maybe there's a conflict there somewhere?
The text was updated successfully, but these errors were encountered: