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

TODO: Add functionality to flush a demo chunk #60

Open
Bash-09 opened this issue Aug 20, 2023 · 0 comments
Open

TODO: Add functionality to flush a demo chunk #60

Bash-09 opened this issue Aug 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Bash-09
Copy link
Contributor

Bash-09 commented Aug 20, 2023

@cgcha mentioned:

The method i did for echo spamming was similar to this

alias test_a echo "testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttest"`

alias test_b "test_a;test_a;test_a;test_a;test_a;test_a;test_a;test_a;test_a;test_a;test_a;test_a"

alias test_c "test_b;test_b;test_b;test_b;test_b;test_b;test_b;test_b;test_b;test_b;test_b;test_b;test_b;test_b;"

in order to scale quickly and because there's a limit to how long an individual echo can be. doing this, you can chain an echo that basically immediately flushes the buffer, but will cause a noticable stutter. However, i created a macro that would press a button every 300 ms and I used that to echo spam, and I didn't notice any degradation to performance (but this should be tested on more systems)

@Bash-09 Bash-09 added the enhancement New feature or request label Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant