-
Notifications
You must be signed in to change notification settings - Fork 121
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
New command to scroll mouse wheel continuously #802
New command to scroll mouse wheel continuously #802
Conversation
I forgot to mention that this outputs an extraneous |
@dusty-phillips is there any reason not to use |
I have tested this and it seems to work on kaldi. |
I have tested this and it seems to work on DPI15. |
One other request: are you able to import the cancel spec from |
I went one further and replaced "cancel" with SymbolSpecs.CANCEL for all async actions. I can undo the others if necessary. |
23b60d4
to
2d19ed1
Compare
Note: This is failing with the "cancel" changes. I didn't test last night. 😳 I'm not sure why, though. The problem is that it doesn't. Initiating the command works fine. |
I will test this out tomorrow and see if I can reproduce your issue. |
Review ContextSet
https://caster.readthedocs.io/en/latest/readthedocs/Rule_Construction/Caster_Rules/ContextStack/ |
2d19ed1
to
7e29842
Compare
I removed the problematic commit for now. |
If this is ready I will merge. |
It's been working well for me, I think it's ready. |
This is very similar to the `<direction> <time_in_seconds>` except that in most editing programs it doesn't move the cursor.
I was under the impression that it would interfere with the existing scree command since it has the same format. But it is actually unique in that <nnavi500> and <time_in_seconds> don't overlap.
7e29842
to
75e467e
Compare
New command to scroll mouse wheel continuously
Description
Initiate scrolling as an asynchronous action until the user says
cancel
.command is
zinc sauce|dunce <speed>
where speed is one of super slowly, slowly, normal, fast and superfast.Motivation and Context
I got tired of saying "scree dunce" repeatedly when I didn't know how far I wanted to scroll.
The existing
<direction> <time_in_seconds>
command does a similar thing, except that it moves the cursor while doing so.The VSCode "scroll up/down" and "scroll page down/up" commands do a similar thing in that they don't move the cursor, but they do not operate continuously.
I chose the name zinc because it seems unique and Dragon is good at picking up the
z
sound.How Has This Been Tested
I have tested the new command in VS code and chrome. In both cases it initiated scrolling in the correct direction and cancelled appropriately. I have only tested using Dragon
Types of changes
Checklist
Maintainer/Reviewer Checklist