binding "gtk-ctrluftw-text-entry" {
	bind "<ctrl>h" { "delete-from-cursor" (chars, -1) }
	bind "<ctrl>u" { "delete-from-cursor" (paragraph-ends, -1) }
	bind "<ctrl>w" { "delete-from-cursor" (word-ends, -1) }
}

class "GtkEntry" binding "gtk-ctrluftw-text-entry"
class "GtkTextView" binding "gtk-ctrluftw-text-entry"
