-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 | |||
@@ -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 |