diff options
author | Kragen Javier Sitaker <kragen@pobox.com> | 2009-01-04 23:44:37 -0300 |
---|---|---|
committer | Kragen Javier Sitaker <kragen@pobox.com> | 2009-01-04 23:44:37 -0300 |
commit | eae3b66282932848f29a8c96d4e104dfb9b8efc3 (patch) | |
tree | 57f9a59bfa4825e49fc768533b54e7699dd57b86 | |
parent | added unicode keysym for combining enclosing circle (diff) | |
download | dotXCompose-eae3b66282932848f29a8c96d4e104dfb9b8efc3.tar.gz dotXCompose-eae3b66282932848f29a8c96d4e104dfb9b8efc3.tar.bz2 dotXCompose-eae3b66282932848f29a8c96d4e104dfb9b8efc3.zip |
removed unnecessary, inconsistent, and conflicting bindings for superscript small I and N
-rw-r--r-- | dotXCompose | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dotXCompose b/dotXCompose index 60904c1..7fe7549 100644 --- a/dotXCompose +++ b/dotXCompose @@ -190,10 +190,6 @@ include "%L" <Multi_key> <k> <s> : "ʘ" U0298 # LATIN LETTER BILABIAL CLICK (kiss sound) <Multi_key> <bar> <greater> : "‣" U2023 # TRIANGULAR BULLET <Multi_key> <asciicircum> <minus> : "⁻" U207B # SUPERSCRIPT MINUS -<Multi_key> <asciicircum> <n> : "ⁿ" U207F # SUPERSCRIPT LATIN LETTER SMALL N -# XXX this conflicts with a normal binding! Also there's already a -# binding for it, as well as the one above. -<Multi_key> <asciicircum> <i> : "ⁱ" U2071 # SUPERSCRIPT LATIN LETTER SMALL I # Or <asciitilde> <asciitilde> ? <Multi_key> <asciitilde> <equal> : "≈" U2248 # ALMOST EQUAL TO <Multi_key> <s> <t> : "st" UFB06 # LATIN SMALL LIGATURE ST |