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
Feature request: Add a pause range instead of only a single static value for pause like it is currently.
This is a weak attempt at mimicking a human (keypress) whose pause ranges would typically range from 50 - 250 ms.
What it is expressed as is just a user-defined period of time (range) that they wish to configure for pause.
If R1 = 70 - 150 (ms), let input-remapper pick a random period every time between 70 and 150 ms as the pause duration.
So key(E).w(70).key(Q).w(70).key(Q).w(70).key(R).w(120) could be expressed as something like:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Feature request: Add a
pause range
instead of only a single static value forpause
like it is currently.This is a weak attempt at mimicking a human (keypress) whose pause ranges would typically range from 50 - 250 ms.
What it is expressed as is just a user-defined period of time (
range
) that they wish to configure forpause
.If
R1 = 70 - 150
(ms), letinput-remapper
pick a random period every time between 70 and 150 ms as the pause duration.So
key(E).w(70).key(Q).w(70).key(Q).w(70).key(R).w(120)
could be expressed as something like:Beta Was this translation helpful? Give feedback.
All reactions