Hi,
Is there any way of assigning one of the buttons to work as the Enter Key when using my space pilot with inventor 2008?
Thanks,
Charlie.
Inventor & Spacepilot <Enter>
Moderator: Moderators
Sure, but it will take a little work on your part.
You need to edit the 3DxInventor.scg file (or one of your Inventor custom userXX.scg config files) with wordpad or another Unicode-capable editor.
Add the following line somewhere in the middle of the BUTTON_NUMBERS array:
{ UI_RETURN_KEY, "Return Key", 69 },
This will add a new "Return Key" option in the button comboboxes that you can now assign to any SP button.
You need to edit the 3DxInventor.scg file (or one of your Inventor custom userXX.scg config files) with wordpad or another Unicode-capable editor.
Add the following line somewhere in the middle of the BUTTON_NUMBERS array:
{ UI_RETURN_KEY, "Return Key", 69 },
This will add a new "Return Key" option in the button comboboxes that you can now assign to any SP button.
-
- Posts: 6
- Joined: Thu Aug 30, 2007 4:28 am
-
- Posts: 6
- Joined: Thu Aug 30, 2007 4:28 am
-
- Posts: 6
- Joined: Thu Aug 30, 2007 4:28 am