3Dconnexion space navigator 포토샵 캔버스 회전 설정 방법 Tools2021. 5. 13. 00:50
space navigator에 포토샵 캔버스 회전 기능을 지원하지 않는다 :(
\Users\계정이름\AppData\Roaming\3Dconnexion\3DxWare\Cfg
폴더에서 photoshop.xml 편집.
포토샵의 canvas rotate는 rotate view tool (단축키 'R' hold) 기능으로 부드럽게 회전 시킬수 있다.
그리고 Alt+F13, Alt+F14 단축키로도 5도씩 회전 가능.
그렇지만 일반 키보드엔 F13,F14키가 없다.
그래서 매크로 기능이 있는 입력장치에서 사용 가능.
space navigator에서는 키 68,69 번이 F13, F14를 가르킴.
xml를 에디트해서 적용할때는 Stop 3Dxware / Start 3Dxware 재실행하면 된다.
예) 마우스 Z축 회전을 좌우로 나누어 적용.
<Axis>
<Enabled>true</Enabled>
<Input>
<ActionID>HIDMultiAxis_Rz</ActionID>
<Min>0</Min>
<Max>511</Max>
</Input>
<Output>
<ActionID>KB_Keystroke</ActionID>
<Scale>1.00</Scale>
<MaxEventRate>40.00</MaxEventRate>
<Modifiers>
<Modifier>Alt</Modifier>
</Modifiers>
<KeyStroke>
<Key>68</Key>
</KeyStroke>
</Output>
</Axis>
<Axis>
<Enabled>true</Enabled>
<Input>
<ActionID>HIDMultiAxis_Rz</ActionID>
<Min>-512</Min>
<Max>0</Max>
</Input>
<Output>
<ActionID>KB_Keystroke</ActionID>
<Scale>1.00</Scale>
<MaxEventRate>40.00</MaxEventRate>
<Modifiers>
<Modifier>Alt</Modifier>
</Modifiers>
<KeyStroke>
<Key>69</Key>
</KeyStroke>
</Output>
</Axis>
'Tools' 카테고리의 다른 글
3dsmax 2023.1~2023.2 update (0) | 2022.12.22 |
---|---|
aws thinkbox wares free(krakatoa,frost,stroke,xmesh,deadline) (0) | 2022.11.20 |
3DConnextion 3D mouse >> support Unreal Editor<< (0) | 2021.05.12 |
Effect Texture Maker(Web) (0) | 2021.05.11 |
Google Earth Studio (0) | 2019.01.08 |