-rw-r--r-- | noncore/apps/opie-console/BUGS | 4 | ||||
-rw-r--r-- | noncore/apps/opie-console/function_keyboard.cpp | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/BUGS b/noncore/apps/opie-console/BUGS index 23a1026..2f66df1 100644 --- a/noncore/apps/opie-console/BUGS +++ b/noncore/apps/opie-console/BUGS @@ -13,2 +13,6 @@ Send/receive: lrzsz behaves strange when trying to use - keys really working + mc is working + but F11 on bar seems to be the F10 key and so on + F9 is F8... -zecke + Should be fixed -zecke diff --git a/noncore/apps/opie-console/function_keyboard.cpp b/noncore/apps/opie-console/function_keyboard.cpp index c314949..b2f1c78 100644 --- a/noncore/apps/opie-console/function_keyboard.cpp +++ b/noncore/apps/opie-console/function_keyboard.cpp @@ -192,2 +192,3 @@ FunctionKeyboardConfig::FunctionKeyboardConfig(const QString& name, QWidget* par : ProfileDialogKeyWidget(name, parent, na) { + qWarning("FunctionKeyboardConfig"); @@ -198,3 +199,3 @@ FunctionKeyboardConfig::FunctionKeyboardConfig(const QString& name, QWidget* par QLabel *l = new QLabel("Rows", dimentions); - QSpinBox *m_rowBox = new QSpinBox(1, 15, 1, dimentions); + m_rowBox = new QSpinBox(1, 15, 1, dimentions); connect (m_rowBox, SIGNAL(valueChanged(int)), this, SLOT(slotChangeRows(int))); |