[SOLVED] Virtuoso Layout Bindkeys for flip MX, MY

Status
Not open for further replies.

Willt

Member level 5
Joined
Mar 17, 2006
Messages
83
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,288
Location
Hong Kong
Activity points
2,077
Hi brothers,

I know the function to do rotate by bindkey "leRotateCB()"

How about flip MX and MY by bindkey after clicking move or copy?
I know Key F3 can do the operation, and then click MX/MY buttons

Thanks a lot

Will
 

It may not be "the" function, but a chain of them. Have
you done the action of interest and then looked at the
CIW and/or the CDS.log file, to see what the command(s)
were, that made it so?
 

I found that the operation works by loading the following lines:
hiSetBindKey("Layout" "<Key>8" "leRotateCB()") ;;rotate
hiSetBindKey("Layout" "<Key>9" "leSetEnv("orientation" "MY")") ;;sideways orientation
hiSetBindKey("Layout" "<Key>0" "leSetEnv("orientation" "MX")") ;;upside down orientation

Just share with you guys
Thanks
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…