From d18e43c56d7f5f5123d4fc9e85fc29f468c1d115 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 27 Dec 2013 15:33:04 -0200 Subject: Initial import --- XCompose.dot.link | 32 ++++++++++++++++++++++++++++++++ xcompose | 1 + 2 files changed, 33 insertions(+) create mode 100644 XCompose.dot.link create mode 160000 xcompose diff --git a/XCompose.dot.link b/XCompose.dot.link new file mode 100644 index 0000000..fbf2d12 --- /dev/null +++ b/XCompose.dot.link @@ -0,0 +1,32 @@ +# +# See https://github.com/leoboiko/pointless-xcompose +# Similar project: https://github.com/kragen/xcompose +# See also http://my.opera.com/CrazyTerabyte/blog/2010/11/04/how-x11-xcompose-works +# https://wiki.archlinux.org/index.php/Accents_on_US_keyboards +# http://wiki.portal.chalmers.se/agda/agda.php?n=Main.XCompose +# http://unicode-table.com +# + +# Default X compose mappings +include "%L" + +# For dead keys +include "%H/.dotfiles/modules/xcompose/xcompose/examples/dead.xcompose" + +# Brazilian mappings +include "/usr/share/X11/locale/pt_BR.UTF-8/Compose" + +# Other xcompose mappings +include "%H/.dotfiles/modules/xcompose/xcompose/abbrevs.xcompose" +include "%H/.dotfiles/modules/xcompose/xcompose/arrows.xcompose" +include "%H/.dotfiles/modules/xcompose/xcompose/bullets.xcompose" +include "%H/.dotfiles/modules/xcompose/xcompose/cjk.xcompose" +include "%H/.dotfiles/modules/xcompose/xcompose/dashes-hyphens.xcompose" +include "%H/.dotfiles/modules/xcompose/xcompose/dingbats.xcompose" +include "%H/.dotfiles/modules/xcompose/xcompose/enclosed.xcompose" +include "%H/.dotfiles/modules/xcompose/xcompose/fractions.xcompose" +include "%H/.dotfiles/modules/xcompose/xcompose/historical.xcompose" +include "%H/.dotfiles/modules/xcompose/xcompose/hyphen-macron.xcompose" +include "%H/.dotfiles/modules/xcompose/xcompose/invisible.xcompose" +include "%H/.dotfiles/modules/xcompose/xcompose/math.xcompose" +include "%H/.dotfiles/modules/xcompose/xcompose/typographic.xcompose" diff --git a/xcompose b/xcompose new file mode 160000 index 0000000..c8c05ee --- /dev/null +++ b/xcompose @@ -0,0 +1 @@ +Subproject commit c8c05ee744fbce4b9dbfcc8bd99914f3206b87e0 -- cgit v1.2.3