Re: F11 in Firefox

2007-09-13 Thread Frank Shute
On Wed, Sep 12, 2007 at 10:43:15AM -0700, David Benfell wrote:

 Hello all,
 
 Having long fingers, I occasionally hit F11 while typing into
 a text box in Firefox.  F11 does something truly horrible that
 I never under any circumstances want.
 
 It moves the window partially off screen such that the window
 controls are inaccessible.
 
 As I said, I NEVER EVER want this function.  It is, in my view,
 a damnable bug.  The only way I can get control back is to exit
 Firefox.
 
 How do I kill it?
 
 Thanks!


$ mkdir ~/tmp
$ cp /usr/local/lib/firefox/chrome/toolkit.jar ~/tmp
$ cd ~/tmp
$ jar -xf toolkit.jar
$ vim ./content/global/platformHTMLBindings.xml

add: handler event=keypress keycode=VK_F11 command= /
somewhere under: binding id=inputFields

$ jar -cf toolkit.jar content/
# mv toolkit.jar /usr/local/lib/firefox/chrome/

Restart firefox.

Hope that works. Haven't tested it but I change some of the
keybindings to be more vi-like in that way.

-- 

 Frank 


 Contact info: http://www.esperance-linux.co.uk/misc/contact.html 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: F11 in Firefox

2007-09-12 Thread Amitabh Kant
On 9/12/07, David Benfell [EMAIL PROTECTED] wrote:

 It moves the window partially off screen such that the window
 controls are inaccessible.

 As I said, I NEVER EVER want this function.  It is, in my view,
 a damnable bug.  The only way I can get control back is to exit
 Firefox.

 How do I kill it?

 Thanks!

 --
 David Benfell, LCP
 [EMAIL PROTECTED]

Shouldn't pressing F11 once again bring it back to normal mode. (F11
is actually meant to give you full screen mode)

Amitabh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: F11 in Firefox

2007-09-12 Thread Bill Moran
In response to David Benfell [EMAIL PROTECTED]:

 Hello all,
 
 Having long fingers, I occasionally hit F11 while typing into
 a text box in Firefox.  F11 does something truly horrible that
 I never under any circumstances want.
 
 It moves the window partially off screen such that the window
 controls are inaccessible.

No it doesn't.  It puts Firefox in fullscreen mode, which removes
the buttons altogether.  Hit F11 again to switch back to windowed
mode.

 As I said, I NEVER EVER want this function.  It is, in my view,
 a damnable bug.  The only way I can get control back is to exit
 Firefox.

Have you tried hitting F11 again?  If that's not working, you've
found a bug which should be reported to the Firefox team.

 How do I kill it?

Asking the question on the Firefox forums instead of the FreeBSD
forums might be a good start, as this isn't even related to
FreeBSD.

-- 
Bill Moran
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: F11 in Firefox

2007-09-12 Thread David Benfell
Amitabh and Bill,

Thanks for your rapid response.  Pressing F11 shrinks the window, but moves
it farther up and to the left.  Under XFCE, I have found no way to move the
window back to where I can grab ahold of it to position it properly on the
screen and am compelled to leave it in full screen mode.


-- 
David Benfell, LCP
[EMAIL PROTECTED]
---
Resume available at http://www.parts-unknown.org/
NOTE: I sign all messages with GnuPG (0DD1D1E3).


pgp44Y1Of3Z7H.pgp
Description: PGP signature


Re: F11 in Firefox

2007-09-12 Thread Bill Moran
In response to David Benfell [EMAIL PROTECTED]:

 Amitabh and Bill,
 
 Thanks for your rapid response.  Pressing F11 shrinks the window, but moves
 it farther up and to the left.  Under XFCE, I have found no way to move the
 window back to where I can grab ahold of it to position it properly on the
 screen and am compelled to leave it in full screen mode.

Interesting.  I use XFCE and can't reproduce the problem.  After the
window returns to size, it's also back in its previous location.

Are you using the latest xfce4?

Also, Alt + left mouse button will allow you to drag without having
to grab a border.  I have to use this with evince a lot, as it seems
to automagically reposition/resize itself halfway off my screen a lot.

-- 
Bill Moran
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: F11 in Firefox

