Orbital Customization
AnsweredI am using my orbital to scroll. Does anyone know if there is a way to make the "Turn" function scroll horizontally instead of the vertical scroll that comes in the preset in Mac OS Mode?
-
Official comment
Hi Gabriel,
We do not currently have a setting to allow you to do this -- but we do have a workaround.
In Creator, go to Preferences > Advanced > Check "Enable debugging of module settings via Manual Entry view"
Now when you click on your orbiter module to edit it, there should be a "Manual Entry" option.
Copy the following code into the field (replace what is currently there):{
"info": "Turn = Horizontal Scroll<br>Tilt X = Horizontal Scroll<br>Tilt Y = Vertical Scroll<br><br>Use varying pressure on Orbiter's disc to scroll faster or slower.",
"label": "scroll",
"name": "scroll",
"tiltMode": 1,
"tiltSensitivity": 5,
"tiltX": {
"scroll": "horizontal",
"step": 20,
"virtual": true
},
"tiltY": {
"scroll": "vertical",
"step": -20,
"virtual": true
},
"turn": {
"scroll": "horizontal",
"step": 20,
"virtual": true
},
"turnSensitivity": 9
}Then click Check and Save > Done.
This should allow you to scroll horizontally with the dial, and 2D scrolling with the tilt disc.
We've also logged this as a UX improvement that we may be adding official support for in the future.Comment actions
Please sign in to leave a comment.
Comments
2 comments