Win32: Mapped APPS key to Shift+F10

This commit is contained in:
Ianos Gnatiuc
2005-11-10 11:20:32 +00:00
parent 7c44e0d886
commit 05ea478bf7
2 changed files with 3 additions and 0 deletions

View File

@@ -800,6 +800,7 @@ struct kbd {
{ VK_RETURN, Key_Ent, Key_Ent, Key_C_Ent, Key_A_Ent },
{ VK_ESCAPE, Key_Esc, Key_Esc, Key_Esc, Key_A_Esc },
{ VK_SPACE, -1, -1, Key_Space, Key_Space },
{ VK_APPS, Key_S_F10, -1, -1, -1 },
{ '0', Key_0, Key_S_0, -1, Key_A_0 },
{ '1', Key_1, Key_S_1, -1, Key_A_1 },