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:
@@ -1531,7 +1531,7 @@ InputServer::_SanitizeEvents(EventList& events)
|
|||||||
byte = 0;
|
byte = 0;
|
||||||
|
|
||||||
if (((fKeyInfo.modifiers & B_COMMAND_KEY) != 0 && byte == ' ')
|
if (((fKeyInfo.modifiers & B_COMMAND_KEY) != 0 && byte == ' ')
|
||||||
|| byte == B_KATAKANA_HIRAGANA) {
|
|| byte == B_ZENKAKU_HANKAKU) {
|
||||||
SetNextMethod(!(fKeyInfo.modifiers & B_SHIFT_KEY));
|
SetNextMethod(!(fKeyInfo.modifiers & B_SHIFT_KEY));
|
||||||
|
|
||||||
// this event isn't sent to the user
|
// this event isn't sent to the user
|
||||||
|
|||||||
Reference in New Issue
Block a user