diff options
Diffstat (limited to 'windows/kbdneo2/Quelldateien')
-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),
|