fix other-shift handling so that it does not mess up the handling of the main key
svn: r3674
This commit is contained in:
parent
c2eec31714
commit
f47d4a05c0
|
@ -1753,11 +1753,11 @@ void wxWindow::WindowEventHandler(Widget w,
|
||||||
kc = 0;
|
kc = 0;
|
||||||
|
|
||||||
if (XMB_STR_PREFERRED_STATUS(other_status, xev))
|
if (XMB_STR_PREFERRED_STATUS(other_status, xev))
|
||||||
kc = extract_string_key(other_str, other_slen);
|
other_kc = extract_string_key(other_str, other_slen);
|
||||||
else if (XMB_KC_STATUS(other_status))
|
else if (XMB_KC_STATUS(other_status))
|
||||||
other_kc = CharCodeXToWX(other_keysym);
|
other_kc = CharCodeXToWX(other_keysym);
|
||||||
else if (XMB_STR_STATUS(other_status))
|
else if (XMB_STR_STATUS(other_status))
|
||||||
kc = extract_string_key(other_str, other_slen);
|
other_kc = extract_string_key(other_str, other_slen);
|
||||||
else
|
else
|
||||||
other_kc = 0;
|
other_kc = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user