From 682c35bee3ea3012ce0dfe70c531b87231d4fcf4 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sun, 23 Jun 2002 20:25:42 +0000 Subject: be a meanie and grab all keyboard inputs --- diff --git a/core/apps/embeddedkonsole/main.cpp b/core/apps/embeddedkonsole/main.cpp index b3c0453..3ebe4c7 100644 --- a/core/apps/embeddedkonsole/main.cpp +++ b/core/apps/embeddedkonsole/main.cpp @@ -12,11 +12,11 @@ /* kvt, which is copyright (c) 1996 by Matthias Ettrich */ /* */ /* ---------------------------------------------------------------------- */ -/* */ +/* */ /* Ported Konsole to Qt/Embedded */ -/* */ +/* */ /* Copyright (C) 2000 by John Ryland */ -/* */ +/* */ /* -------------------------------------------------------------------------- */ #include "konsole.h" @@ -37,6 +37,9 @@ int main(int argc, char* argv[]) QPEApplication a( argc, argv ); + QPEApplication::grabKeyboard(); // for CTRL and ALT + + qDebug("keyboard grabbed"); #ifdef FAKE_CTRL_AND_ALT qDebug("Fake Ctrl and Alt defined"); QPEApplication::grabKeyboard(); // for CTRL and ALT -- cgit v0.9.0.2