Some fairly standard mathematical operators: <Multi_key> <less> <equal> : "≤" U2264 # LESS-THAN OR EQUAL TO <Multi_key> <greater> <equal> : "≥" U2265 # GREATER-THAN OR EQUAL TO <Multi_key> <slash> <equal> : "≠" U2260 # NOT EQUAL TO <Multi_key> <equal> <slash> : "≠" U2260 # NOT EQUAL TO AFAICT, these bindings are not taken by anything else.
Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Added to en_US.UTF-8 compose file in git master: commit 934a6c0519a9e32505beee55b004f36c2a710217 Author: Alan Coopersmith <alan.coopersmith@sun.com> Date: Mon Mar 16 14:55:22 2009 -0700 Bug 10082: Compose entries for some standard mathematical operators X.Org Bug #10082 <http://bugs.freedesktop.org/show_bug.cgi?id=10082> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre index a4be94b..7c46ddb 100644 --- a/nls/en_US.UTF-8/Compose.pre +++ b/nls/en_US.UTF-8/Compose.pre @@ -5694,9 +5694,13 @@ XCOMM Part 3 <Multi_key> <U2243> <U0338> : "≄" U2244 # NOT ASYMPTOTICALLY EQUAL TO <Multi_key> <approximate> <U0338> : "≇" U2247 # NEITHER APPROXIMATELY NO <Multi_key> <U2248> <U0338> : "≉" U2249 # NOT ALMOST EQUAL TO +<Multi_key> <slash> <equal> : "≠" U2260 # NOT EQUAL TO +<Multi_key> <equal> <slash> : "≠" U2260 # NOT EQUAL TO <Multi_key> <equal> <U0338> : "≠" U2260 # NOT EQUAL TO <Multi_key> <KP_Equal> <U0338> : "≠" U2260 # NOT EQUAL TO <Multi_key> <identical> <U0338> : "≢" U2262 # NOT IDENTICAL TO +<Multi_key> <less> <equal> : "≤" U2264 # LESS-THAN OR EQUAL TO +<Multi_key> <greater> <equal> : "≥" U2265 # GREATER-THAN OR EQUAL TO <Multi_key> <U224D> <U0338> : "≭" U226D # NOT EQUIVALENT TO <Multi_key> <less> <U0338> : "≮" U226E # NOT LESS-THAN <Multi_key> <leftcaret> <U0338> : "≮" U226E # NOT LESS-THAN
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.