author | hash <hash> | 2002-11-04 12:08:55 (UTC) |
---|---|---|
committer | hash <hash> | 2002-11-04 12:08:55 (UTC) |
commit | 3e81fd8a425bc648b953bb9d683643483860f85f (patch) (side-by-side diff) | |
tree | 3462fdb586e90bbeb9b18a721710f7ab91152fe6 /help/en | |
parent | e8d8cca2c29ee9030a94ce03811ad07aaed59131 (diff) | |
download | opie-3e81fd8a425bc648b953bb9d683643483860f85f.zip opie-3e81fd8a425bc648b953bb9d683643483860f85f.tar.gz opie-3e81fd8a425bc648b953bb9d683643483860f85f.tar.bz2 |
function keyboard page
-rw-r--r-- | help/en/html/opie-console/fkeyboard.html | 30 |
1 files changed, 30 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + +<body> +<h1>Keyboard Values</h1> +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. +<br><p> + +Q Keycodes are in qnamespace.h, but must be converted to decimal. Here are a few of the +most important values.<p> + +Escape = 4096<br> +Backspace = 4099<br> +Return = 4100<br> +Enter = 4101<br> +Insert = 4102<br> +Delete = 4103<br> +Home = 4112<br> +End = 4113<br><p> + +Unicode values can be discovered by... <!-- insert some easy way to get them here --> + + + +</body> + +</html> |