typo in default mapping
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1832
This commit is contained in:
parent
2743aca610
commit
d1febd670a
1 changed files with 1 additions and 1 deletions
|
@ -1024,7 +1024,7 @@ static struct {
|
|||
Bitu key;
|
||||
} DefaultKeys[]={
|
||||
{"f1",SDLK_F1}, {"f2",SDLK_F2}, {"f3",SDLK_F3}, {"f4",SDLK_F4},
|
||||
{"f5",SDLK_F1}, {"f6",SDLK_F6}, {"f7",SDLK_F7}, {"f8",SDLK_F8},
|
||||
{"f5",SDLK_F5}, {"f6",SDLK_F6}, {"f7",SDLK_F7}, {"f8",SDLK_F8},
|
||||
{"f9",SDLK_F9}, {"f10",SDLK_F10}, {"f11",SDLK_F11}, {"f12",SDLK_F12},
|
||||
|
||||
{"1",SDLK_1}, {"2",SDLK_2}, {"3",SDLK_3}, {"4",SDLK_4},
|
||||
|
|
Loading…
Add table
Reference in a new issue