mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
15674c5bd4
Use the new CSS infrastructure for part of the old CSS tests. This way we can probably check for warning messages such as deprecations.
5 lines
158 B
CSS
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) };
|
|
};
|