]> spindle.queued.net Git - midori/commitdiff
Void Page Up/ Page down in the address entry
authorAlexander Butenko <a.butenka@gmail.com>
Mon, 12 Oct 2009 21:17:57 +0000 (23:17 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 12 Oct 2009 21:17:57 +0000 (23:17 +0200)
It is presumably not an important binding, and accidentally
using it is more annoying than helpful.

midori/midori-locationentry.c

index 2c525699d7ea6aee177e5aa50e89e0343e2a3fa3..eba3477caf89675c839de3946c191dfb194f07bd 100644 (file)
@@ -409,6 +409,11 @@ entry_key_press_event (GtkWidget*           widget,
                 gtk_combo_box_popup (GTK_COMBO_BOX (location_entry));
             return TRUE;
         }
+        case GDK_Page_Up:
+        case GDK_Page_Down:
+        {
+            return TRUE;
+        }
     }
 
     return FALSE;