mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / Xmodmap.mdwn
1 Remap your keyboard in X!  Ok, so not really a tool, but one of those
2 things you wish someone had told you about earlier.  Excellent for
3 getting easy access to all those neat [unicode][unicode]
4 [[symbols|unicode_sampler]] (generated with [[gen_sampler.py]]).
5
6 You're welcome to my [[~/.Xmodmap|_Xmodmap]] file, which I version
7 with [[dotfiles]] so it stays up to date across several computers.
8
9 [gucharmap][] is a nice tool for finding Unicode encodings for
10 whichever character you're looking for.
11
12 Another approach to binding special characters is to use the
13 [[compose_key]].  For example, I use Xmodmap for Greek letters, and
14 XCompose for accented characters.
15
16 [unicode]: http://www.physics.drexel.edu/liki/index.php/Unicode
17 [gucharmap]: http://gucharmap.sourceforge.net/
18
19 [[!tag tags/linux]]
20 [[!tag tags/tools]]
21 [[!tag tags/unicode]]