Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Middle Mouse Button Maddness!!!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
smith84594
n00b
n00b


Joined: 06 Mar 2004
Posts: 72

PostPosted: Mon Mar 08, 2004 5:35 pm    Post subject: Middle Mouse Button Maddness!!! Reply with quote

In firebird, is there any way that I can make it so that when I click on the middle mouse button, I get a scroll box, then when I click the middle mouse button again, the scrollbox disappears?

Currently, when I click it the second time, it returns me to my homepage, and I find it incredibly irritating.
Back to top
View user's profile Send private message
flybynite
l33t
l33t


Joined: 06 Dec 2002
Posts: 620

PostPosted: Tue Mar 09, 2004 2:37 am    Post subject: Its there Reply with quote

tools->options->advanced->browsing-> use autoscroll

This is the option you need...
Back to top
View user's profile Send private message
eug2k
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2004
Posts: 141

PostPosted: Tue Mar 09, 2004 2:38 am    Post subject: Reply with quote

No that turns on the scroll but it still makes the second click take me to random websites. For some reason this only happens for me in gnome. I have since switched to xfce4.
_________________
I wish I had a pet penguin
way better than a pet window
Back to top
View user's profile Send private message
Klin'Targ
n00b
n00b


Joined: 04 Mar 2003
Posts: 65
Location: Davis, CA

PostPosted: Tue Mar 09, 2004 8:42 am    Post subject: Reply with quote

I was wondering about the whole "goes to random websites" thing myself... It turns out to be a feature, not a bug :wink:

Middle clicking will go to the "I'm feeling lucky" website of the text you have selected, or if nothing is selected, to what is in the clipboard.

ex: select this and middle click:

google.com
Back to top
View user's profile Send private message
mr_echo
n00b
n00b


Joined: 23 Jan 2004
Posts: 14
Location: Sundsvall, Sweden

PostPosted: Tue Mar 09, 2004 9:24 am    Post subject: Reply with quote

Very annoying "feature" I must say :?
Back to top
View user's profile Send private message
meowsqueak
Veteran
Veteran


Joined: 26 Aug 2003
Posts: 1549
Location: New Zealand

PostPosted: Tue Mar 09, 2004 9:59 am    Post subject: Reply with quote

Actually, it's a very useful feature. Consider someone pastes an URL in IRC, or in an email, or an unHTMLised URL in a webpage - just select it and then middle click - mozilla/firefox will load the URL stored in the clipboard.

If you don't know how the X clipboard works - basically, whenever you select something, it's immediately stored in the clipboard. You can usually double click to select a word, and triple click to select an entire line. Also, left click then right click can be used to mark beginning and end of selections in most xtermish applications. You can also click and drag.

Or you can also use a script like this one below and bind it to a keyboard shortcut or extra mouse button. This will load the currently selected URL in an existing instance of mozilla somewhere (can change for firefox easily enough), or open a new one if none exist:

Code:
#!/bin/bash
if mozilla -remote 'ping()'
then
        mozilla -remote "openURL(`xclip -o`, new-tab)"
else
        mozilla `xclip -o`
fi
Back to top
View user's profile Send private message
allucid
Veteran
Veteran


Joined: 02 Nov 2002
Posts: 1314
Location: atlanta

PostPosted: Tue Mar 09, 2004 7:41 pm    Post subject: Reply with quote

mr_echo wrote:
Very annoying "feature" I must say :?


look at this
Back to top
View user's profile Send private message
eug2k
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2004
Posts: 141

PostPosted: Tue Mar 09, 2004 10:06 pm    Post subject: Reply with quote

allucid wrote:
mr_echo wrote:
Very annoying "feature" I must say :?


look at this
Thank You! I thought the problem was only in gnome but then I realized I hadn't ever tried it in xfce4 after selecting something. But the fix on that website works great, thanks.
_________________
I wish I had a pet penguin
way better than a pet window
Back to top
View user's profile Send private message
mr_echo
n00b
n00b


Joined: 23 Jan 2004
Posts: 14
Location: Sundsvall, Sweden

PostPosted: Wed Mar 10, 2004 8:44 am    Post subject: Reply with quote

Yeah, thanks a lot!
Guess Mozilla/Firefox will never stop surprising me with it's ability to customize itself. :)
Back to top
View user's profile Send private message
sapphirecat
Guru
Guru


Joined: 15 Jan 2003
Posts: 376

PostPosted: Wed Mar 10, 2004 3:27 pm    Post subject: Reply with quote

FYI, Moz bug 216899 (reported by yours truly) is dedicated to this misfeature.
_________________
Former Gentoo user; switched to Kubuntu 7.04 when I got sick of waiting on gcc. Chance of thread necro if you reply now approaching 100%...
Back to top
View user's profile Send private message
Malakai
Apprentice
Apprentice


Joined: 24 Dec 2002
Posts: 299

PostPosted: Sat Mar 13, 2004 11:47 pm    Post subject: Reply with quote

allucid wrote:
mr_echo wrote:
Very annoying "feature" I must say :?


look at this



arigato!

(thanks)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum