From a82c45431bd31bfedaad00d77cc2ab4c772774d0 Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 9 Mar 2011 10:08:43 +0100 Subject: Use ctrl for ext cmds, disable them in config.h --- commands.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'commands.h') diff --git a/commands.h b/commands.h index cb14fe6..ce00858 100644 --- a/commands.h +++ b/commands.h @@ -5,9 +5,9 @@ typedef struct { } command_t; static command_t commands[] = { - /* key reload? command, '#' is replaced by filename */ - { XK_a, True, "jpegtran -rotate 270 -copy all -outfile # #" }, - { XK_s, True, "jpegtran -rotate 90 -copy all -outfile # #" }, - { XK_A, True, "mogrify -rotate -90 #" }, - { XK_S, True, "mogrify -rotate +90 #" } + /* ctrl-... reload? command, '#' is replaced by filename */ + { XK_comma, True, "jpegtran -rotate 270 -copy all -outfile # #" }, + { XK_period, True, "jpegtran -rotate 90 -copy all -outfile # #" }, + { XK_less, True, "mogrify -rotate -90 #" }, + { XK_greater, True, "mogrify -rotate +90 #" } }; -- cgit v1.2.3-70-g09d2