diff options
author | svu <svu> | 2008-03-30 17:07:44 +0000 |
---|---|---|
committer | svu <svu> | 2008-03-30 17:07:44 +0000 |
commit | afda4614ef2737a32d3ad4c8599339547074b7bc (patch) | |
tree | a5a592ca898e53f7a353e9baf33de4576ce1fbfa /symbols/ng | |
parent | b6186201cde6d807cf985ec9cec320032da43096 (diff) |
fixing unicode codes, b.fd.o#15273
Diffstat (limited to 'symbols/ng')
-rw-r--r-- | symbols/ng | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ xkb_symbols "olpc" { key <AC06> { [ h, H, 0x1001EE5, 0x1001EE4 ] }; // U with dot below key <AC07> { [ j, J, 0x1001ECB, 0x1001ECA ] }; // I with dot below key <AC08> { [ k, K, 0x1000199, 0x1000198 ] }; // K with hook - key <AC09> { [ l, L, 0x10001E37, 0x1001E36 ] }; // L with dot below + key <AC09> { [ l, L, 0x1001E37, 0x1001E36 ] }; // L with dot below key <AC10> { [ semicolon, colon, masculine, ordfeminine ] }; key <AC11> { [ apostrophe, quotedbl, currency, currency ] }; key <BKSL> { [ backslash, bar, section, section ] }; |