aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-01-02 23:19:31 +0100
committerBert Münnich <ber.t@posteo.de>2014-01-02 23:19:31 +0100
commitf2e0c492bd784a3a927550187e21cfbc6bbb0939 (patch)
treeb5cf82fa59a82598adc4c4ab50b731f50f71a7bf /commands.h
parentb2eae528ed54c3ee1509e410686fabc1c7ecc0b4 (diff)
downloadnsxiv-f2e0c492bd784a3a927550187e21cfbc6bbb0939.tar.zst
Moved external shell commands into exec/key-handler script
Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea.
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands.h b/commands.h
index 65c84e7..1002d92 100644
--- a/commands.h
+++ b/commands.h
@@ -69,7 +69,5 @@ bool i_flip(arg_t);
bool i_toggle_antialias(arg_t);
bool i_change_gamma(arg_t);
bool it_toggle_alpha(arg_t);
-bool it_open_with(arg_t);
-bool it_shell_cmd(arg_t);
#endif /* COMMANDS_H */