mode5: Fix shortcuts of 'cycle colors' and format checker, mixup during merge
git-svn-id: svn://pulkomandy.tk/GrafX2/branches/cpcmode5@1727 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
cd8f3e40da
commit
7c6e05ef6b
@ -1642,6 +1642,14 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = {
|
|||||||
SDLK_BACKQUOTE|MOD_CTRL, // Ctrl + `~
|
SDLK_BACKQUOTE|MOD_CTRL, // Ctrl + `~
|
||||||
0},
|
0},
|
||||||
{198,
|
{198,
|
||||||
|
"Toggle color cycling",
|
||||||
|
"Activates or desactivates color",
|
||||||
|
"cycling, if the current image has",
|
||||||
|
"cycling colors. (See gradient menu)",
|
||||||
|
true,
|
||||||
|
SDLK_BACKQUOTE|MOD_CTRL, // Ctrl + `~
|
||||||
|
0},
|
||||||
|
{199,
|
||||||
"Format checker",
|
"Format checker",
|
||||||
"Performs a format check on the",
|
"Performs a format check on the",
|
||||||
"current image.",
|
"current image.",
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
|
|
||||||
#define NB_SHORTCUTS 199 ///< Number of actions that can have a key combination associated to it.
|
#define NB_SHORTCUTS 200 ///< Number of actions that can have a key combination associated to it.
|
||||||
|
|
||||||
/*** Types definitions and structs ***/
|
/*** Types definitions and structs ***/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user