From e15b3194e0658195c9161e358bfacf0bfcf5e6b9 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Sun, 8 Feb 2009 03:23:12 +0000 Subject: [PATCH] Some fixes in hotkeys table git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@614 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- hotkeys.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hotkeys.c b/hotkeys.c index 6af465c2..eef58cc7 100644 --- a/hotkeys.c +++ b/hotkeys.c @@ -637,7 +637,6 @@ S_ConfigTouche ConfigTouche[NB_TOUCHES] = { "Rotate the user-defined brush by 90°", "(counter-clockwise).", "", - "", true, SDLK_z, // Z (W en AZERTY) 0}, @@ -868,8 +867,8 @@ S_ConfigTouche ConfigTouche[NB_TOUCHES] = { {101, "Settings", "Opens a menu which permits you to", - "modify some parameters of the program.", - "", + "modify some parameters of the", + "program.", true, SDLK_F10|MOD_SHIFT, // Shift + F10 0}, @@ -885,6 +884,7 @@ S_ConfigTouche ConfigTouche[NB_TOUCHES] = { "Redo", "Redo the last undone action.", "", + "", true, SDLK_u|MOD_SHIFT, // Shift + U 0}, @@ -1234,4 +1234,4 @@ word Ordonnancement[NB_TOUCHES]= SPECIAL_PREVIOUS_USER_BACKCOLOR, // Previous user-defined background color SPECIAL_RETRECIR_PINCEAU, // Rétrécir le pinceau SPECIAL_GROSSIR_PINCEAU // Grossir le pinceau -}; \ No newline at end of file +};