From ee479db76d8ddca24d01572f61956e06727ceca4 Mon Sep 17 00:00:00 2001 From: Mason Larobina Date: Sun, 28 Feb 2010 22:00:19 +0800 Subject: We are clearing the keycmd on the wrong LOAD event (causing frustration) --- examples/config/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/config/config b/examples/config/config index 8cfa6a6..10bf722 100644 --- a/examples/config/config +++ b/examples/config/config @@ -57,12 +57,12 @@ set new_window = sh 'uzbl-browser -u $8' # Load start handler @on_event LOAD_START @set_status wait +# Reset the keycmd on navigation +@on_event LOAD_START @set_mode # Load commit handlers @on_event LOAD_COMMIT @set_status recv #@on_event LOAD_COMMIT script @scripts_dir/scroll-percentage.js -# Reset the keycmd on navigation -@on_event LOAD_COMMIT @set_mode # Load finish handlers @on_event LOAD_FINISH @set_status done -- cgit v1.2.3