2007-09-12 Thread David Benfell
On Wed, 12 Sep 2007 15:15:51 -0400, Bill Moran wrote:
 In response to David Benfell [EMAIL PROTECTED]:
 
  Amitabh and Bill,
  
  Thanks for your rapid response.  Pressing F11 shrinks the window, but moves
  it farther up and to the left.  Under XFCE, I have found no way to move the
  window back to where I can grab ahold of it to position it properly on the
  screen and am compelled to leave it in full screen mode.
 
 Interesting.  I use XFCE and can't reproduce the problem.  After the
 window returns to size, it's also back in its previous location.
 
 Are you using the latest xfce4?
 
I'm having trouble updating some ports:

earth% ls -ald /var/db/pkg/xfce*
drwxr-xr-x  2 root  wheel  512 Sep 12 10:36 /var/db/pkg/xfce-3.8.18_6
drwxr-xr-x  2 root  wheel  512 Sep 12 10:36 
/var/db/pkg/xfce4-mcs-manager-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 10:36 /var/db/pkg/xfce4-media-0.9.2_5
drwxr-xr-x  2 root  wheel  512 Sep 12 10:37 /var/db/pkg/xfce4-panel-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 10:37 /var/db/pkg/xfce4-session-4.4.1_1
earth% 

 Also, Alt + left mouse button will allow you to drag without having
 to grab a border.  I have to use this with evince a lot, as it seems
 to automagically reposition/resize itself halfway off my screen a lot.
 
[Commits to memory]  THANKS



-- 
David Benfell, LCP
[EMAIL PROTECTED]
---
Resume available at http://www.parts-unknown.org/
NOTE: I sign all messages with GnuPG (0DD1D1E3).


pgpET4qQgWbcQ.pgp
Description: PGP signature


Re: F11 in Firefox

2007-09-12 Thread David Benfell
On Wed, 12 Sep 2007 12:38:38 -0700, David Benfell wrote:
 On Wed, 12 Sep 2007 15:15:51 -0400, Bill Moran wrote:
  In response to David Benfell [EMAIL PROTECTED]:
  
  Are you using the latest xfce4?
  
 I'm having trouble updating some ports:
 
 earth% ls -ald /var/db/pkg/xfce*
 drwxr-xr-x  2 root  wheel  512 Sep 12 10:36 /var/db/pkg/xfce-3.8.18_6
 drwxr-xr-x  2 root  wheel  512 Sep 12 10:36 
 /var/db/pkg/xfce4-mcs-manager-4.4.1_1
 drwxr-xr-x  2 root  wheel  512 Sep 12 10:36 /var/db/pkg/xfce4-media-0.9.2_5
 drwxr-xr-x  2 root  wheel  512 Sep 12 10:37 /var/db/pkg/xfce4-panel-4.4.1_1
 drwxr-xr-x  2 root  wheel  512 Sep 12 10:37 /var/db/pkg/xfce4-session-4.4.1_1
 earth% 
 
Ummm...  I'll be back in a while.  I am currently explicitly attempting to
update xfce (to xfce4).  It's bringing in a *lot* of stuff.

I'm guessing I'm going to come back to a far different picture than the one
I now face.

Thanks!


-- 
David Benfell, LCP
[EMAIL PROTECTED]
---
Resume available at http://www.parts-unknown.org/
NOTE: I sign all messages with GnuPG (0DD1D1E3).


pgp1UVxvzfVmv.pgp
Description: PGP signature


Re: F11 in Firefox

2007-09-12 Thread Philip M. Gollucci
David Benfell wrote:
 On Wed, 12 Sep 2007 12:38:38 -0700, David Benfell wrote:
 On Wed, 12 Sep 2007 15:15:51 -0400, Bill Moran wrote:
 In response to David Benfell [EMAIL PROTECTED]:

 Are you using the latest xfce4?

 I'm having trouble updating some ports:

 earth% ls -ald /var/db/pkg/xfce*
 drwxr-xr-x  2 root  wheel  512 Sep 12 10:36 /var/db/pkg/xfce-3.8.18_6
 drwxr-xr-x  2 root  wheel  512 Sep 12 10:36 
 /var/db/pkg/xfce4-mcs-manager-4.4.1_1
 drwxr-xr-x  2 root  wheel  512 Sep 12 10:36 /var/db/pkg/xfce4-media-0.9.2_5
 drwxr-xr-x  2 root  wheel  512 Sep 12 10:37 /var/db/pkg/xfce4-panel-4.4.1_1
 drwxr-xr-x  2 root  wheel  512 Sep 12 10:37 /var/db/pkg/xfce4-session-4.4.1_1
 earth% 

 Ummm...  I'll be back in a while.  I am currently explicitly attempting to
 update xfce (to xfce4).  It's bringing in a *lot* of stuff.
 
 I'm guessing I'm going to come back to a far different picture than the one
 I now face.
