Some fixes in hotkeys table
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@614 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
47c8397cbf
commit
e15b3194e0
@ -637,7 +637,6 @@ S_ConfigTouche ConfigTouche[NB_TOUCHES] = {
|
|||||||
"Rotate the user-defined brush by 90°",
|
"Rotate the user-defined brush by 90°",
|
||||||
"(counter-clockwise).",
|
"(counter-clockwise).",
|
||||||
"",
|
"",
|
||||||
"",
|
|
||||||
true,
|
true,
|
||||||
SDLK_z, // Z (W en AZERTY)
|
SDLK_z, // Z (W en AZERTY)
|
||||||
0},
|
0},
|
||||||
@ -868,8 +867,8 @@ S_ConfigTouche ConfigTouche[NB_TOUCHES] = {
|
|||||||
{101,
|
{101,
|
||||||
"Settings",
|
"Settings",
|
||||||
"Opens a menu which permits you to",
|
"Opens a menu which permits you to",
|
||||||
"modify some parameters of the program.",
|
"modify some parameters of the",
|
||||||
"",
|
"program.",
|
||||||
true,
|
true,
|
||||||
SDLK_F10|MOD_SHIFT, // Shift + F10
|
SDLK_F10|MOD_SHIFT, // Shift + F10
|
||||||
0},
|
0},
|
||||||
@ -885,6 +884,7 @@ S_ConfigTouche ConfigTouche[NB_TOUCHES] = {
|
|||||||
"Redo",
|
"Redo",
|
||||||
"Redo the last undone action.",
|
"Redo the last undone action.",
|
||||||
"",
|
"",
|
||||||
|
"",
|
||||||
true,
|
true,
|
||||||
SDLK_u|MOD_SHIFT, // Shift + U
|
SDLK_u|MOD_SHIFT, // Shift + U
|
||||||
0},
|
0},
|
||||||
@ -1234,4 +1234,4 @@ word Ordonnancement[NB_TOUCHES]=
|
|||||||
SPECIAL_PREVIOUS_USER_BACKCOLOR, // Previous user-defined background color
|
SPECIAL_PREVIOUS_USER_BACKCOLOR, // Previous user-defined background color
|
||||||
SPECIAL_RETRECIR_PINCEAU, // Rétrécir le pinceau
|
SPECIAL_RETRECIR_PINCEAU, // Rétrécir le pinceau
|
||||||
SPECIAL_GROSSIR_PINCEAU // Grossir le pinceau
|
SPECIAL_GROSSIR_PINCEAU // Grossir le pinceau
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user