summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-01-11 19:21:23 +0100
committerportix <portix@gmx.net>2012-01-11 19:21:23 +0100
commitd0a16c8da4672eaea941025c25a7a1ba76676abe (patch)
treea498ff35bbe3c1d0c0b4cf4eef468c583b516b77 /src/config.h
parentb37b26ce2baee9ddd337e92003305b48d4d98078 (diff)
downloaddwb-d0a16c8da4672eaea941025c25a7a1ba76676abe.zip
Updating manpage, adding tab colors to settings.in
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.h b/src/config.h
index a7126990..58473600 100644
--- a/src/config.h
+++ b/src/config.h
@@ -187,7 +187,7 @@ static FunctionMap FMAP [] = {
{ { "toggle_statusbar", "Toggle visibility of statusbar" }, 1,
(Func) commands_toggle_bars, NULL, ALWAYS_SM,
- { .n = BAR_VIS_STATUS }, EP_NONE, { NULL }, },
+ { .n = BAR_VIS_STATUS }, EP_NONE, { "sbar", NULL }, },
{ { "presentation_mode", "Toggle presentation mode" }, 1,
(Func) commands_presentation_mode, NULL, ALWAYS_SM,
@@ -282,7 +282,7 @@ static FunctionMap FMAP [] = {
{ { "hints", "Follow hints", }, CP_COMMANDLINE | CP_HAS_MODE,
(Func)commands_show_hints, NO_HINTS, NEVER_SM,
- { .n = OPEN_NORMAL, .i = HINT_T_ALL }, EP_NONE, { "hints", "hi", NULL }, },
+ { .n = OPEN_NORMAL, .i = HINT_T_ALL }, EP_NONE, { "hi", NULL }, },
{ { "hints_links", "Follow links", }, CP_COMMANDLINE | CP_HAS_MODE,
(Func)commands_show_hints, "No links", NEVER_SM,
@@ -334,7 +334,7 @@ static FunctionMap FMAP [] = {
{ { "hints_download", "Download", }, CP_COMMANDLINE | CP_HAS_MODE,
(Func)commands_show_hints, NO_HINTS, NEVER_SM,
- { .n = OPEN_DOWNLOAD }, EP_NONE, { "dhints", }, },
+ { .n = OPEN_DOWNLOAD }, EP_NONE, { "dhints", "dhi", NULL }, },
{ { "history_back", "Go Back", }, 1,
(Func)commands_history, "Beginning of History", ALWAYS_SM,
@@ -544,7 +544,7 @@ static FunctionMap FMAP [] = {
{ { "tab_paste", "Open url from clipboard in a new tab", }, 1,
(Func)commands_paste, "Clipboard is empty", ALWAYS_SM,
- { .n = OPEN_NEW_VIEW, .p = GDK_NONE, .ro = true }, EP_NONE, { "tabpaste", NULL }, },
+ { .n = OPEN_NEW_VIEW, .p = GDK_NONE, .ro = true }, EP_NONE, { "tpaste", NULL }, },
{ { "tab_paste_primary", "Open url from primary selection in a new window", }, 1,
(Func)commands_paste, "No primary selection", ALWAYS_SM,