If it helps any, you should get something similar to this when done:
ls -1d xfce*
xfce-4.4.1_1
xfce4-appfinder-4.4.1_1
xfce4-desktop-4.4.1_1
xfce4-icon-theme-4.4.1_1
xfce4-mcs-manager-4.4.1_1
xfce4-mcs-plugins-4.4.1_1
xfce4-mixer-4.4.1_1
xfce4-panel-4.4.1_1
xfce4-print-4.4.1_1
xfce4-session-4.4.1_1
xfce4-utils-4.4.1_1
xfce4-wm-4.4.1_1
xfce4-wm-themes-4.4.1


-- 

Philip M. Gollucci ([EMAIL PROTECTED]) c:323.219.4708 o:703.749.9295x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: F11 in Firefox

2007-09-12 Thread David Benfell
On Wed, 12 Sep 2007 16:22:41 -0400, Philip M. Gollucci wrote:

 If it helps any, you should get something similar to this when done:
 ls -1d xfce*
 xfce-4.4.1_1
 xfce4-appfinder-4.4.1_1
 xfce4-desktop-4.4.1_1
 xfce4-icon-theme-4.4.1_1
 xfce4-mcs-manager-4.4.1_1
 xfce4-mcs-plugins-4.4.1_1
 xfce4-mixer-4.4.1_1
 xfce4-panel-4.4.1_1
 xfce4-print-4.4.1_1
 xfce4-session-4.4.1_1
 xfce4-utils-4.4.1_1
 xfce4-wm-4.4.1_1
 xfce4-wm-themes-4.4.1
 
Thanks.  I now have:

drwxr-xr-x  2 root  wheel  512 Sep 12 10:36 /var/db/pkg/xfce-3.8.18_6
drwxr-xr-x  2 root  wheel  512 Sep 12 13:48 /var/db/pkg/xfce-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 12:53 /var/db/pkg/xfce4-appfinder-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 13:02 /var/db/pkg/xfce4-desktop-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 13:43 /var/db/pkg/xfce4-icon-theme-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 10:36 
/var/db/pkg/xfce4-mcs-manager-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 12:45 
/var/db/pkg/xfce4-mcs-plugins-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 10:36 /var/db/pkg/xfce4-media-0.9.2_5
drwxr-xr-x  2 root  wheel  512 Sep 12 13:47 /var/db/pkg/xfce4-mixer-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 10:37 /var/db/pkg/xfce4-panel-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 13:16 /var/db/pkg/xfce4-print-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 10:37 /var/db/pkg/xfce4-session-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 13:04 /var/db/pkg/xfce4-utils-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 12:51 /var/db/pkg/xfce4-wm-4.4.1_1
drwxr-xr-x  2 root  wheel  512 Sep 12 13:45 /var/db/pkg/xfce4-wm-themes-4.4.1

I've symbolically linked .xinitrc in my home directory to startxfce4
and I am indeed coming up in a world that's rather different from what
I've seen before.  I'll have to take some time to figure all this out.

Thanks again, all.



-- 
David Benfell, LCP
[EMAIL PROTECTED]
---
Resume available at http://www.parts-unknown.org/
NOTE: I sign all messages with GnuPG (0DD1D1E3).


pgp7vD6qBHHm0.pgp
Description: PGP signature


Re: F11 in Firefox

2007-09-12 Thread Philip M. Gollucci
David Benfell wrote:
 I've symbolically linked .xinitrc in my home directory to startxfce4
 and I am indeed coming up in a world that's rather different from what
 I've seen before.  I'll have to take some time to figure all this out.
No --
/usr/home/pgollucci
ls -l .xinitrc
-rw-r--r--  1 pgollucci  wheel  -   11B Jul 26 20:13:51 2007 .xinitrc
[05:22 PM](ttyp4)[EMAIL PROTECTED] j0 h2 c502
/usr/home/pgollucci
cat .xinitrc
startxfce4



