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:
Stephan Aßmus 2008-06-07 17:19:19 +00:00
parent ef83ae3e0b
commit e4ddc13a40

View File

@ -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