From 8738261ec767c9708b99512e4938c189d861f5a1 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 4 Sep 2009 11:55:09 +0200 Subject: use python based event manager instead of sh one. posix sh was a dead end --- docs/TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/TODO') 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); -- cgit v1.2.3