Last active
October 12, 2022 05:49
-
-
Save Ryochan7/4cc87d8f89fe1f49dd7db8889b2a804e to your computer and use it in GitHub Desktop.
Current Touchmote settings as of 2022/10/11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"input": "multipointer", | |
"output": "touch", | |
"pairOnStart": false, | |
"connectOnStart": true, | |
"minimizeOnStart": false, | |
"minimizeToTray": false, | |
"pairedOnce": false, | |
"primaryMonitor": "", | |
"completelyDisconnect": false, | |
"autoDisconnectTimeout": 300000, | |
"defaultContinousScale": 1.0, | |
"defaultContinousPressThreshold": 0.4, | |
"defaultContinousDeadzone": 0.01, | |
"alternativeStickToCursorMapping": false, | |
"disconnectWiimotesOnDolphin": false, | |
"tuio_IP": "127.0.0.1", | |
"tuio_port": 3333, | |
"keymaps_path": "Keymaps\\", | |
"noTopmost": false, | |
"keymaps_config": "Keymaps.json", | |
"pointer_sensorBarPosCompensation": 0.3, | |
"pointer_cursorSize": 0.03, | |
"pointer_marginsTopBottom": 0.5, | |
"pointer_marginsLeftRight": 0.4, | |
"pointer_considerRotation": true, | |
"pointer_customCursor": true, | |
"pointer_cursorStillHideTimeout": 3000, | |
"pointer_cursorStillThreshold": 10, | |
"pointer_sensorBarPos": "center", | |
"pointer_FPS": 100, | |
"test_deltaAccel": true, | |
"test_deltaAccelMulti": 4.0, | |
"test_deltaAccelMinTravel": 0.01, | |
"test_deltaAccelEasingDuration": 0.2, | |
"test_regionEasingXDuration": 0.3, | |
"test_deltaAccelMaxTravel": 0.4, | |
"test_regionEasingXOffset": 0.8, | |
"test_smoothingWeight": 0.25, | |
"test_fpsmouseOffset": 0.35, | |
"pointer_positionSmoothing": 2, | |
"pointer_positionRadius": 0.002, | |
"fpsmouse_deadzone": 0.021, | |
"fpsmouse_speed": 35, | |
"touch_touchTapThreshold": 40, | |
"touch_edgeGestureHelperMargins": 30, | |
"touch_edgeGestureHelperRelease": 60, | |
"xinput_rumbleThreshold_big": 200, | |
"xinput_rumbleThreshold_small": 200 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment