Changeset 2200
- Timestamp:
- 03/19/10 21:18:13 (3 years ago)
- Files:
-
- 1 modified
-
windows/kbdneo2/Quelldateien/kbdneo2.c (modified) (23 diffs)
Legend:
- Unmodified
- Added
- Removed
-
windows/kbdneo2/Quelldateien/kbdneo2.c
r2199 r2200 468 468 // ========================================================================= 469 469 // TASTE 1: ZIRKUMFLEX, HATSCHEK, DREHEN, PUNKT DR�BER, HAKEN, PUNKT DRUNTER 470 // Zirkumflex und Superscript ( alles wie en_US.UTF-8)470 // Zirkumflex und Superscript (ferfig f�r en_US.UTF-8 und lang.module) 471 471 DEADTRANS( L' ' , L'^' , L'^' , 0x0000), //Zirkumflex 472 472 DEADTRANS( L'^' , L'^' , 0x0302 , 0x0000), //2x f�r Combining … … 497 497 DEADTRANS( L'Z' , L'^' , 0x1e90 , 0x0000), 498 498 DEADTRANS( L'z' , L'^' , 0x1e91 , 0x0000), 499 DEADTRANS( L'1' , L'^' , 0x00b9 , 0x0000), //ab hier hochgestelltes 499 DEADTRANS( L'?' , L'^' , 0x02c0 , 0x0000), // ab hier lang.module 500 DEADTRANS( 0x00d7 , L'^' , 0x02c0 , 0x0000), 501 DEADTRANS( 0x03b1 , L'^' , 0x1d45 , 0x0000), //Greek_alpha 502 DEADTRANS( 0x03b5 , L'^' , 0x1d4b , 0x0000), //Greek_epsilon 503 DEADTRANS( 0x03c5 , L'^' , 0x1db7 , 0x0000), //Greek_upsilon 504 DEADTRANS( 0x03d5 , L'^' , 0x1db2 , 0x0000), // Ende lang.module 505 DEADTRANS( L'1' , L'^' , 0x00b9 , 0x0000), //ab hier hochgestelltes 500 506 DEADTRANS( L'2' , L'^' , 0x00b2 , 0x0000), 501 507 DEADTRANS( L'3' , L'^' , 0x00b3 , 0x0000), … … 514 520 DEADTRANS( L'n' , L'^' , 0x207f , 0x0000), 515 521 516 //Caron ( alles wie en_US.UTF-8)522 //Caron (ferfig f�r en_US.UTF-8 und lang.module) 517 523 DEADTRANS( L' ' , 0x02c7 , 0x02c7 , 0x0000), //Caron 518 524 DEADTRANS( 0x02c7 , 0x02c7 , 0x030C , 0x0000), //2x f�r Combining … … 567 573 DEADTRANS( L'(' , 0x02c7 , 0x208d , 0x0000), 568 574 DEADTRANS( L')' , 0x02c7 , 0x208e , 0x0000), 569 //DEADTRANS( L'a' , 0x02c7 , 0x2090 , 0x0000),570 //DEADTRANS( L'e' , 0x02c7 , 0x2091 , 0x0000),571 575 DEADTRANS( L'x' , 0x02c7 , 0x2093 , 0x0000), // Ende tiefgestellt 572 576 573 //Drehen ( NICHT fertig)577 //Drehen (ferfig f�r en_US.UTF-8 und lang.module) 574 578 DEADTRANS( L' ' , 0x21bb , 0x21bb , 0x0000), //Drehen-Symbol 575 579 DEADTRANS( L'3' , 0x21bb , 0x0190 , 0x0000), //ab hier lang.module … … 594 598 DEADTRANS( 0x03b4 , 0x21bb , 0x018d , 0x0000), 595 599 DEADTRANS( L')' , 0x21bb , 0x203f , 0x0000), 596 DEADTRANS( L'(' , 0x21bb , 0x0361 , 0x0000), //Ende lang.module 597 598 //Punkt Dr�ber & Mittenpunkt (alles wie en_US.UTF-8) 600 DEADTRANS( L'(' , 0x21bb , 0x0361 , 0x0000), 601 DEADTRANS( 0x221d , 0x21bb , 0x0223 , 0x0000), //Ende lang.module 602 603 //Punkt Dr�ber & Mittenpunkt (ferfig f�r en_US.UTF-8 und lang.module) 599 604 DEADTRANS( L' ' , 0x02d9 , 0x02d9 , 0x0000), //Punkt Dr�ber 600 605 DEADTRANS( 0x02d9 , 0x02d9 , 0x0307 , 0x0000), //2x f�r Combining … … 644 649 DEADTRANS( L'0' , 0x02d9 , 0x0298 , 0x0000), //lang.module 645 650 646 //Rhotic hook ( NICHT fertig)651 //Rhotic hook (ferfig f�r en_US.UTF-8 und lang.module) 647 652 DEADTRANS( L' ' , 0x02de , 0x02de , 0x0000), // Rhotic Hook 648 653 DEADTRANS( L'B' , 0x02de , 0x0181 , 0x0000), // ab hier lang.module … … 688 693 DEADTRANS( L'3' , 0x02de , 0x025d , 0x0000), // bis hier lang.module 689 694 690 //Punkt Darunter ( alles wie en_US.UTF-8)695 //Punkt Darunter (ferfig f�r en_US.UTF-8 und lang.module) 691 696 DEADTRANS( L' ' , L'.' , L'.' , 0x0000), //Puntk darunter 692 697 DEADTRANS( L'.' , L'.' , 0x0323 , 0x0000), //2x f�r Combining … … 733 738 // ===================================================================== 734 739 // TASTE 2: GRAVIS, CEDILLE, RING, TREMA, OGONEK, MAKRON 735 // Gravis ( alles wie en_US.UTF-8)740 // Gravis (ferfig f�r en_US.UTF-8 und lang.module) 736 741 DEADTRANS( L' ' , 0x0060 , 0x0060 , 0x0000), //Gravis 737 742 DEADTRANS( 0x0060 , 0x0060 , 0x0300 , 0x0000), //2x f�r Combining … … 769 774 DEADTRANS( 0x03c5 , 0x0060 , 0x1F7A , 0x0000), 770 775 771 //Cedille ( alles wie en_US.UTF-8)776 //Cedille (ferfig f�r en_US.UTF-8 und lang.module) 772 777 DEADTRANS( L' ' , 0x00b8 , 0x00b8 , 0x0000), //Cedille 773 778 DEADTRANS( 0x00b8 , 0x00b8 , 0x0327 , 0x0000), //2x f�r Combining … … 803 808 DEADTRANS( L'u' , 0x00b8 , 0x0173 , 0x0000), 804 809 805 //Ring ( alles wie en_US.UTF-8)810 //Ring (ferfig f�r en_US.UTF-8 und lang.module) 806 811 DEADTRANS( L' ' , 0x02DA , 0x02DA , 0x0000), //Ring 807 812 DEADTRANS( 0x02DA , 0x02DA , 0x030A , 0x0000), //2x f�r Combining … … 820 825 DEADTRANS( L'z' , 0x02DA , 0x0291 , 0x0000), 821 826 822 //Trema ( alles wie en_US.UTF-8)827 //Trema (ferfig f�r en_US.UTF-8 und lang.module) 823 828 DEADTRANS( L' ' , 0x00A8 , 0x00A8 , 0x0000), //Trema 824 829 DEADTRANS( 0x00A8 , 0x00A8 , 0x0308 , 0x0000), //2x f�r Combining … … 848 853 DEADTRANS( 0x03c5 , 0x00A8 , 0x03cb , 0x0000), 849 854 850 //Spiritus asper ( alles wie en_US.UTF-8)855 //Spiritus asper (ferfig f�r en_US.UTF-8 und lang.module) 851 856 DEADTRANS( L' ' , 0x1ffe , 0x1ffe , 0x0000), //Spiritus asper 852 857 DEADTRANS( 0x1ffe , 0x1ffe , 0x0314 , 0x0000), //2x f�r Combining … … 868 873 DEADTRANS( 0x03a5 , 0x1ffe , 0x1f59 , 0x0000),//Greek_UPSILON 869 874 870 // Makron ( alles wie en_US.UTF-8)875 // Makron (ferfig f�r en_US.UTF-8 und lang.module) 871 876 DEADTRANS( L' ' , 0x00AF , 0x00AF , 0x0000), //Makron 872 877 DEADTRANS( 0x00AF , 0x00AF , 0x0304 , 0x0000), //2x f�r Combining … … 915 920 DEADTRANS( L'T' , 0x00AF , 0x1e6e , 0x0000), 916 921 DEADTRANS( L'z' , 0x00AF , 0x1e95 , 0x0000), 917 DEADTRANS( L'Z' , 0x00AF , 0x1e94 , 0x0000), 922 DEADTRANS( L'Z' , 0x00AF , 0x1e94 , 0x0000), // Ende Makron darunter 918 923 DEADTRANS( L'1' , 0x00af , 0x2081 , 0x0000), // tiefgestellt 919 924 DEADTRANS( L'2' , 0x00af , 0x2082 , 0x0000), … … 931 936 DEADTRANS( L'(' , 0x00af , 0x208d , 0x0000), 932 937 DEADTRANS( L')' , 0x00af , 0x208e , 0x0000), 933 //DEADTRANS( L'a' , 0x00af , 0x2090 , 0x0000),934 //DEADTRANS( L'e' , 0x00af , 0x2091 , 0x0000),935 938 DEADTRANS( L'x' , 0x00af , 0x2093 , 0x0000), // Ende tiefgestellt 936 939 // ENDE TASTE 2 … … 938 941 // ===================================================================== 939 942 // TASTE 3: AKUT, TILDE, QUERSTRICH, DOPPELAKUT, OGONEK, BREVE 940 // Akut ( alles wie en_US.UTF-8)943 // Akut (ferfig f�r en_US.UTF-8 und lang.module) 941 944 DEADTRANS( L' ' , 0x00B4 , 0x00B4 , 0x0000), //Akut 942 945 DEADTRANS( 0x00B4 , 0x00B4 , 0x0301 , 0x0000), //2x f�r Combining … … 995 998 DEADTRANS( 0x03c9 , 0x00B4 , 0x03ce , 0x0000), 996 999 997 // Tilde ( alles wie en_US.UTF-8)1000 // Tilde (ferfig f�r en_US.UTF-8 und lang.module) 998 1001 DEADTRANS( L' ' , L'~' , L'~' , 0x0000), //Tilde 999 1002 DEADTRANS( L'~' , L'~' , 0x0303 , 0x0000), //2x f�r Combining … … 1020 1023 DEADTRANS( 0x03c5 , L'~' , 0x1FE6 , 0x0000), 1021 1024 1022 //Quer-/Schr�gstrich 1025 //Quer-/Schr�gstrich (ferfig f�r en_US.UTF-8 und lang.module) 1023 1026 DEADTRANS( L' ' , L'-' , 0x2011 , 0x0000), //Quer-/Schr�gstrich; mit Space wird echter Hyphen erzeugt 1024 1027 DEADTRANS( L'-' , L'-' , 0x0335 , 0x0000), //2x f�r Combining (Combining Short Stroke) … … 1041 1044 DEADTRANS( L'Y' , L'-' , 0x024E , 0x0000), 1042 1045 DEADTRANS( L'y' , L'-' , 0x024F , 0x0000), 1046 DEADTRANS( 0x03b9 , L'-' , 0x1d7c , 0x0000), //Greek_iota 1047 DEADTRANS( 0x03bb , L'-' , 0x019b , 0x0000), //Greek_lambda 1048 DEADTRANS( 0x03c5 , L'-' , 0x1d7f , 0x0000), //Greek_upsilon 1049 DEADTRANS( 0x017f , L'-' , 0x1e9c , 0x0000), //lang-s 1043 1050 DEADTRANS( L'2' , L'-' , 0x01bb , 0x0000), //Ende lang.module 1044 1051 DEADTRANS( L'O' , L'-' , 0x00d8 , 0x0000), //Schr�gstrich … … 1047 1054 DEADTRANS( L'l' , L'-' , 0x0142 , 0x0000), 1048 1055 1049 //Doppelakut 1056 //Doppelakut (ferfig f�r en_US.UTF-8 und lang.module) 1050 1057 DEADTRANS( L' ' , 0x02DD , 0x02DD , 0x0000), //Doppelakut 1051 1058 DEADTRANS( 0x02DD , 0x02DD , 0x030B , 0x0000), //2x f�r Combining … … 1055 1062 DEADTRANS( L'u' , 0x02DD , 0x0171 , 0x0000), 1056 1063 1057 //Spiritus Lenis ( alles wie en_US.UTF-8)1064 //Spiritus Lenis (ferfig f�r en_US.UTF-8 und lang.module) 1058 1065 DEADTRANS( L' ' , 0x1fbf , 0x1fbf , 0x0000), //Spiritus Lenis 1059 1066 DEADTRANS( 0x1fbf , 0x1fbf , 0x0313 , 0x0000), … … 1072 1079 DEADTRANS( 0x03c1 , 0x1fbf , 0x1FE4 , 0x0000),//Greek_rho 1073 1080 DEADTRANS( 0x03c5 , 0x1fbf , 0x1F50 , 0x0000),//Greek_upsilon 1074 1075 1076 1077 1078 1079 // Breve (fertig) 1081 DEADTRANS( L'A' , 0x1fbf , 0x1EA2 , 0x0000), //lang.module 1082 DEADTRANS( L'a' , 0x1fbf , 0x1EA3 , 0x0000), 1083 DEADTRANS( L'E' , 0x1fbf , 0x1EBA , 0x0000), 1084 DEADTRANS( L'e' , 0x1fbf , 0x1EBB , 0x0000), 1085 DEADTRANS( L'I' , 0x1fbf , 0x1EC8 , 0x0000), 1086 DEADTRANS( L'i' , 0x1fbf , 0x1EC9 , 0x0000), 1087 DEADTRANS( L'O' , 0x1fbf , 0x1ECE , 0x0000), 1088 DEADTRANS( L'o' , 0x1fbf , 0x1ECF , 0x0000), 1089 DEADTRANS( L'U' , 0x1fbf , 0x1EE6 , 0x0000), 1090 DEADTRANS( L'u' , 0x1fbf , 0x1EE7 , 0x0000), 1091 DEADTRANS( L'Y' , 0x1fbf , 0x1EF6 , 0x0000), 1092 DEADTRANS( L'y' , 0x1fbf , 0x1EF7 , 0x0000), 1093 1094 // Breve (ferfig f�r en_US.UTF-8 und lang.module) 1080 1095 DEADTRANS( L' ' , 0x02D8 , 0x02D8 , 0x0000), //Breve 1081 1096 DEADTRANS( 0x02D8 , 0x02D8 , 0x0306 , 0x0000), //2x f�r Combining … … 1092 1107 DEADTRANS( L'U' , 0x02D8 , 0x016c , 0x0000), 1093 1108 DEADTRANS( L'u' , 0x02D8 , 0x016d , 0x0000), 1109 DEADTRANS( 0x03b1 , 0x02D8 , 0x1FB0 , 0x0000),//Greek_alpha 1110 DEADTRANS( 0x0391 , 0x02D8 , 0x1FB8 , 0x0000),//Greek_ALPHA 1111 DEADTRANS( 0x03b9 , 0x02D8 , 0x1FD0 , 0x0000),//Greek_iota 1112 DEADTRANS( 0x0399 , 0x02D8 , 0x1FD8 , 0x0000),//Greek_IOTA 1113 DEADTRANS( 0x03c5 , 0x02D8 , 0x1FE0 , 0x0000),//Greek_upsilon 1114 DEADTRANS( 0x03a5 , 0x02D8 , 0x1FE8 , 0x0000),//Greek_UPSILON 1094 1115 DEADTRANS( L'H' , 0x02D8 , 0x1e2a , 0x0000), //Breve darunter 1095 1116 DEADTRANS( L'h' , 0x02D8 , 0x1e2b , 0x0000), //Breve darunter 1117 1118 1119 1096 1120 1097 1121
