author | hash <hash> | 2002-10-31 18:23:49 (UTC) |
---|---|---|
committer | hash <hash> | 2002-10-31 18:23:49 (UTC) |
commit | 1793c4b5f743c31be9db1fbb0b3fbbe08df7df28 (patch) (unidiff) | |
tree | b6b6b1ea8c06eee27dec73213b05d236d098ebe9 | |
parent | 1004c5930b3dfdb37e4d8ea2e143b4a3d0246f7a (diff) | |
download | opie-1793c4b5f743c31be9db1fbb0b3fbbe08df7df28.zip opie-1793c4b5f743c31be9db1fbb0b3fbbe08df7df28.tar.gz opie-1793c4b5f743c31be9db1fbb0b3fbbe08df7df28.tar.bz2 |
changed label esc to Esc
-rw-r--r-- | noncore/apps/opie-console/function_keyboard.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/apps/opie-console/function_keyboard.cpp b/noncore/apps/opie-console/function_keyboard.cpp index e7f3c21..9e456df 100644 --- a/noncore/apps/opie-console/function_keyboard.cpp +++ b/noncore/apps/opie-console/function_keyboard.cpp | |||
@@ -238,9 +238,9 @@ void FunctionKeyboard::loadDefaults() { | |||
238 | 238 | ||
239 | keys.insert( "r0c7", FKey ("Ho", 0, 4112, 0)); | 239 | keys.insert( "r0c7", FKey ("Ho", 0, 4112, 0)); |
240 | keys.insert( "r0c8", FKey ("End", 0, 4113, 0)); | 240 | keys.insert( "r0c8", FKey ("End", 0, 4113, 0)); |
241 | keys.insert( "r0c9", FKey ("PU", 0, 4118, 0)); | 241 | keys.insert( "r0c9", FKey ("Pu", 0, 4118, 0)); |
242 | keys.insert( "r0c10", FKey ("PD", 0, 4119, 0)); | 242 | keys.insert( "r0c10", FKey ("Pd", 0, 4119, 0)); |
243 | keys.insert( "r0c11", FKey ("esc", 0, Qt::Key_Escape, 0xfff)); | 243 | keys.insert( "r0c11", FKey ("Esc", 0, Qt::Key_Escape, 0xfff)); |
244 | 244 | ||
245 | keys.insert( "r1c0", FKey ("F1", 0, 4144, 0)); | 245 | keys.insert( "r1c0", FKey ("F1", 0, 4144, 0)); |
246 | keys.insert( "r1c1", FKey ("F2", 0, 4145, 0)); | 246 | keys.insert( "r1c1", FKey ("F2", 0, 4145, 0)); |