From 1004c5930b3dfdb37e4d8ea2e143b4a3d0246f7a Mon Sep 17 00:00:00 2001 From: hash Date: Thu, 31 Oct 2002 18:18:41 +0000 Subject: added esc and F12 in default configuration --- 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 @@ -14,7 +14,7 @@ #include #define DEFAULT_ROWS 2 -#define DEFAULT_COLS 11 +#define DEFAULT_COLS 12 /* FunctionKeyboard {{{1 */ @@ -240,6 +240,7 @@ void FunctionKeyboard::loadDefaults() { keys.insert( "r0c8", FKey ("End", 0, 4113, 0)); 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)); keys.insert( "r1c1", FKey ("F2", 0, 4145, 0)); @@ -252,6 +253,7 @@ void FunctionKeyboard::loadDefaults() { keys.insert( "r1c8", FKey ("F9", 0, 4152, 0)); keys.insert( "r1c9", FKey ("F10", 0, 4153, 0)); keys.insert( "r1c10", FKey ("F11", 0, 4154, 0)); + keys.insert( "r1c11", FKey ("F12", 0, 4155, 0)); } -- cgit v0.9.0.2