Lua scripts can have individual keyboard shortcuts (Issue 344)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1532 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -1525,6 +1525,86 @@ T_Key_config ConfigKey[NB_SHORTCUTS] = {
|
||||
true,
|
||||
SDLK_h, // H
|
||||
0},
|
||||
{187,
|
||||
"Run script #1",
|
||||
"Runs a recorded Lua script.",
|
||||
"",
|
||||
"",
|
||||
true,
|
||||
0, // No shortcut
|
||||
0},
|
||||
{188,
|
||||
"Run script #2",
|
||||
"Runs a recorded Lua script.",
|
||||
"",
|
||||
"",
|
||||
true,
|
||||
0, // No shortcut
|
||||
0},
|
||||
{189,
|
||||
"Run script #3",
|
||||
"Runs a recorded Lua script.",
|
||||
"",
|
||||
"",
|
||||
true,
|
||||
0, // No shortcut
|
||||
0},
|
||||
{190,
|
||||
"Run script #4",
|
||||
"Runs a recorded Lua script.",
|
||||
"",
|
||||
"",
|
||||
true,
|
||||
0, // No shortcut
|
||||
0},
|
||||
{191,
|
||||
"Run script #5",
|
||||
"Runs a recorded Lua script.",
|
||||
"",
|
||||
"",
|
||||
true,
|
||||
0, // No shortcut
|
||||
0},
|
||||
{192,
|
||||
"Run script #6",
|
||||
"Runs a recorded Lua script.",
|
||||
"",
|
||||
"",
|
||||
true,
|
||||
0, // No shortcut
|
||||
0},
|
||||
{193,
|
||||
"Run script #7",
|
||||
"Runs a recorded Lua script.",
|
||||
"",
|
||||
"",
|
||||
true,
|
||||
0, // No shortcut
|
||||
0},
|
||||
{194,
|
||||
"Run script #8",
|
||||
"Runs a recorded Lua script.",
|
||||
"",
|
||||
"",
|
||||
true,
|
||||
0, // No shortcut
|
||||
0},
|
||||
{195,
|
||||
"Run script #9",
|
||||
"Runs a recorded Lua script.",
|
||||
"",
|
||||
"",
|
||||
true,
|
||||
0, // No shortcut
|
||||
0},
|
||||
{196,
|
||||
"Run script #10",
|
||||
"Runs a recorded Lua script.",
|
||||
"",
|
||||
"",
|
||||
true,
|
||||
0, // No shortcut
|
||||
0},
|
||||
};
|
||||
|
||||
word Ordering[NB_SHORTCUTS]=
|
||||
@@ -1716,4 +1796,14 @@ word Ordering[NB_SHORTCUTS]=
|
||||
SPECIAL_BRUSH_DOUBLE_WIDTH,
|
||||
SPECIAL_BRUSH_DOUBLE_HEIGHT,
|
||||
SPECIAL_BRUSH_HALVE,
|
||||
SPECIAL_RUN_SCRIPT_1,
|
||||
SPECIAL_RUN_SCRIPT_2,
|
||||
SPECIAL_RUN_SCRIPT_3,
|
||||
SPECIAL_RUN_SCRIPT_4,
|
||||
SPECIAL_RUN_SCRIPT_5,
|
||||
SPECIAL_RUN_SCRIPT_6,
|
||||
SPECIAL_RUN_SCRIPT_7,
|
||||
SPECIAL_RUN_SCRIPT_8,
|
||||
SPECIAL_RUN_SCRIPT_9,
|
||||
SPECIAL_RUN_SCRIPT_10,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user