Revert the bad part of my previous change. Wasn't supposed to exchange
the modifier key. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25849 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ef83ae3e0b
commit
e4ddc13a40
@ -1531,7 +1531,7 @@ InputServer::_SanitizeEvents(EventList& events)
|
||||
byte = 0;
|
||||
|
||||
if (((fKeyInfo.modifiers & B_COMMAND_KEY) != 0 && byte == ' ')
|
||||
|| byte == B_KATAKANA_HIRAGANA) {
|
||||
|| byte == B_ZENKAKU_HANKAKU) {
|
||||
SetNextMethod(!(fKeyInfo.modifiers & B_SHIFT_KEY));
|
||||
|
||||
// this event isn't sent to the user
|
||||
|
Loading…
Reference in New Issue
Block a user