gtk2/testsuite/css/parser/at-valid-20.css
2013-05-15 15:37:17 +02:00

5 lines
158 B
CSS

@binding-set gtk-emacs-text-view {
bind "<ctrl>u" { "move-cursor" (paragraph-ends, -1, 0)
"delete-from-cursor" (paragraph-ends, 1) };
};