aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/TODO b/docs/TODO
index 1613053..3722d45 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -1,13 +1,13 @@
== event-messages specific ==
* throw out all old code
-* document the dispatching mechanism, all events, how to get started with sample dispatcher
+* document the event handling mechanism, all events, how to get started with sample event handler
* add key_release callback and event
* remove all binding ('bind = ' etc.) stuff and port to new system
* VARIABLE_SET for all types (but probably not useful for custom vars)
-* port keycmd to dispatcher. we can now more cleanly send BackSpace instead of keycmd_bs and so on
+* port keycmd to evt handler. we can now more cleanly send BackSpace instead of keycmd_bs and so on
+* use a data-driven new config format which supports keypresses and keyreleases, modkey and all x keysyms
-
-= key handling (example dispatcher.sh) =
+= key handling (example event_handler.py) =
* on escape:
if insert mode: set_insert_mode(uzbl.behave.always_insert_mode); update_title
else: clear_keycmd(); update_title; dehilight(uzbl.gui.web_view, NULL, NULL);