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.
This commit is contained in:
Bert Münnich
2014-01-02 23:19:31 +01:00
parent b2eae528ed
commit f2e0c492bd
7 changed files with 98 additions and 100 deletions

View File

@ -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 */