Home
News Archive
links from external sites
Network
LDAP
Infrared Devices
Graphics
Gimp
creating an analog gauge image
OpenGL
Programming
C/C++
CGI
Secure programming
Misc
VI
System
PCMCIA
Security
Tips and Tricks
Browser plugins
Help out
Distributions specific
Gentoo
Fedora
contact
interesting sites
german sites
manpages
tools
FAQ
Sitemap
Imprint


Poll
Which filesystem do you use?






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

486

Views

253610

why adblockers are bad


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:

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:

Sep, 5th. 2005:
Words

51

Views

44481

New website design online


Aug, 27th 2005:

You are here: System->Tips and Tricks

Revival of the Compose Key a.k.a. Multi_Key


Many 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: 
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
Option "XkbOptions" "compose:rwin"
EndSection

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:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back



system status display
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS -
Copyright 2004 S&P Softwaredesign
Valid XHTML1.0 : Valid CSS : Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0
- Powered by LeopardCMS -
- Copyright and legal notices -
Time to create this page: 46.9 ms