1
0
Fork 0

disable shortcut

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2788
This commit is contained in:
Sebastian Strohhäcker 2007-01-26 18:02:28 +00:00
parent 79c55d9ebf
commit 5c20be0f85

View file

@ -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");
}