author | hash <hash> | 2002-10-31 18:18:41 (UTC) |
---|---|---|
committer | hash <hash> | 2002-10-31 18:18:41 (UTC) |
commit | 1004c5930b3dfdb37e4d8ea2e143b4a3d0246f7a (patch) (side-by-side diff) | |
tree | 50ca8adbad6632d8f6dbd2846b2e4cae47928b8f | |
parent | f567e3bfc77cf2c28f0b195ed5f7a4ae5b9610d4 (diff) | |
download | opie-1004c5930b3dfdb37e4d8ea2e143b4a3d0246f7a.zip opie-1004c5930b3dfdb37e4d8ea2e143b4a3d0246f7a.tar.gz opie-1004c5930b3dfdb37e4d8ea2e143b4a3d0246f7a.tar.bz2 |
added esc and F12 in default configuration
-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)); |