Skip to content

Commit

Permalink
Rename continuous scroll command to scree
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Dusty Phillips committed May 14, 2020
1 parent cee8ca7 commit 75e467e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castervoice/rules/core/navigation_rules/nav2.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class NavigationNon(MappingRule):
R(Function(navigation.curse)),
"scree <direction> [<nnavi500>]":
R(Function(navigation.wheel_scroll)),
"zinc <direction> <time_in_seconds>":
"scree <direction> <time_in_seconds>":
R(AsynchronousAction(
[L(S(["cancel"], Function(navigation.wheel_scroll, nnavi500=1)))],
repetitions=1000,
Expand Down

0 comments on commit 75e467e

Please sign in to comment.