From f2e0c492bd784a3a927550187e21cfbc6bbb0939 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Thu, 2 Jan 2014 23:19:31 +0100 Subject: 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. --- commands.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'commands.h') 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 */ -- cgit v1.2.3-54-g00ecf