projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
054f750
)
.XCompose: Add codes for check marks and ballot xs.
author
W. Trevor King
<wking@tremily.us>
Fri, 3 May 2013 17:00:49 +0000
(13:00 -0400)
committer
W. Trevor King
<wking@tremily.us>
Fri, 3 May 2013 17:04:25 +0000
(13:04 -0400)
Now I can have more fun when grading ;).
src/.XCompose
patch
|
blob
|
history
diff --git
a/src/.XCompose
b/src/.XCompose
index c3749014aa40a98214cc0d831b08a03626f14443..0a8f62bfffcdf1847b762212a2aac0690dbb4289 100644
(file)
--- a/
src/.XCompose
+++ b/
src/.XCompose
@@
-19,6
+19,9
@@
include "%L"
<Multi_key> <asciicircum> <plus> : "⁺" U207A # SUPERSCRIPT PLUS
<Multi_key> <asciicircum> <minus> : "⁻" U207B # SUPERSCRIPT MINUS
+<Multi_key> <c> <plus> : "✓" U2713 # CHECK MARK
+<Multi_key> <c> <x> : "✗" U2717 # BALLOT X
+
<Multi_key> <A> <A> : "∀" U2200 # FOR ALL
<Multi_key> <d> <d> : "∂" U2202 # PARTIAL DIFFERENTIAL
<Multi_key> <E> <E> : "∃" U2202 # THERE EXISTS