diff options
author | stephan <stephan@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-07-21 07:40:31 +0000 |
---|---|---|
committer | stephan <stephan@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-07-21 07:40:31 +0000 |
commit | 56aba1d46b742bb71de0a589f1dd2ea4e7efdc94 (patch) | |
tree | 6f95d45e125993c60c4701f81cf0e7c2c902f737 /ktouch/kde4/de.neo2.all.keyboard.xml | |
parent | 0258e222ca77c4738ca3a0f7b9c5fb2ccb673028 (diff) |
2 Fehlende Zeichen ergänzt (↻ und ̏).
KeyConnector für Backspace auf 4. Ebene der Taste "v" gelegt.
Languagecode vereinheitlicht.
git-svn-id: https://svn.neo-layout.org@1966 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | ktouch/kde4/de.neo2.all.keyboard.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ktouch/kde4/de.neo2.all.keyboard.xml b/ktouch/kde4/de.neo2.all.keyboard.xml index a99f401..b1db712 100644 --- a/ktouch/kde4/de.neo2.all.keyboard.xml +++ b/ktouch/kde4/de.neo2.all.keyboard.xml @@ -1,9 +1,9 @@ <KTouchKeyboard> <Title>Neo 2.0</Title> <Comment>Neo 2.0 Ebenen 1-4 -11.04.2009</Comment> +21.07.2009</Comment> <FontSuggestions>Sans Serif,9,-1,5,50,0,0,0,0,0</FontSuggestions> - <Language>de</Language> + <Language>de (German)</Language> <Keys> <Key Width="80" X="-920" Y="200" Height="80" Type="FINGER" > <Char Unicode="85" Position="TopLeft" >U</Char> @@ -144,7 +144,8 @@ <Char Unicode="45" Position="BottomLeft" >-</Char> </Key> <Key Width="80" X="100" Y="0" Height="80" FingerKeyIndex="7" Type="NORMAL" > - <Char Unicode="32" Position="TopRight" > </Char> + <Char Unicode="8635" Position="TopLeft" >↻</Char> + <Char Unicode="783" Position="TopRight" >̏ </Char> <Char Unicode="96" Position="BottomLeft" >`</Char> <Char Unicode="168" Position="BottomRight" >¨</Char> </Key> @@ -303,7 +304,7 @@ <Key Width="110" X="150" KeyText="Menu" Y="400" Height="80" Type="OTHER" /> </Keys> <Connections> - <KeyConnector KeyUnicode="8" TargetKeyIndex="18" /> + <KeyConnector KeyUnicode="8" TargetKeyIndex="33" ModifierIndex="11" /> <KeyConnector KeyUnicode="13" TargetKeyIndex="9" /> <KeyConnector KeyUnicode="32" TargetKeyIndex="15" /> <KeyConnector KeyUnicode="33" TargetKeyIndex="48" ModifierIndex="17" /> |