Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
funkeymonkey-pyrainput
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packages
funkeymonkey-pyrainput
Commits
049871dd
Commit
049871dd
authored
Sep 09, 2017
by
sebt3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated readme
parent
b40c3a23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
10 deletions
+17
-10
README.md
README.md
+17
-10
No files found.
README.md
View file @
049871dd
...
...
@@ -19,13 +19,20 @@ make install
All configurations should normally goes into /etc/pyrainput.cfg
syntax should be:
<parameter>
=
<value>
mouse.sensitivity =
<int>
mouse.deadzone =
<int>
mouse.wheel.deadzone =
<int>
mouse.click.deadzone =
<int>
nubs.left.x = [mouse_x|mouse_y|mouse_btn|scroll_x|scroll_y]
nubs.left.y = [mouse_x|mouse_y|mouse_btn|scroll_x|scroll_y]
nubs.right.x = [mouse_x|mouse_y|mouse_btn|scroll_x|scroll_y]
nubs.right.y = [mouse_x|mouse_y|mouse_btn|scroll_x|scroll_y]
`<parameter> = <value>`
```
mouse.sensitivity = 40
mouse.deadzone = 20
mouse.wheel.deadzone = 100
mouse.click.deadzone = 100
nubs.left.x = [*mouse_x*|mouse_y|mouse_btn|scroll_x|scroll_y]
nubs.left.y = [mouse_x|*mouse_y*|mouse_btn|scroll_x|scroll_y]
nubs.right.x = [mouse_x|mouse_y|*mouse_btn*|scroll_x|scroll_y]
nubs.right.y = [mouse_x|mouse_y|mouse_btn|scroll_x|*scroll_y*]
nubs.left.click = [*mouse_left*|mouse_right]
nubs.right.click = [mouse_left|*mouse_right*]
gamepad.export = 1
keypad.export = 1
mouse.export = 1
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment