I am trying to map the axis controls to the following CSP bindings:
CSP pan canvas left = hold 'spacebar' + 'left arrow' -- Map to: push controller left (translate -x?)
CSP pan canvas right = hold 'spacebar' + 'right arrow' -- Map to: push controller right (translate x?)
CSP pan canvas up = hold 'spacebar' + 'up arrow' -- Map to: push controller away (translate -z?)
CSP pan canvas down = hold 'spacebar' + 'down arrow' -- Map to: pull controller toward (translate z?)
CSP rotate canvas counterclockwise = hold '-' -- Map to: twist counterclockwise (rotate -y?)
CSP rotate canvas clockwise = hold '=' -- Map to: twist clockwise (rotate y?)
Ideally, it would be awesome if the further/less the controller cap is physically moved, the faster/slower the canvas pans. I saw a thread that mentioned something similar for changing brush sizes in Photoshop (using motion maps?) with a scale factor, but my first priority is to try and get the pan working at all and then see how fast it moves.
Any assistance would be greatly appreciated, thank you!
