disable shortcut
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2788
This commit is contained in:
parent
79c55d9ebf
commit
5c20be0f85
1 changed files with 1 additions and 1 deletions
|
@ -1054,5 +1054,5 @@ void DOS_KeyboardLayout_ShutDown(Section* /*sec*/) {
|
|||
void DOS_KeyboardLayout_Init(Section* sec) {
|
||||
test = new DOS_KeyboardLayout(sec);
|
||||
sec->AddDestroyFunction(&DOS_KeyboardLayout_ShutDown,true);
|
||||
MAPPER_AddHandler(switch_keyboard_layout,MK_f2,MMOD1|MMOD2,"sw_layout","Switch Layout");
|
||||
// MAPPER_AddHandler(switch_keyboard_layout,MK_f2,MMOD1|MMOD2,"sw_layout","Switch Layout");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue