diff options
author | portix <portix@gmx.net> | 2012-01-12 18:11:15 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-12 18:11:15 +0100 |
commit | dd1b9916ab0fd4bf34b2ac6861153695edf56ccd (patch) | |
tree | d094e46a286a26fdb2787cdd6add03d1455359ee /doc/dwb.1 | |
parent | 9cda55292646f670389a7a0578dbc6c4910c7361 (diff) | |
download | dwb-dd1b9916ab0fd4bf34b2ac6861153695edf56ccd.zip |
Commands must be seperated with 2 semicolons
Diffstat (limited to 'doc/dwb.1')
-rw-r--r-- | doc/dwb.1 | 60 |
1 files changed, 34 insertions, 26 deletions
@@ -835,7 +835,7 @@ Non printable keys must be surrounded by @, e.g. "Control @F1@", Shift @space@. Custom commands are a sequence of dwb commands that can be bound to a shortcut. The syntax is .IP -[shortcut]:[command];[command];... +[shortcut]:[command];;[command];... .P where shortcut is the shortcut for the commandsequence, .B : @@ -854,7 +854,7 @@ opens http://example.com in a new tab and zooms to 150%. .SS COMMAND OVERVIEW .nf Command |Alias |Description -------------------------------------------------------------------------------- +--------------------------------------------------------------------------- allow_cookie |cookie |Allow persistent cookies for site allow_session_cookie |scookie |Allow session cookies for site allow_session_cookie_tmp|tcookie |Allow session cookies for site @@ -883,23 +883,25 @@ hints_images_tab |itabhinst, ithi |Follow images in a new tab hints_links |lhints, lhi |Follow links hints_primary |phints, phi |Save link location to primary | |selection -hints_rapid |rhints, rhi |Open new tabs in background rapidly +hints_rapid |rhints, rhi |Open new tabs in background + | |rapidly hints_rapid_win |wrhints, wrhi |Open new windows rapidly hints_tab |tabhints, thi |Follow hints in a new tab hints_url |uhints, uhi |Set hints url in commandline -hints_url_tab |utabhints, uthi |Set hints url in commandline, open in - | |a new tab +hints_url_tab |utabhints, uthi |Set hints url in commandline, + |open in a new tab hints_win |winhints, whi |Follow hints in a new window history_back |ba, back |Go back history_forward |fo, forward |Go forward insert_mode |i, insert |Insert mode lock_domain |dlock |Lock tab to current domain lock_uri |ulock |Lock tab to current uri -new_tab | |Open next navigation action in new tab -new_win | |Open next navigation action in new - | |window -only | |Close all tabs except for the current - | |one +new_tab | |Open next navigation action in + | |new tab +new_win | |Open next navigation action in + | |new window +only | |Close all tabs except for the + | |current one open |o |Open url open_editor |editor |Open external editor for | |input/textarea. @@ -933,7 +935,8 @@ scroll_up |up |Scroll up set | |Set a setting set_key |keys |Set keybinding set_setting | |Set a setting interactive -show_keys |skeys |Show and modify keyboard configuration +show_keys |skeys |Show and modify keyboard + | |configuration show_settings |ssettings |Show and modify global properties start_page |home |Open the default homepage stop_loading |st, stop |Stop loading current page @@ -942,26 +945,27 @@ tab_hist_back |tba, tabback |Go back in a new tab tab_hist_forward |tfo, tabforward |Go forward in a new tab tab_new | |Open a new blank tab tab_paste |tpaste |Open from clipboard in a new tab -tab_paste_primary |tppaste |Open from primary selection in a new - | |tab +tab_paste_primary |tppaste |Open from primary selection in a + | |new tab tab_quickmark |tabqmarks |Open quickmark in a new tab tabopen |t, topen |Open in a new tab -tabopen_url | |Open in a new tab, edit current url +tabopen_url | |Open in a new tab, edit current + | |url toggle_bars |bars |Toggle tabbar and statusbar toggle_hidden_files |hidden |Toggle hidden files in directory | |listings toggle_plugins_host |hplugin |Toggle plugin blocker for host -toggle_plugins_host_tmp |tuplugin |Toggle plugin blocker for domain for - | |this session +toggle_plugins_host_tmp |tuplugin |Toggle plugin blocker for domain + | |for this session toggle_plugins_uri |uplugin |Toggle plugin blocker for uri -toggle_plugins_uri_tmp |tuplugin |Toggle plugin blocker for uri for this - | |session -toggle_scripts_host |hscript |Toggle scripts for current domain -toggle_scripts_host_tmp |thscript |Toggle scripts for current host for +toggle_plugins_uri_tmp |tuplugin |Toggle plugin blocker for uri for | |this session +toggle_scripts_host |hscript |Toggle scripts for current domain +toggle_scripts_host_tmp |thscript |Toggle scripts for current host + | |for this session toggle_scripts_uri |uscript |Toggle scripts for current uri -toggle_scripts_uri_tmp |tuscript |Toggle scripts for current uri for - | |this session +toggle_scripts_uri_tmp |tuscript |Toggle scripts for current uri + | |for this session toggle_setting |tog, toggle |Toggle a setting toggle_statusbar |sbar |Toggle statusbar toggle_tabbar |tbar |Toggle tabbar @@ -969,14 +973,18 @@ undo |u |Undo closing last tab view_source |so, source |View page source visible |vis |Toggle visibility of a tab web_inspector |insp, inspect |Open the webinspector -win_bookmarks |winmarks |Show bookmarks, open in new window +win_bookmarks |winmarks |Show bookmarks, open in new + | |window win_hist_back |wba, winback |Go back in a new window win_hist_forward |wfo, winforward |Go forward in a new window -win_paste |wpaste |Open from clipboard in a new window -win_paste_primary |wppaste |Open primary selection in a new window +win_paste |wpaste |Open from clipboard in a new + | |window +win_paste_primary |wppaste |Open primary selection in a new + | |window win_quickmark |winqmarks |Open quickmark in a new window winopen |w, wopen |Open in a new window -winopen_url | |Open in a new window, edit current url +winopen_url | |Open in a new window, edit + | |current url yank | |Yank url to clipboard yank_primary |pyank |Yank url to primary selection yank_title |tyank |Yank title to clipboard |