From 2b7a89c162b9ae7f7e25798fbfbe10d21219d473 Mon Sep 17 00:00:00 2001 From: erik Date: Mon, 21 Apr 2008 08:01:21 +0000 Subject: lambda heißt es, ktouch miniverbesserungen, fehlt aber noch einiges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@491 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- ktouch/README.txt | 2 +- ktouch/de.neo2.keyboard | 8 ++++---- ktouch/de.neo2.mod3.keyboard | 10 +++++----- ktouch/de.neo2.mod4.keyboard | 6 +++--- ktouch/neo2-test.ktouch.xml | 42 +++++++++++++++++++++--------------------- 5 files changed, 34 insertions(+), 34 deletions(-) (limited to 'ktouch') diff --git a/ktouch/README.txt b/ktouch/README.txt index 5cfca3e..d4a082d 100644 --- a/ktouch/README.txt +++ b/ktouch/README.txt @@ -1,7 +1,7 @@ == Kleine Anleitung == Die neue, an NEO2 angepasste Tastaturdefinitionsdatei de.neo2.keyboard für KTouch muss man nach der Installation von KTouch manuell installieren, da -KTouch bisher nur das alte NEO-Layout mitliefert. +KTouch bisher nur die alte NEO-Belegung mitliefert. Die Datei muss in das Verzeichnis /opt/local/share/apps/ktouch oder diff --git a/ktouch/de.neo2.keyboard b/ktouch/de.neo2.keyboard index 2d31a77..136184f 100644 --- a/ktouch/de.neo2.keyboard +++ b/ktouch/de.neo2.keyboard @@ -26,15 +26,15 @@ FingerKey 100 D 108 20 # Unicode KeyText x y Width Height ControlKey 260 Tab 0 10 15 10 ControlKey 13 Enter 138 10 12 20 -ControlKey 257 Shift 123 30 27 10 +ControlKey 257 Umschalt 123 30 27 10 ControlKey 264 M4 100 40 15 10 ControlKey 265 Strg 135 40 15 10 ControlKey 263 Alt 25 40 15 10 ControlKey 262 Strg 0 40 15 10 ControlKey 32 Leertaste 40 40 60 10 -ControlKey 258 Shift 0 30 13 10 +ControlKey 258 Umschalt 0 30 13 10 ControlKey 259 M3 0 20 18 10 -ControlKey 8 BackSpace 130 0 20 10 +ControlKey 8 Rück 130 0 20 10 # formerly (with qwertz) normal keys ControlKey 266 M3 128 20 10 10 ControlKey 267 M4 13 30 10 10 @@ -146,7 +146,7 @@ HiddenKey 80 112 101 257 #P HiddenKey 90 122 101 257 #Z HiddenKey 66 98 110 258 #B HiddenKey 77 109 110 258 #M -#HiddenKey 44 44 114 258 #Shift+, (?) +#HiddenKey 44 44 114 258 #Umschalt+, (?) HiddenKey 8230 46 116 258 #… HiddenKey 74 106 100 258 #J # diff --git a/ktouch/de.neo2.mod3.keyboard b/ktouch/de.neo2.mod3.keyboard index 65d2ddc..7b46a97 100644 --- a/ktouch/de.neo2.mod3.keyboard +++ b/ktouch/de.neo2.mod3.keyboard @@ -26,15 +26,15 @@ FingerKey 100 : 108 20 # Unicode KeyText x y Width Height ControlKey 260 Tab 0 10 15 10 ControlKey 13 Enter 138 10 12 20 -ControlKey 257 Shift 123 30 27 10 +ControlKey 257 Umschalt 123 30 27 10 ControlKey 264 M4 100 40 15 10 ControlKey 265 Strg 135 40 15 10 ControlKey 263 Alt 25 40 15 10 ControlKey 262 Strg 0 40 15 10 ControlKey 32 Leertaste 40 40 60 10 -ControlKey 258 Shift 0 30 13 10 +ControlKey 258 Umschalt 0 30 13 10 ControlKey 259 M3 0 20 18 10 -ControlKey 8 BackSpace 130 0 20 10 +ControlKey 8 Rück 130 0 20 10 # formerly (with qwertz) normal keys ControlKey 266 M3 128 20 10 10 ControlKey 267 M4 13 30 10 10 @@ -86,8 +86,8 @@ NormalKey 112 ~ 53 30 101 NormalKey 122 ` 63 30 101 NormalKey 98 + 73 30 110 NormalKey 109 % 83 30 110 -NormalKey 44 ' 93 30 114 -NormalKey 46 " 103 30 116 +NormalKey 46 " 93 30 114 +NormalKey 44 ' 103 30 116 NormalKey 106 ; 113 30 100 # # diff --git a/ktouch/de.neo2.mod4.keyboard b/ktouch/de.neo2.mod4.keyboard index ed1f59a..8ab7e6d 100644 --- a/ktouch/de.neo2.mod4.keyboard +++ b/ktouch/de.neo2.mod4.keyboard @@ -26,15 +26,15 @@ FingerKey 100 , 108 20 # Unicode KeyText x y Width Height ControlKey 260 Tab 0 10 15 10 ControlKey 13 Enter 138 10 12 20 -ControlKey 257 Shift 123 30 27 10 +ControlKey 257 Umschalt 123 30 27 10 ControlKey 264 ./, 100 40 15 10 ControlKey 265 Strg 135 40 15 10 ControlKey 263 Alt 25 40 15 10 ControlKey 262 Strg 0 40 15 10 ControlKey 32 0 40 40 60 10 -ControlKey 258 Shift 0 30 13 10 +ControlKey 258 Umschalt 0 30 13 10 ControlKey 259 M3 0 20 18 10 -ControlKey 8 BackSpace 130 0 20 10 +ControlKey 8 Rück 130 0 20 10 # formerly (with qwertz) normal keys ControlKey 266 M3 128 20 10 10 ControlKey 267 M4 13 30 10 10 diff --git a/ktouch/neo2-test.ktouch.xml b/ktouch/neo2-test.ktouch.xml index a35995a..01d397a 100644 --- a/ktouch/neo2-test.ktouch.xml +++ b/ktouch/neo2-test.ktouch.xml @@ -12,51 +12,51 @@ üöäpzbm,.j - nun muss man Shift bzw. Groß drücken + nun muss man Umschalt drücken Ebene 2 - ˇ°№§»«$€„“”–` + ˇ°№§»«€$„“”–` XVLCWKHGFQẞ¯ UIAEOSNRTDY - ÜÖÄPZBM,…J + ÜÖÄPZBM⋮…J diese Zeichen sind auf der 3. Ebene mit Mod3 bzw. M3 erreichbar Ebene 3 - ˘¹²³›‹£¢‚‘’—¸ - @_[]^!<>=&ſ" - \/{}*?()-: - #$|~`+%'"; + ˘¹²³›‹¢¥‚‘’—¸ + _[]^!<>=&ſ" + \/{}*?()-:@ + #$|~`+%"'; mittels Mod4 erreicht man diese Zeichen Ebene 4 •‣/*-‑˙ - ¡789+ə - ¿456,þ + ¡789+ + ¿456, 123. 0 - diese Zeichen sind mit Shift+Mod3 erreichbar + diese Zeichen sind mit Mod3+Umschalt erreichbar Ebene 5 - ˘♀⚥♂¤¥­˛ - ξvλχwκψγφɸς˝ - uιαεωσνρτδυ - ηπζβµϱθϑ + ♀⚥♂ℓ†ϰ˛ + ξvλχωκψγφɸς˝ + uιαεοσνρτδυ + ηπζβμϱθϑ - Shift+Mod4 ergibt diese Zeichen + Mod3+Mod4 ergibt diese Zeichen Ebene 6 - ⇒⇔¬∃∀∨∧° - ΞΛΨΓΦ∂Ə - ΣΔÞ - Ω∞∫√Θ∇ + ¬∨∧∡∥∉∄∦∅­° + Ξ≙ΛℂΩ√ΨΓΦ∘ℚ + ∮∫∀∃∈Σℕℝ∂Δ∇ + ∝ℑℜΠℤ⇒⇔⇐Θ≡ Großbuchstaben - XVLCWKHGFQ + XVLCWKHGFQẞ UIAEOSNRTDY - ÜÖÄPZBM,J + ÜÖÄPZBMJ -- cgit v1.2.3