From ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ktouch/keyboards/en.keyboard | 124 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 ktouch/keyboards/en.keyboard (limited to 'ktouch/keyboards/en.keyboard') diff --git a/ktouch/keyboards/en.keyboard b/ktouch/keyboards/en.keyboard new file mode 100644 index 00000000..c0e9f2d1 --- /dev/null +++ b/ktouch/keyboards/en.keyboard @@ -0,0 +1,124 @@ +#################################################### +# KTouch +# Keybord layout file +# Encoding: UTF-8 (save as UTF-8 from editor) +# Edit this file with tabs set to 8 characters. +#################################################### +# +# +# FingerKey: These keys are the keys where the fingers rest. +# +# Unicode KeyText x y +FingerKey 97 A 18 20 +FingerKey 115 S 28 20 +FingerKey 100 D 38 20 +FingerKey 102 F 48 20 +FingerKey 106 J 78 20 +FingerKey 107 K 88 20 +FingerKey 108 L 98 20 +FingerKey 59 ; 108 20 +# +# +# ControlKey: These are modifier or additional (unused) keys. +# +# Unicode KeyText x y Width Height +# +ControlKey 260 Tab 0 10 15 10 +ControlKey 13 Enter 128 20 22 10 +ControlKey 257 Shift 123 30 27 10 +ControlKey 264 AltGr 120 40 15 10 +ControlKey 265 Ctrl 135 40 15 10 +ControlKey 263 Alt 15 40 15 10 +ControlKey 262 Ctrl 0 40 15 10 +ControlKey 32 Space 30 40 90 10 +ControlKey 258 Shift 0 30 23 10 +ControlKey 259 CapsLock 0 20 18 10 +ControlKey 8 BackSpace 140 0 10 10 +# +# +# NormalKey: These keys are the keys that are visible on the keyboard. To +# get the character (unicod) you don't have to press anything else +# but the key. The FingerKey unicode number tells the program +# which finger has to be moved to press this key. +# +# Unicode KeyText x y FingerKey +# +NormalKey 96 ` 0 0 97 +NormalKey 49 1 10 0 97 +NormalKey 50 2 20 0 97 +NormalKey 51 3 30 0 115 +NormalKey 52 4 40 0 100 +NormalKey 53 5 50 0 102 +NormalKey 54 6 60 0 102 +NormalKey 55 7 70 0 106 +NormalKey 56 8 80 0 106 +NormalKey 57 9 90 0 107 +NormalKey 48 0 100 0 108 +NormalKey 95 - 110 0 59 +NormalKey 61 = 120 0 59 +NormalKey 92 \ 130 0 59 +# +NormalKey 113 Q 15 10 97 +NormalKey 119 W 25 10 115 +NormalKey 101 E 35 10 100 +NormalKey 114 R 45 10 102 +NormalKey 116 T 55 10 102 +NormalKey 121 Y 65 10 106 +NormalKey 117 U 75 10 106 +NormalKey 105 I 85 10 107 +NormalKey 111 O 95 10 108 +NormalKey 112 P 105 10 59 +NormalKey 91 [ 115 10 59 +NormalKey 93 ] 125 10 59 +# +NormalKey 103 G 58 20 102 +NormalKey 104 H 68 20 106 +NormalKey 39 ' 118 20 59 +# +NormalKey 122 Z 23 30 97 +NormalKey 120 X 33 30 115 +NormalKey 99 C 43 30 100 +NormalKey 118 V 53 30 102 +NormalKey 98 B 63 30 102 +NormalKey 110 N 73 30 106 +NormalKey 109 M 83 30 106 +NormalKey 44 , 93 30 107 +NormalKey 46 . 103 30 108 +NormalKey 47 / 113 30 59 +# +# +# HiddenKey: These are actually not "hidden" keys as such, but the characters +# that are obtained by pressing a key and a certain modifier key. +# Define the character via its unicode and then also +# the unicode for the base character on the key to be pressed. +# Also define the character/key of the finger that needs to +# press the key and the modifier key that needs to be highlighted. +# +# Unicode Target Finger Modifier +# +HiddenKey 65 97 97 257 #A +HiddenKey 66 98 102 257 #B +HiddenKey 67 99 100 257 #C +HiddenKey 68 100 100 257 #D +HiddenKey 69 101 100 257 #E +HiddenKey 70 102 102 257 #F +HiddenKey 71 103 102 257 #G +HiddenKey 72 104 106 258 #H +HiddenKey 73 105 107 258 #I +HiddenKey 74 106 106 258 #J +HiddenKey 75 107 107 258 #K +HiddenKey 76 108 106 258 #L +HiddenKey 77 109 106 258 #M +HiddenKey 78 110 106 258 #N +HiddenKey 79 111 108 258 #O +HiddenKey 80 112 59 258 #P +HiddenKey 81 113 97 257 #Q +HiddenKey 82 114 102 257 #R +HiddenKey 83 115 115 257 #S +HiddenKey 84 116 102 257 #T +HiddenKey 85 117 106 258 #U +HiddenKey 86 118 102 257 #V +HiddenKey 87 119 115 257 #W +HiddenKey 88 120 115 257 #X +HiddenKey 89 121 106 258 #Y +HiddenKey 90 122 97 257 #Z -- cgit v1.2.1