Re: [Usability]Gnome keybindings list



I was highly annoyed by this decision too, but I found a work-around for
it:

[drfickle tp external2]$ cat /usr/share/themes/Default/gtk-2.0-key/gtkrc
#
# Default keybinding set. Empty because it is implemented inline in the
code.
#
                                                                                                                            
binding "gtk-emacs-text-entry"
{
  bind "<ctrl>u" {
     "move-cursor" (paragraph-ends, -1, 0)
     "delete-from-cursor" (paragraph-ends, 1)
  }
  bind "<ctrl>k" { "delete-from-cursor" (paragraph-ends, 1) }
}
                                                                                                                            
class "GtkEntry" binding "gtk-emacs-text-entry"
class "GtkTextView" binding "gtk-emacs-text-entry"


-- 

Steve Fox
http://k-lug.org



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]