aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/TODO2
-rwxr-xr-xexamples/data/uzbl/scripts/dispatcher.sh1
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index abc5b44..1613053 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -4,6 +4,8 @@
* 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
+
= key handling (example dispatcher.sh) =
* on escape:
diff --git a/examples/data/uzbl/scripts/dispatcher.sh b/examples/data/uzbl/scripts/dispatcher.sh
index 3d0aa03..e8c3aed 100755
--- a/examples/data/uzbl/scripts/dispatcher.sh
+++ b/examples/data/uzbl/scripts/dispatcher.sh
@@ -12,6 +12,7 @@ VERBOSE=1
ALTPRESSED=0
+KEYCMD= # buffer for building up commands
log () {
[ -n "$VERBOSE" ] && echo "$1"