diff options
author | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-09-20 23:25:10 +0000 |
---|---|---|
committer | florian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-09-20 23:25:10 +0000 |
commit | f488e557d318039b221d43fc91fdc27402970a6f (patch) | |
tree | 5bcd459f52737affca256c35658898f1c1626c6f /windows/kbdneo2/Quelldateien | |
parent | 072a9d9fe0de852b0d97e4a321d3ae897a974567 (diff) |
Jetzt Compose wirklich aktiviert :/
git-svn-id: https://svn.neo-layout.org@2104 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | windows/kbdneo2/Quelldateien/kbdneo2.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/kbdneo2/Quelldateien/kbdneo2.c b/windows/kbdneo2/Quelldateien/kbdneo2.c index d736f1f..f56ce14 100644 --- a/windows/kbdneo2/Quelldateien/kbdneo2.c +++ b/windows/kbdneo2/Quelldateien/kbdneo2.c @@ -1009,6 +1009,10 @@ DEADTRANS( L'n' , L'^' , 0x207f , 0x0000), //Compose
+//Compose-Taste
+DEADTRANS( L' ', 0x266B , 0x266b , 0x0001),
+DEADTRANS( 0x266b , 0x266B , 0x266b , 0x0000),
+
//Vorabdefinitionen
DEADTRANS( 0x006F , 0x266B , 0x006F , 0x0001),
DEADTRANS( 0x0032 , 0x266B , 0x0032 , 0x0001),
|