You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/profile-file.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
SC-Controller profile file specification
1
+
SCController profile file specification
2
2
----------------------------------------
3
3
4
4
Profile file contains json-encoded dictonary with specific keys. Missing keys are substituted with defaults, unknown keys are ignored. See [Desktop.sccprofile](../default_profiles/Desktop.sccprofile) for example.
@@ -57,9 +57,9 @@ levels among which is action executed.
57
57
Example:
58
58
59
59
"trigger_left": {
60
-
"action": "button(BTN_LEFT)",
60
+
"action": "button(BTN_LEFT)",
61
61
"levels": [127, 255]
62
-
},
62
+
},
63
63
64
64
Sets action that presses left mouse button, but only if trigger
0 commit comments