f9 and firefox-3 emacs keybindings

John Austin ja at jaa.org.uk
Fri Jun 27 08:38:41 UTC 2008


On Thu, 2008-06-26 at 21:41 -0700, Wolfgang S. Rupprecht wrote:
> It seems that with the change to firefox-3 on f9 I lost my emacs
> keybindings.  Firefox is back to using arrow keys (or soemsuch) for
> motion commands.  \C-a no longer takes me to the beginning of the
> line, \C-b no longer takes me back one char, etc.  This sucks pretty
> badly.  Google only finds the old ~/.gtkrc-2.0 file method for
> requesting sane keybindisngs.  Is there a way to do this in firefox-3
> or must I upgrade to firefox-2???
> 
> -wolfgang
> -- 
> Wolfgang S. Rupprecht                http://www.wsrcc.com/wolfgang/
> 

Hi

Mine still works OK on F9 FF3

I assumed that suggestion from Steven Orr in 2005 was still doing the
job for me - maybe its something else ??!!

tarifa ~ 896# cat .gtkrc
include "/usr/share/themes/Emacs/gtk-2.0-key/gtkrc"
tarifa ~ 897# cat .gtkrc-2.0
include "/usr/share/themes/Emacs/gtk-2.0-key/gtkrc"

cat /usr/share/themes/Emacs/gtk-2.0-key/gtkrc

...
 bind "<ctrl>u" {
     "move-cursor" (paragraph-ends, -1, 0)
     "delete-from-cursor" (paragraph-ends, 1)
  }
...
bind "<ctrl>e" { "move-cursor" (paragraph-ends, 1, 0) }
...

John






More information about the fedora-list mailing list