Skip to content

Commit

Permalink
Merge pull request #62 from springcomp/compliance
Browse files Browse the repository at this point in the history
Improved compliance
  • Loading branch information
springcomp authored Jun 6, 2019
2 parents b1917b9 + bd4cf8f commit 284c43a
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions KBFRZ71.klc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SHIFTSTATE

LAYOUT ;an extra '@' at the end is a dead key

//SC VK_ Cap 0 1 2 3 6 7
//SC VK_ Cap 4 5 6 7 8 9
//-- ---- ---- ---- ---- ---- ---- ---- ----

29 OEM_7 0 0040 0023 -1 -1 02d8@ 00b0@ // @ # ˘
Expand All @@ -43,7 +43,7 @@ LAYOUT ;an extra '@' at the end is a dead key
0d OEM_PLUS 0 005e@ 00a8@ -1 001e 02c7@ -1 // ^ ¨ ˇ
10 A 5 a A -1 -1 00e6 00c6 // a A æ Æ
11 Z 1 z Z -1 -1 00a3 -1 // z Z £
12 E 1 e E -1 -1 20ac -1 // e E €
12 E 1 e E -1 -1 20ac 0000@ // e E €
13 R 1 r R -1 -1 00ae -1 // r R ®
14 T 1 t T -1 -1 007b 2122 // t T { ™
15 Y 1 y Y -1 -1 007d -1 // y Y }
Expand All @@ -65,7 +65,7 @@ LAYOUT ;an extra '@' at the end is a dead key
27 M 1 m M -1 -1 221e -1 // m M ∞
28 OEM_3 0 002f 005c -1 001c 00f7 221a // / \ ÷ √
2b OEM_5 0 002a 00bd -1 -1 00d7 00bc // * ½ × ¼
56 OEM_102 0 003c 003e -1 -1 2264 2265 // < > ≤ ≥
56 OEM_102 0 003c 003e -1 -1 2a7d 2a7e // < > ⩽ ⩾
2c W 5 w W -1 -1 0292 01b7 // w W ʒ Ʒ
2d X 1 x X -1 -1 00a9 -1 // x X ©
2e C 5 c C -1 -1 00e7 00c7 // c C ç Ç
Expand All @@ -80,6 +80,10 @@ LAYOUT ;an extra '@' at the end is a dead key
53 DECIMAL 0 002e 002e -1 -1 -1 -1 // . .


DEADKEY 0000

0045 00a4 // E -> ¤

DEADKEY 002c

0053 0218 // S -> Ș
Expand All @@ -96,7 +100,7 @@ DEADKEY 002c
DEADKEY 002d

0042 0243 // B -> Ƀ
0044 00d0 // D -> Ð
0044 0110 // D -> Đ
0047 01e4 // G -> Ǥ
0048 0126 // H -> Ħ
0049 0197 // I -> Ɨ
Expand Down Expand Up @@ -187,8 +191,8 @@ DEADKEY 002f
006c 0142 // l -> ł
006f 00f8 // o -> ø
017f 1e9c // ſ -> ẜ
2264 2270 // -> ≰
2265 2271 // -> ≱
2a7d 2270 // -> ≰
2a7e 2271 // -> ≱
002f 0337 // / -> ◌̷
00a0 002f // -> /
2003 002f // -> /
Expand Down Expand Up @@ -273,7 +277,7 @@ DEADKEY 0060

DEADKEY 007e

002d 2248 // - -> ≃
002d 2243 // - -> ≃
003c 2272 // < -> ≲
003d 2248 // = -> ≈
003e 2273 // > -> ≳
Expand Down Expand Up @@ -574,9 +578,9 @@ DEADKEY 017f
0073 017f // s -> ſ
0074 00fe // t -> þ
00ab 201e // « -> „
00bb 201c // » ->
00bb 201f // » ->
2018 201a // ‘ -> ‚
2019 2018 // ’ ->
2019 201b // ’ ->
017f 0000 // ſ ->
00a0 0000 // ->
2003 0000 // ->
Expand Down Expand Up @@ -890,6 +894,7 @@ KEYNAME_EXT

KEYNAME_DEAD

0000 "NULL"
002c "COMMA"
002d "HYPHEN MINUS"
002e "FULL STOP"
Expand Down

0 comments on commit 284c43a

Please sign in to comment.