Fix scrolling functionality
[WebThing.git] / plugins / FFNav.cs
index 588f432..15d3504 100644 (file)
@@ -61,6 +61,9 @@ public class FFNav : WebThingPlugin {
             case Gdk.Key.BackSpace:
                 wv.GoBack();
                 break;
+            case Gdk.Key.Escape:
+                wv.StopLoading();
+                break;
             }
         }
     }