author | llornkcor <llornkcor> | 2002-06-23 20:33:15 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-06-23 20:33:15 (UTC) |
commit | a4a53967e152ba595d315b2491bb78070c446ee2 (patch) (unidiff) | |
tree | 7c8fc3f5ba089bb87362c221aa5b811cb6147b96 | |
parent | 682c35bee3ea3012ce0dfe70c531b87231d4fcf4 (diff) | |
download | opie-a4a53967e152ba595d315b2491bb78070c446ee2.zip opie-a4a53967e152ba595d315b2491bb78070c446ee2.tar.gz opie-a4a53967e152ba595d315b2491bb78070c446ee2.tar.bz2 |
security enhancement
-rw-r--r-- | core/apps/embeddedkonsole/TEWidget.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/apps/embeddedkonsole/TEWidget.cpp b/core/apps/embeddedkonsole/TEWidget.cpp index a111e18..6d5c6e9 100644 --- a/core/apps/embeddedkonsole/TEWidget.cpp +++ b/core/apps/embeddedkonsole/TEWidget.cpp | |||
@@ -1030,5 +1030,7 @@ bool TEWidget::eventFilter( QObject *obj, QEvent *e ) | |||
1030 | 1030 | ||
1031 | qDebug("key pressed is 0x%x",ke->key()); | 1031 | // qDebug("key pressed is 0x%x",ke->key()); |
1032 | |||
1032 | if( ke->state() == ShiftButton && ke->key() == Key_Tab) { //lets hardcode this sucker | 1033 | if( ke->state() == ShiftButton && ke->key() == Key_Tab) { //lets hardcode this sucker |
1033 | qDebug("key pressed 2 is 0x%x",ke->key()); | 1034 | |
1035 | // qDebug("key pressed 2 is 0x%x",ke->key()); | ||
1034 | emitText("\\"); // expose | 1036 | emitText("\\"); // expose |