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 +};