Hello
I don't play games, but it's a useful program and I use it in many ways.
Double & Triple Press is a way to recognize how many times a key is pressed within a set time.
This is, of course, a logical method.
I've been trying to use this method for typing letters, but the slight delay makes it inconvenient.
So it would be nice if there were a way to pass through the original keys.
Assuming I used pass-through, for example:
map a = c, the result would be:
a double → ac
But if I mapped it to "backspace+c" instead of c,
a a instantly outputs c — without delay.
I'm already using this approach with AutoHotkey, and it works well.
I would be grateful if you could consider supporting something like this.
I don't play games, but it's a useful program and I use it in many ways.
Double & Triple Press is a way to recognize how many times a key is pressed within a set time.
This is, of course, a logical method.
I've been trying to use this method for typing letters, but the slight delay makes it inconvenient.
So it would be nice if there were a way to pass through the original keys.
Assuming I used pass-through, for example:
map a = c, the result would be:
a double → ac
But if I mapped it to "backspace+c" instead of c,
a a instantly outputs c — without delay.
I'm already using this approach with AutoHotkey, and it works well.
I would be grateful if you could consider supporting something like this.
Comment