diff options
author | portix <portix@gmx.net> | 2012-02-12 16:34:32 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-02-12 16:34:32 +0100 |
commit | 0029950026c8499947d0f0b992c05262e432b52c (patch) | |
tree | c7e9d7effcb763ca702f6270d2d7543a4c5e976f /src/commands.h | |
parent | 01673ff072f7257824ec564374600e31d5ed554d (diff) | |
download | dwb-0029950026c8499947d0f0b992c05262e432b52c.zip |
New commands tab_move, tab_move_left, tab_move_right
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h index a127ff4a..0778f5af 100644 --- a/src/commands.h +++ b/src/commands.h @@ -88,6 +88,6 @@ DwbStatus commands_toggle_lock_protect(KeyMap *, Arg *); DwbStatus commands_execute_javascript(KeyMap *km, Arg *arg); DwbStatus commands_set(KeyMap *km, Arg *arg); DwbStatus commands_toggle_setting(KeyMap *km, Arg *arg); -DwbStatus commands_toggle_adblocker(KeyMap *, Arg *); +DwbStatus commands_tab_move(KeyMap *, Arg *); #endif |