We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should have a small chance to change the order of two keys, regardless of being padded or not.
Example:
Writing hello should have a chance to instead be hlelo
hello
hlelo
If padding left +1, hello turns to hrllo, which then could be hlrlo
hrllo
hlrlo
Add setting for % to change the order of two keys key in module
Add setting for number of times it can happen in module
Add slider in React for % of chance to happen
Add input for maximum times it can happen
The text was updated successfully, but these errors were encountered:
filipetedim
No branches or pull requests
Should have a small chance to change the order of two keys, regardless of being padded or not.
Example:
Writing
hello
should have a chance to instead behlelo
If padding left +1,
hello
turns tohrllo
, which then could behlrlo
Add setting for % to change the order of two keys key in module
Add setting for number of times it can happen in module
Add slider in React for % of chance to happen
Add input for maximum times it can happen
The text was updated successfully, but these errors were encountered: