- WebKitRenderer
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 19 Apr 2012 08:35:05 +0000
changeset 30 39fbc84d4033
parent 29 44bc6c85f95a
child 31 035449621a0c
- WebKitRenderer added: #KEY_PRESS: #KEY_RELEASE: #SCROLL_HORIZ: #SCROLL_VERT:
WebKitRenderer.st
--- a/WebKitRenderer.st	Thu Mar 29 17:44:54 2012 +0000
+++ b/WebKitRenderer.st	Thu Apr 19 08:35:05 2012 +0000
@@ -96,6 +96,16 @@
 
 !WebKitRenderer methodsFor:'event handling'!
 
+KEY_PRESS: event
+
+    "Created: / 19-04-2012 / 10:25:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+KEY_RELEASE: event
+
+    "Created: / 19-04-2012 / 10:26:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 LOAD_COMMIT: event
 
     view url value ~= event second ifTrue:
@@ -112,6 +122,18 @@
     "Created: / 18-02-2012 / 14:31:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+SCROLL_HORIZ: event
+    "Nothing to do here, scrolling is handled by UZBL itself"
+
+    "Created: / 19-04-2012 / 10:24:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+SCROLL_VERT: event
+    "Nothing to do here, scrolling is handled by UZBL itself"
+
+    "Created: / 19-04-2012 / 10:24:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 TITLE_CHANGED: event
 
     event second = '(no title)' ifFalse: