Skip to main content
1-Visitor
August 26, 2015
Solved

Middle Mouse Button Customization

  • August 26, 2015
  • 1 reply
  • 2301 views

I was wondering if it was possible to change the behavior of the MMB? Like to use Double click MMB for the Refit command or make MMB act the same as SHIFT+MMB, or any other sort of customization within Creo Parametric 2.0.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by Eike_Hauptmann

AFAIK

Only if you write a C Programm, catch the mouse input and push out the new one. There is no direct possibility to change it inside Creo.

Most mouse drivers also have no possibility for change MMB.

Br,

Eike

1 reply

15-Moonstone
August 26, 2015

AFAIK

Only if you write a C Programm, catch the mouse input and push out the new one. There is no direct possibility to change it inside Creo.

Most mouse drivers also have no possibility for change MMB.

Br,

Eike

jcolon1-VisitorAuthor
1-Visitor
August 26, 2015

This is what I suspected. I am trying to figure out how to write scripts to change it's behavior but was hoping there was an easier way.

Thank you!