diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-01 01:25:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-01 01:25:10 -0200 |
commit | 6b9187673ee62d11042832f938913f15131592a7 (patch) | |
tree | 9e70016667efe273a72ab351aafaddbdb099e123 /modules/xcompose/XCompose.dot.link | |
parent | 25235935e6c90557a4d6791c8d8f3a5cdf89681a (diff) | |
download | dotfiles-6b9187673ee62d11042832f938913f15131592a7.tar.gz dotfiles-6b9187673ee62d11042832f938913f15131592a7.tar.bz2 |
Adding metadot script
Diffstat (limited to 'modules/xcompose/XCompose.dot.link')
-rw-r--r-- | modules/xcompose/XCompose.dot.link | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/xcompose/XCompose.dot.link b/modules/xcompose/XCompose.dot.link new file mode 100644 index 0000000..198efbe --- /dev/null +++ b/modules/xcompose/XCompose.dot.link @@ -0,0 +1,30 @@ +# +# 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 +# + +# 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" |