From 7276fc7d96e60495d1f3c38a157d97778ab9aa9b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Feb 2010 21:08:35 +0200 Subject: Added required "=" in fixed zoom binds --- 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 4c63fe7..cc42c54 100644 --- a/examples/config/config +++ b/examples/config/config @@ -219,8 +219,8 @@ set ebind = @mode_bind global,-insert @cbind + = zoom_in @cbind - = zoom_out @cbind T = toggle_zoom_type -@cbind 1 = set zoom_level 1.0 -@cbind 2 = set zoom_level 2.0 +@cbind 1 = set zoom_level = 1.0 +@cbind 2 = set zoom_level = 2.0 # --- Appearance binds --- @cbind t = toggle_status -- cgit v1.2.3 From 5ce01dc63f09a8dd5ee7e85cfcc81ac19d8da722 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 27 Feb 2010 11:52:13 +0100 Subject: disabled extedit and scroll-percentage as they dont work anyway since Uzbl object is disabled, and some folks were confused --- examples/config/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/config/config b/examples/config/config index cc42c54..efab5c5 100644 --- a/examples/config/config +++ b/examples/config/config @@ -60,7 +60,7 @@ set new_window = sh 'uzbl-browser -u $8' # Load commit handlers @on_event LOAD_COMMIT @set_status recv -@on_event LOAD_COMMIT script @scripts_dir/scroll-percentage.js +#@on_event LOAD_COMMIT script @scripts_dir/scroll-percentage.js # Reset the keycmd on navigation @on_event LOAD_COMMIT @set_mode @@ -331,11 +331,12 @@ set formfiller = spawn @scripts_dir/formfiller # --- External edit script configuration & binds --- # Edit form input fields in an external editor (gvim, emacs, urxvt -e vim, ..) +# disabled since Uzbl object is gone set external_editor = gvim #set external_editor = xterm -e vim -@cbind E = script @scripts_dir/extedit.js +#@cbind E = script @scripts_dir/extedit.js # And add menu option. -menu_editable_add Open in @external_editor = script @scripts_dir/extedit.js +#menu_editable_add Open in @external_editor = script @scripts_dir/extedit.js # --- Examples --- # Example showing how to use uzbl's fifo to execute a command. -- cgit v1.2.3 From 588957feac6aa6b5dc1e3ffd8df3a97df8c39fd6 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 27 Feb 2010 11:57:05 +0100 Subject: explain t binding --- examples/config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/config/config b/examples/config/config index efab5c5..cd6a0c0 100644 --- a/examples/config/config +++ b/examples/config/config @@ -267,7 +267,7 @@ set preset = event PRESET_TABS @cbind !dump = sh "echo dump_config > $4" # Reload config @cbind !reload = sh "sed '/^# === Post-load misc commands/,$d' $1 > $4" -# Uzbl Terminal. TODO explain why this is useful +# If you want to see all events being triggered: @cbind t = sh 'xterm -e "socat unix-connect:$5 -"' #@cbind t = sh 'urxvt -e socat unix-connect:$5 -' -- cgit v1.2.3