-
Notifications
You must be signed in to change notification settings - Fork 11
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
Please add timing options to automatic typing #14
Comments
Hi @gbritton1, Excellent suggestions.
|
Cool! I'll try out the delay.
Mistakes? I'd like it to be automatic, random and believable. Eg. I'd never
hit q by accident instead of m at least on a qwerty keyboard. But I might
misspel misspell. But that would need ai I think. Maybe one day....
Thanks so much for your work on this. Just so good!
…On Mon, Dec 26, 2022, 9:33 AM Maurice de Beijer ***@***.***> wrote:
Hi @gbritton1 <https://github.com/gbritton1>,
Excellent suggestions.
1. The typing speed is something you can already do. Both the TypeText
and the TypeTextFromFile instructions support a delay where you can specify
the time between characters typed. If not set it is taken from the VS Code
configuration. And if that is not set it defaults to 100. These are set in
ms delay between each character typed.
2. Making the typing speed a bit more random with a configurable
amount sounds like a great addition and will make it feel more natural.
3. Typing mistakes is another interesting addition. Would you want to
introduce there manually and add one or more \b characters to delete
mistakes or you you prefer to have these automatically and thus randomly
injected?
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC5R66AEL4LKRB6U7U3KODTWPGUDJANCNFSM6AAAAAATH4DEIE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @gbritton1,
That is a hard combination. I guess hitting a key twice by accident is easy to do automatic and believable. As would be flipping two characters and fixing that typo. But hitting the adjacent key is dependent on the keyboard layout making it harder. BTW I released a new version earlier today with a |
@mauricedb Excellent addition and great work on the extension in general. I've found that using a randomness very close or equal to the delay makes for surprisingly natural typing. The screencast below have Presentation.Buddy.randomness.demo.mov |
Sweet, looks really nice. When I have some time I will add the |
That’s a great idea, I actually tried that at first and since it didn’t work, I ended up using the global settings instead. |
Adding a JSON schema to help with that and autocompletion in general is another thing I should do :-) |
I've been wanting this extension for years! Thank yo sooooooooooooooo much!!
A little feature request:
Love to see a small feature to set the typing speed and also introduce some randomness to the typing speed to make it look more like a person at a keyboard is typing live. e.g. even as I write this note, my typing speed (I'm no speed demon!) varies slightly depending on my keyboard reach, mistakes etc.
Proposal:
The text was updated successfully, but these errors were encountered: