Home![]() ![]() Network ![]() ![]() Graphics ![]() ![]() ![]() Programming ![]() ![]() ![]() Misc ![]() System ![]() ![]() ![]() ![]() Help out Distributions specific ![]() ![]() contact interesting sites ![]() manpages tools FAQ Sitemap Imprint poll results Last additions: using iotop to find disk usage hogs using iotop to find disk usage hogs words:887 views:201853 userrating:average rating: 1.7 (102 votes) (1=very good 6=terrible) May 25th. 2007: Words why adblockers are bad486 Views253610 Workaround and fixes for the current Core Dump Handling vulnerability affected kernels Workaround and fixes for the current Core Dump Handling vulnerability affected kernels words:161 views:142684 userrating:average rating: 1.4 (42 votes) (1=very good 6=terrible) April, 26th. 2006: Words New subdomain: toolsntoys.linuxhowtos.org38 Views102556 How to force a check of the file systems How to force a check of the file systems words:179 views:34230 userrating:average rating: 1.4 (62 votes) (1=very good 6=terrible) Oct, 18th. 2005: Words New features online: interactive search function34 Views56563 Sep, 5th. 2005: Words New website design online51 Views44481 Aug, 27th 2005: Words Existing articles can be edited by anyone now.134 Views11979 | Revival of the Compose Key a.k.a. Multi_KeyMany users are on a keyboard layout which does not allow to type other characters than those printed on the keys. There are some workarounds with so-called "deadkeys" so that you can type characters with accents, but that does not enable you to type all characters in your locale. On many Unix-machines you can find a "Compose Key" on the attached keyboard. With that special key you can "compose" the desired character. For instance, typing the sequence <compose> <"> <a> will result in the Umlaut ä. Or take <compose>></> <o> for a danish ø. With X it is no problem to declare any key as the Compose Key, or "Multi_Key" as it is called in the internal routines. Just remember that a keyboard sends only keycodes, and that it is unimportant which keycode represents a given character or special key. To enable the Compose Key you have to alter your /etc/X11/xorg.conf. There are other ways, like using xmodmap or its successor setxkbmap, but the global configuration with the xorg.conf ensures that the Compose Key will be available to all users. I recommend the right "Windows Key" (just one of the two on your keyboard enabled should be enough): Code Listing 1: Enable the Compose Key in the xorg.conf # Your section in xorg.conf about the keyboard looks similar to this: After you restart X, you should be able to type the characters in the example above. To only temporarily test this new setting, you may try e.g. the command setxkbmap -model pc104 -layout us -option compose:rwin A complete list of available Compose Key characters with their description can be found in the file /usr/X11R6/lib/X11/locale/<your_character_enocding>/Compose. From http://www.gentoo.org/news/en/gwn/20041206-newsletter.xml rate this article: current rating: average rating: 1.8 (160 votes) (1=very good 6=terrible) Your rating: back |