Right-click-menu in the operator window

Right-click-menu in the operator window

Postby erbsen » Wednesday, 11.July 2012, 11:17

Do we really need the right-click-menu in the operator window?
How often do you use it?
I would suggest the following:

right mouse button - operator width
doubleclick right mouse button - right-click-menu
as in .wz3.
What do you think?

Does it eventually conflict with "Scratch Time Fast" (t+RMB)?
erbsen
Operator
Operator
 
Posts: 873
Joined: Thursday, 15.July 2004, 23:00
Location: Os

Re: Right-click-menu in the operator window

Postby Skinnytorus » Wednesday, 11.July 2012, 12:54

Agree with you, but this does not require commits on git.
You can make your own wire.txt for custom GUI shortcuts.
here, ikam made this possible:
https://github.com/farbrausch/fr_public ... a895f701d8

So, just copy your werkkzeug4.wire.txt in your wz4 directory and rename it into wire.txt. Then change whatever you think fit and start wz4 with the following command:
werkkzeug4.exe -w wire.txt
Skinnytorus
Operator
Operator
 
Posts: 1300
Joined: Monday, 06.February 2012, 17:46

Re: Right-click-menu in the operator window

Postby erbsen » Wednesday, 11.July 2012, 13:53

Ah, what a relief, that does the trick, thank you and of course you ikam. =D>

find:
Code: Select all
window Page
{

  drag Select "Pick" LMB|HIT;
  drag SelectAdd "Select" LMB|HIT|SHIFT;
  drag SelectToggle "Toggle" LMB|HIT|CTRL;
  drag Frame "Frame" LMB|MISS;
  drag FrameAdd "Frame Add" LMB|MISS|SHIFT;
  drag FrameToggle "Frame Toggle" LMB|MISS|CTRL;
  drag Width "Width" RMB|HIT|SHIFT;
  drag Duplicate "Duplicate" RMB|HIT|CTRL;
  drag Scroll "Scroll" MMB;

find:
Code: Select all
drag Width "Width" RMB|HIT|SHIFT;

replace with:
Code: Select all
drag Width "Width" RMB;

find:
Code: Select all
key Help RMB;

replace with:
Code: Select all
key Help RMB|DOUBLE;
erbsen
Operator
Operator
 
Posts: 873
Joined: Thursday, 15.July 2004, 23:00
Location: Os

Re: [Solved] Right-click-menu in the operator window

Postby ikam » Wednesday, 11.July 2012, 15:18

yes I use my own wire.txt, principally because I use an azerty keyboard :p

You can also use a loader :

- paste your wire.txt in the same directory than wz4
- create an empty file txt on the same directory too
- open it and copy/past :

Code: Select all
@echo off
werkkzeug4.exe -w my_wire.txt


- rename file as wz4_laucher.bat

and use this file to run wz :)
ikam
Operator
Operator
 
Posts: 911
Joined: Friday, 14.October 2011, 13:00
Location: France

Re: [Solved] Right-click-menu in the operator window

Postby erbsen » Wednesday, 11.July 2012, 16:50

IMHO this should be default because it improves the usability a lot, on the other hand fr has done it on purpose so i guess it has to be that way.

There is a problem:
I can change the width of an op with RMB.
When i double-right-click on any Op i get the menu.
When i double-right-click on empty space in op-window .wz crashes. :(
I guess i have to save often.

Thanks ikam, that comes in handy.
erbsen
Operator
Operator
 
Posts: 873
Joined: Thursday, 15.July 2004, 23:00
Location: Os

Re: [Solved] Right-click-menu in the operator window

Postby Skinnytorus » Friday, 13.July 2012, 07:25

I second that. I tried to remap help menu to '`' and set 'RMB' to resizing ops - same effect. Help menu works OK, but a single RMB click in stack page (outside an op brick) results in crash. It's sad... :(
Skinnytorus
Operator
Operator
 
Posts: 1300
Joined: Monday, 06.February 2012, 17:46

Re: [Solved] Right-click-menu in the operator window

Postby erbsen » Friday, 13.July 2012, 08:19

I edited werkkzeug4.wire.txt then compiled it (is it the right way?) - same behavior as before. :(
erbsen
Operator
Operator
 
Posts: 873
Joined: Thursday, 15.July 2004, 23:00
Location: Os

Re: [Solved] Right-click-menu in the operator window

Postby Skinnytorus » Friday, 13.July 2012, 08:53

Which means we have a bug...
ikam,
could you look into that?
Skinnytorus
Operator
Operator
 
Posts: 1300
Joined: Monday, 06.February 2012, 17:46


Return to Development and contribution



Who is online

Users browsing this forum: No registered users and 6 guests

cron