-- 

Philip M. Gollucci ([EMAIL PROTECTED]) c:323.219.4708 o:703.749.9295x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: F11 in Firefox

2007-09-12 Thread David Benfell
On Wed, 12 Sep 2007 17:22:29 -0400, Philip M. Gollucci wrote:
 David Benfell wrote:
  I've symbolically linked .xinitrc in my home directory to startxfce4
  and I am indeed coming up in a world that's rather different from what
  I've seen before.  I'll have to take some time to figure all this out.
 No --
 /usr/home/pgollucci
 ls -l .xinitrc
 -rw-r--r--  1 pgollucci  wheel  -   11B Jul 26 20:13:51 2007 .xinitrc
 [05:22 PM](ttyp4)[EMAIL PROTECTED] j0 h2 c502
 /usr/home/pgollucci
 cat .xinitrc
 startxfce4
 
That would certainly be more in the form I've seen in the
past.  Does it really make a difference?


-- 
David Benfell, LCP
[EMAIL PROTECTED]
---
Resume available at http://www.parts-unknown.org/
NOTE: I sign all messages with GnuPG (0DD1D1E3).


pgpfepILdK8YC.pgp
Description: PGP signature


Re: F11 in Firefox

2007-09-12 Thread Greg Barniskis

David Benfell wrote:

Hello all,

Having long fingers, I occasionally hit F11 while typing into
a text box in Firefox.  F11 does something truly horrible that
I never under any circumstances want.

It moves the window partially off screen such that the window
controls are inaccessible.

As I said, I NEVER EVER want this function.  It is, in my view,
a damnable bug.  The only way I can get control back is to exit
Firefox.

How do I kill it?



Try adding something like the following to your Firefox profile's 
/chrome/userChrome.css file, and restart Firefox.


menuitem[label=Full Screen]
{
display: none;
}

I am not totally sure that will kill the F11 equivalent, but it will 
remove the menu option and I think take away the fkey as well.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: F11 in Firefox

2007-09-12 Thread Brent Jones
 
Hitting F11 again doesn't bring it back to normal?  It does for me.

Cheers,
Brent


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Greg Barniskis
Sent: Thursday, 13 September 2007 10:00 a.m.
To: freebsd-questions@freebsd.org; David Benfell
Subject: Re: F11 in Firefox

David Benfell wrote:
 Hello all,
 
 Having long fingers, I occasionally hit F11 while typing into a text 
 box in Firefox.  F11 does something truly horrible that I never under 
 any circumstances want.
 
 It moves the window partially off screen such that the window controls

 are inaccessible.
 
 As I said, I NEVER EVER want this function.  It is, in my view, a 
 damnable bug.  The only way I can get control back is to exit Firefox.
 
 How do I kill it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: F11 in Firefox

2007-09-12 Thread Duane Hill

On Thu, 13 Sep 2007 at 10:28 +1200, [EMAIL PROTECTED] confabulated:



Hitting F11 again doesn't bring it back to normal?  It does for me.


It does for me too. And, at least in KDE (I'm sure it should be their in 
other desktop/window managers), you can click on the window restore in the 
upper right corner (one in the middle) to restore back to normal.


--
  _|_
 (_| |
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: F11 in Firefox

2007-09-12 Thread David Benfell
On Wed, 12 Sep 2007 22:48:53 +, Duane Hill wrote:
 On Thu, 13 Sep 2007 at 10:28 +1200, [EMAIL PROTECTED] 
 confabulated:
 
 
 Hitting F11 again doesn't bring it back to normal?  It does for me.
 
 It does for me too. And, at least in KDE (I'm sure it should be their in 
 other desktop/window managers), you can click on the window restore in the 
 upper right corner (one in the middle) to restore back to normal.
 
The problem here was that I was using Xfce3 not Xfce4.  Now that I've
upgraded, the behavior is tolerable.


-- 
David Benfell, LCP
[EMAIL PROTECTED]
---
Resume available at http://www.parts-unknown.org/
NOTE: I sign all messages with GnuPG (0DD1D1E3).


pgpm1BPriWOc3.pgp
Description: PGP signature