Re: [Usability]Gnome keybindings list
- From: Steve Fox <drfickle k-lug org>
- To: Mathew Johnston <johnston capsaicin ca>
- Cc: gnome useability <usability gnome org>
- Subject: Re: [Usability]Gnome keybindings list
- Date: 31 Jan 2003 12:55:03 -0600
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]