And another keybinding leftover

This commit is contained in:
Benjamin Otte 2019-02-22 00:07:35 +01:00
parent 6711aa2a4e
commit e8b5056940

View File

@ -1,11 +1,6 @@
/* testgtk2.css sets all the buttons in the main window to blue by default */ /* testgtk2.css sets all the buttons in the main window to blue by default */
@import url("testgtk2.css"); @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-family: Sans;
font-size: 12px; font-size: 12px;
@ -24,6 +19,3 @@ label:hover {
background-color: rgb (0%, 75%, 0); background-color: rgb (0%, 75%, 0);
} }
entry {
-gtk-key-bindings: entry-bindings;
}