mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
And another keybinding leftover
This commit is contained in:
parent
6711aa2a4e
commit
e8b5056940
@ -1,11 +1,6 @@
|
||||
/* testgtk2.css sets all the buttons in the main window to blue by default */
|
||||
@import url("testgtk2.css");
|
||||
|
||||
@binding-set entry-bindings {
|
||||
bind "<alt>s" { "move-cursor" (visual-positions, 3, 0) };
|
||||
bind "<alt>a" { "move-cursor" (visual-positions, -3, 0) };
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: Sans;
|
||||
font-size: 12px;
|
||||
@ -24,6 +19,3 @@ label:hover {
|
||||
background-color: rgb (0%, 75%, 0);
|
||||
}
|
||||
|
||||
entry {
|
||||
-gtk-key-bindings: entry-bindings;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user