Page 1 of 1

Middle click toolbar button to execute right click script?

Posted: 09 Oct 2010 10:30
by ghost zero
How about make middle clicking on a toolbar button to execute its right click script? This would be a more convenient way to run the secondary script of a toolbar button. So we don't have to manually go through the right click menu to execute it.

Re: Middle click toolbar button to execute right click script?

Posted: 09 Oct 2010 15:43
by zer0
ghost zero wrote:How about make middle clicking on a toolbar button to execute its right click script? This would be a more convenient way to run the secondary script of a toolbar button. So we don't have to manually go through the right click menu to execute it.
That's not going to work.

a) If it's right-click that actions a menu with a script then it should be a right-click that is responsible.
b) If one has multiple commands then middle-click won't be any more effective than right-click.

Re: Middle click toolbar button to execute right click script?

Posted: 09 Oct 2010 19:23
by ghost zero
but it would be useful to have a quick click execution for at least 1 alternate script--in which i suggest the middle mouse click. if there is multiple alternates, then perhaps make it execute just the first alternate.

BTW: originally, i thought right click was a quick click execution, until i learned it was just a menu. the "on right-click" labeling is misleading because i expect it to behave similar to "on click".

Re: Middle click toolbar button to execute right click script?

Posted: 11 Oct 2010 12:39
by zer0
ghost zero wrote:but it would be useful to have a quick click execution for at least 1 alternate script--in which i suggest the middle mouse click. if there is multiple alternates, then perhaps make it execute just the first alternate.
But considering that both left and right clicks can have menus with multiple scripts, how
ghost zero wrote:BTW: originally, i thought right click was a quick click execution, until i learned it was just a menu. the "on right-click" labeling is misleading because i expect it to behave similar to "on click".
Right-clicks have never been instantaneous actions, their standard interaction is to display a context menu.

Re: Middle click toolbar button to execute right click script?

Posted: 12 Oct 2010 08:35
by ghost zero
then perhaps make it execute just the first alternate

Re: Middle click toolbar button to execute right click script?

Posted: 12 Oct 2010 12:34
by zer0
ghost zero wrote:then perhaps make it execute just the first alternate
This may not be ideal as a user may have his/her scripts arranged in a particular order (alphabetical, numerical, etc) so executing the top-most is not always desirable.

Re: Middle click toolbar button to execute right click script?

Posted: 13 Oct 2010 16:59
by ghost zero
then perhaps make a third script field option called "on middle click".