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
As it is common when editing text files, it would be great if this utility could also hide the cursor when pressing the space bar and backspace. Maybe apply this to the Del key as well.
Thanks for this great utility!
The text was updated successfully, but these errors were encountered:
Sadly that does not work, as the keys variable is parsed so adding {space} would simply make it turn into {, s, p, a, c, e, } for the purpose of detection. I'm new to AutoHotkey so I can't figure out how to tweak it to listen to keys instead of letters.
@ricprd
I knows it's been almost a year, but I just stumbled upon it myself.
I need to add space, delete and backspace as well. I have a fork created supporting those features: https://github.com/nochkin/Windows-Cursor-Hider
Not sure if it's worth doing PR as I see there is another one still pending.
As it is common when editing text files, it would be great if this utility could also hide the cursor when pressing the space bar and backspace. Maybe apply this to the Del key as well.
Thanks for this great utility!
The text was updated successfully, but these errors were encountered: