Tallefer / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

Middle button role should be inverted when "Select tabs and windows as they created" is selected #213

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Hello,

When the "Select tabs and windows as they created" is not selected, middle 
button opens 
a window/tab in background and shift-middle button opens them in foreground.

When the "Select tabs and windows as they created" is selected, full invertion 
should be 
implemented. middle button opens in foreground and shift-middle button opens in 
background.

The shift-middle button still opens in foreground when the "Select tabs and 
windows as 
they created" is selected, there is no way to open in the background.

Version: 0.4.

Thanks!

Original issue reported on code.google.com by alon.barlev@gmail.com on 16 Oct 2008 at 9:48

GoogleCodeExporter commented 9 years ago
Hmmm. From the implementation it looks like this is actually the intended 
behavior: The config switch 
only determines whether a tab opened with middle-click (or ctrl-click) is 
opened in background; shift-
middleclick (or ctrl-shift-click) always opens in foreground.

However, your argumentation is convincing me; it's an easy fix, a patch is 
attached to this post. So icefox 
may decide whether or not to integrate it. 

Original comment by porp...@gmx.de on 16 Oct 2008 at 5:59

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry about the long delay.  The keyboard/mouse acceleration was a mess.  The 
patch
didn't quiet work in all cases and the way the key/mouse code was done didn't 
help
find them :\  Now that it has been cleaned up and is in one spot I finally 
merge in a
nice fix.

Original comment by ice...@gmail.com on 2 Mar 2009 at 9:10