From 3e81fd8a425bc648b953bb9d683643483860f85f Mon Sep 17 00:00:00 2001 From: hash Date: Mon, 04 Nov 2002 12:08:55 +0000 Subject: function keyboard page --- (limited to 'help') diff --git a/help/en/html/opie-console/fkeyboard.html b/help/en/html/opie-console/fkeyboard.html new file mode 100644 index 0000000..7a7fe90 --- a/dev/null +++ b/help/en/html/opie-console/fkeyboard.html @@ -0,0 +1,30 @@ + + + + +

Keyboard Values

+Q Keycodes are for mostly special keys that do not actually have a text value +but do some action. For example the F1 ~ F12 keys, Page Up, Page Down and so +on. Unicode value is for your normal keys like 'A', Space, and any other value +that you can see on the screen. +

+ +Q Keycodes are in qnamespace.h, but must be converted to decimal. Here are a few of the +most important values.

+ +Escape = 4096
+Backspace = 4099
+Return = 4100
+Enter = 4101
+Insert = 4102
+Delete = 4103
+Home = 4112
+End = 4113

+ +Unicode values can be discovered by... + + + + + + -- cgit v0.9.0.2