stop intercepting the WM_SYSCHAR keys

This commit is contained in:
Jinhao 2015-02-26 00:37:49 +08:00
parent 0d8daca12f
commit d3d46705f3

View File

@ -1322,6 +1322,7 @@ namespace detail
arg.ignore = false;
brock.emit(event_code::shortkey, msgwnd, arg, true, &context);
}
def_window_proc = true;
break;
case WM_SYSKEYDOWN:
if(brock.whether_keyboard_shortkey() == false)