Skip to content
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

Feature Request - Remember Modifier state #232

Open
mat-m opened this issue Aug 31, 2021 · 1 comment
Open

Feature Request - Remember Modifier state #232

mat-m opened this issue Aug 31, 2021 · 1 comment

Comments

@mat-m
Copy link

mat-m commented Aug 31, 2021

Hello

If I type CHarge, I got in the log:
<Enter><LShft>CHarge

I would like it to detect when Mod are pressed, e.g.:
<Enter><LShft>C<LShft>Harge
<Enter><LShft>CH</LShft>arge

Those will allow me to count the Mod usage also. It is easy on Shift, but less on Ctrl or Alt.

@crides
Copy link

crides commented Feb 28, 2023

So I did a very crude attempt at this, which from my current testing seems to work. It uses your idea of doing </mod> for the released modifier. The added code is pretty wet (you know, as opposed to DRY), but shouldn't incur much runtime cost?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants