-rw-r--r-- | noncore/apps/opie-console/function_keyboard.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/function_keyboard.cpp b/noncore/apps/opie-console/function_keyboard.cpp index 5f3b5ec..e7f3c21 100644 --- a/noncore/apps/opie-console/function_keyboard.cpp +++ b/noncore/apps/opie-console/function_keyboard.cpp @@ -16,3 +16,3 @@ #define DEFAULT_ROWS 2 -#define DEFAULT_COLS 11 +#define DEFAULT_COLS 12 @@ -242,2 +242,3 @@ void FunctionKeyboard::loadDefaults() { keys.insert( "r0c10", FKey ("PD", 0, 4119, 0)); + keys.insert( "r0c11", FKey ("esc", 0, Qt::Key_Escape, 0xfff)); @@ -254,2 +255,3 @@ void FunctionKeyboard::loadDefaults() { keys.insert( "r1c10", FKey ("F11", 0, 4154, 0)); + keys.insert( "r1c11", FKey ("F12", 0, 4155, 0)); |