diff options
author | portix <portix@gmx.net> | 2012-01-16 14:25:00 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-16 14:25:00 +0100 |
commit | de4b639998bc754e5077728eed3965e1bf7264d1 (patch) | |
tree | ed2362ea41766e6c0c42a8ac6c6b0c1af24c0c64 /src/commands.h | |
parent | 527395d704e6692587eeb6ff03bb585a61a5fc20 (diff) | |
download | dwb-de4b639998bc754e5077728eed3965e1bf7264d1.zip |
New shortcuts entry_confirm, entry_escape
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index 841e4036..c178ce45 100644 --- a/src/commands.h +++ b/src/commands.h @@ -30,6 +30,8 @@ DwbStatus commands_bookmarks(KeyMap *, Arg *); DwbStatus commands_entry_movement(KeyMap *, Arg *); DwbStatus commands_entry_history_back(KeyMap *, Arg *); DwbStatus commands_entry_history_forward(KeyMap *, Arg *); +DwbStatus commands_entry_confirm(KeyMap *km, Arg *a); +DwbStatus commands_entry_escape(KeyMap *km, Arg *a); DwbStatus commands_execute_userscript(KeyMap *, Arg *); DwbStatus commands_find(KeyMap *, Arg *); |