diff --git a/src/servers/input/BottomlineWindow.cpp b/src/servers/input/BottomlineWindow.cpp index 9a68f86c19..aebfb4c982 100644 --- a/src/servers/input/BottomlineWindow.cpp +++ b/src/servers/input/BottomlineWindow.cpp @@ -103,6 +103,7 @@ BottomlineWindow::HandleInputMethodEvent(BMessage* event, EventList& newEvents) newEvent->AddInt64("when", system_time()); BString bytes(string + offset, nextOffset - offset); newEvent->AddString("bytes", bytes); + newEvent->AddInt32("raw_char", 0xa); newEvents.AddItem(newEvent); }