diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2012-02-23 18:34:08 +0000 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2012-02-23 18:34:08 +0000 |
commit | 0a8ceccfd235851cae5b10e02372a9608e02a87d (patch) | |
tree | 996ca90e84cfdb1cc70d85a7bdfc4c872caf2baf /symbols | |
parent | 0fed1ebd7efc6dcb0d6f1a39e8a53e71b13e172e (diff) |
Added some more chars to us(hbs)
https://bugs.freedesktop.org/show_bug.cgi?id=46486
Diffstat (limited to 'symbols')
-rw-r--r-- | symbols/us | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1129,6 +1129,8 @@ xkb_symbols "hbs" { key <TLDE> { [ grave, asciitilde ] }; key <AE06> { [ 6, dead_caron, asciicircum, asciicircum ] }; + key <AE08> { [ 8, asterisk, multiply, division ] }; + key <AE11> { [ minus, underscore, endash, emdash ] }; key <AC09> { [ l, L, U1C9, U1C8 ] }; key <AB06> { [ n, N, U1CC, U1CB ] }; key <AB01> { [ z, Z, U1C6, U1C5 ] }; @@ -1136,8 +1138,8 @@ xkb_symbols "hbs" { key <AC03> { [ d, D, dstroke, Dstroke ] }; key <AC11> { [ dead_acute, quotedbl, apostrophe, apostrophe ] }; key <SPCE> { [ space, space, nobreakspace, nobreakspace ] }; - key <AB08> { [ comma, less, NoSymbol, guillemotright ] }; - key <AB09> { [ period, greater, NoSymbol, guillemotleft ] }; + key <AB08> { [ comma, less, U3003, guillemotright ] }; + key <AB09> { [ period, greater, ellipsis, guillemotleft ] }; include "level3(ralt_switch)" }; |