Add C-u/C-h/C-w. (#72245)
Thu Dec 12 17:58:41 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkrc.key.emacs: Add C-u/C-h/C-w. (#72245)
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
Thu Dec 12 17:58:41 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrc.key.emacs: Add C-u/C-h/C-w. (#72245)
|
||||
|
||||
Thu Dec 12 17:01:38 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_find_widget): Skip insensitive
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Thu Dec 12 17:58:41 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrc.key.emacs: Add C-u/C-h/C-w. (#72245)
|
||||
|
||||
Thu Dec 12 17:01:38 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_find_widget): Skip insensitive
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Thu Dec 12 17:58:41 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrc.key.emacs: Add C-u/C-h/C-w. (#72245)
|
||||
|
||||
Thu Dec 12 17:01:38 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_find_widget): Skip insensitive
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Thu Dec 12 17:58:41 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrc.key.emacs: Add C-u/C-h/C-w. (#72245)
|
||||
|
||||
Thu Dec 12 17:01:38 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_find_widget): Skip insensitive
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Thu Dec 12 17:58:41 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrc.key.emacs: Add C-u/C-h/C-w. (#72245)
|
||||
|
||||
Thu Dec 12 17:01:38 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_find_widget): Skip insensitive
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
Thu Dec 12 17:58:41 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrc.key.emacs: Add C-u/C-h/C-w. (#72245)
|
||||
|
||||
Thu Dec 12 17:01:38 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_find_widget): Skip insensitive
|
||||
|
||||
@ -34,6 +34,16 @@ binding "gtk-emacs-text-entry"
|
||||
"insert-at-cursor" (" ") }
|
||||
bind "<alt>KP_Space" { "delete-from-cursor" (whitespace, 1)
|
||||
"insert-at-cursor" (" ") }
|
||||
|
||||
#
|
||||
# Some non-Emacs keybindings people are attached to
|
||||
#
|
||||
bind "<ctrl>u" {
|
||||
"move-cursor" (paragraph-ends, -1, 0)
|
||||
"delete-from-cursor" (paragraph-ends, 1)
|
||||
}
|
||||
bind "<ctrl>h" { "delete-from-cursor" (chars, -1) }
|
||||
bind "<ctrl>w" { "delete-from-cursor" (word-ends, -1) }
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user