summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-06-23 20:33:15 (UTC)
committer llornkcor <llornkcor>2002-06-23 20:33:15 (UTC)
commita4a53967e152ba595d315b2491bb78070c446ee2 (patch) (unidiff)
tree7c8fc3f5ba089bb87362c221aa5b811cb6147b96
parent682c35bee3ea3012ce0dfe70c531b87231d4fcf4 (diff)
downloadopie-a4a53967e152ba595d315b2491bb78070c446ee2.zip
opie-a4a53967e152ba595d315b2491bb78070c446ee2.tar.gz
opie-a4a53967e152ba595d315b2491bb78070c446ee2.tar.bz2
security enhancement
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/TEWidget.cpp6
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
@@ -1028,9 +1028,11 @@ bool TEWidget::eventFilter( QObject *obj, QEvent *e )
1028 actSel=0; // Key stroke implies a screen update, so TEWidget won't 1028 actSel=0; // Key stroke implies a screen update, so TEWidget won't
1029 // know where the current selection is. 1029 // know where the current selection is.
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
1035 } else 1037 } else
1036 emit keyPressedSignal(ke); // expose 1038 emit keyPressedSignal(ke); // expose