-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 @@ -15,5 +15,5 @@ #define DEFAULT_ROWS 2 -#define DEFAULT_COLS 11 +#define DEFAULT_COLS 12 /* FunctionKeyboard {{{1 */ @@ -241,4 +241,5 @@ void FunctionKeyboard::loadDefaults() { keys.insert( "r0c9", FKey ("PU", 0, 4118, 0)); keys.insert( "r0c10", FKey ("PD", 0, 4119, 0)); + keys.insert( "r0c11", FKey ("esc", 0, Qt::Key_Escape, 0xfff)); keys.insert( "r1c0", FKey ("F1", 0, 4144, 0)); @@ -253,4 +254,5 @@ void FunctionKeyboard::loadDefaults() { keys.insert( "r1c9", FKey ("F10", 0, 4153, 0)); keys.insert( "r1c10", FKey ("F11", 0, 4154, 0)); + keys.insert( "r1c11", FKey ("F12", 0, 4155, 0)); |