[gtk] And another keybinding leftover



commit e8b505694053297ce360c61995af41ecc9ad0f49
Author: Benjamin Otte <otte redhat com>
Date:   Fri Feb 22 00:07:35 2019 +0100

    And another keybinding leftover

 tests/testgtk.css | 8 --------
 1 file changed, 8 deletions(-)
---
diff --git a/tests/testgtk.css b/tests/testgtk.css
index 991e49b6a9..4bd3f366b9 100644
--- a/tests/testgtk.css
+++ b/tests/testgtk.css
@@ -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;
-}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]