-
Notifications
You must be signed in to change notification settings - Fork 21
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
Move static attributes from GlobalConfig to controller params #62
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #62 +/- ##
==========================================
- Coverage 90.16% 85.10% -5.06%
==========================================
Files 18 17 -1
Lines 4492 4598 +106
==========================================
- Hits 4050 3913 -137
- Misses 442 685 +243 ☔ View full report in Codecov by Sentry. |
638f299
to
f835d44
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have left a few comments below.
79c166d
to
b0529e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, how about a rename for clarity below?
c589a95
to
ce53b4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, let's just wait for the tests to pass one the mirror servers are working again.
ce53b4d
to
1db8778
Compare
Update key-value pairs in the params dictionary for a generic controller. We can now set click timeout and other settings for each separate controller instance. Localize delay_before_keys to display controllers moving it away from the region class as it is still relate to key typing configuration. rename toggle_delay to mouse_toggle_delay
dd0c447
to
0e823d0
Compare
Update key-value pairs in the params dictionary for a generic controller. We can now set click timeout and other settings for each separate controller instance.