Search found 2 matches

by RogiervanRossen
Wed Jan 23, 2008 9:07 am
Forum: Windows Discussion Forum
Topic: Assigning a mouse click to a Space Navigator Button
Replies: 14
Views: 24339

For Solidworks: I'd like to assign the right mouse button to one of the buttons of my space explorer. a button press needs to give a right mouse click on the cursor position. (I am using this now by creating a shorcut key with "autohotkey" and assign this key to a button on the space explo...
by RogiervanRossen
Fri Jan 18, 2008 3:29 am
Forum: Windows Discussion Forum
Topic: Assigning a mouse click to a Space Navigator Button
Replies: 14
Views: 24339

You can assign mouse buttons to SpaceNavigator buttons if you add three lines to your config file. As follows: BUTTON_NUMBERS = { { UI_SB1, "Button 1", 1 }, { UI_SB2, "Button 2", 2 }, . . . { UI_SHIFT_CTRL_TAB_KEY, "Shift + Ctrl + Tab Keys", 106 }, { UI_MOUSE_LEFT, &qu...