You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Dominique Leuenberger dc57994289 Accepting request 1071152 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1071152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbd?expand=0&rev=116
3 months ago
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbd?expand=0&rev=1 17 years ago
README.SUSE Accepting request 563909 from home:sbrabec:branches:kbd-numlock 5 years ago
autogen.sh Accepting request 1068128 from home:michals 3 months ago
convert-kbd-mac.sed OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbd?expand=0&rev=1 17 years ago
cz-map.patch Accepting request 1045911 from home:sndirsch:branches:Base:System 5 months ago
fbtest.8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbd?expand=0&rev=16 15 years ago
fbtest.c Accepting request 627035 from home:Andreas_Schwab:glibc:rebuild 5 years ago
genmap4systemd.sh Accepting request 321596 from home:sndirsch:fate318355 8 years ago
kbd-1.15.2-docu-X11R6-xorg.patch Accepting request 1068128 from home:michals 3 months ago
kbd-1.15.2-prtscr_no_sigquit.patch - update to 1.15.2 13 years ago
kbd-1.15.2-sv-latin1-keycode10.patch - update to 1.15.2 13 years ago
kbd-1.15.2-unicode_scripts.patch Accepting request 1068128 from home:michals 3 months ago
kbd-1.15.5-loadkeys-search-path.patch Accepting request 836428 from home:sbrabec:branches-kbd-prefer-xkb 3 years ago
kbd-2.0.2-doshell-reference.patch Accepting request 1068128 from home:michals 3 months ago
kbd-2.0.2-euro-unicode.patch Accepting request 1068128 from home:michals 3 months ago
kbd-2.0.2-fix-bashisms.patch Accepting request 263461 from home:Ledest:bashisms 9 years ago
kbd-2.5.1-repack.tar.xz Accepting request 1068128 from home:michals 3 months ago
kbd-unicode-fxxx.patch Accepting request 593838 from home:sbrabec:branches-kbd-fi-1085432 5 years ago
kbd.changes Accepting request 1068128 from home:michals 3 months ago
kbd.spec Accepting request 1068128 from home:michals 3 months ago
kbd_fonts.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbd?expand=0&rev=1 17 years ago
kbdsettings Accepting request 958329 from home:wolfi323:branches:Base:System 1 year ago
kbdsettings-nox86.patch Accepting request 1068128 from home:michals 3 months ago
kbdsettings.service Accepting request 908842 from home:kukuk:tiu 2 years ago
numlockbios.c Accepting request 563909 from home:sbrabec:branches:kbd-numlock 5 years ago
repack_kbd.sh Accepting request 528635 from home:sbrabec:branches:kbd-1056449 6 years ago
suse-add.tar.bz2 - add lt.std map (bnc#569554) 13 years ago
sysconfig.console Accepting request 563909 from home:sbrabec:branches:kbd-numlock 5 years ago
sysconfig.keyboard Accepting request 563909 from home:sbrabec:branches:kbd-numlock 5 years ago
vlock.pamd Accepting request 534201 from home:sbrabec:branches:kbd-1056449 6 years ago
xml2lst.pl Accepting request 321596 from home:sndirsch:fate318355 8 years ago

README.SUSE

Handling of composition of characters
=====================================

Most of the fonts have much more characters than you can reach directly
through the keyboard. To access all of them you may use showconsolefont,
deduce the decimal code and enter it by holding down <alt> and entering
the code via the keypad. There's a much better way, though:
Most characters may be entered via composition. Many characters are just
consisting of a standard character with some sort of accent or change.
Such characters can be composed by composition. Just press the <compose>
key, let it go again, enter the accent and then the letter.
Some examples: (Assuming Iso-Latin-1/9 character set:)
<compose> " a => ä
<compose> , c => ç
<compose> | S => $

Support for composition is unfortunately not contained in most keymaps.
Most lack two things:
(a) The <compose> key is not mapped
(b) The compose tables are not included

Look at the compose.* files in /usr/share/kbd/keymaps/include/:
(a) You find there two files for having the <compose> key mapped.
(b) You find there compose tables which are suitable for different
    character sets.

ad (a): winkeys:   The compose key will be mapped on the W*n menu key
        shiftctrl: The compose key will be mapped to Shift Ctrl.
        You can use both, if you like.
ad (b): latin, latinX, latin1.add, 8859_X: Contains the compose
	combinations suitable for the respective character set.
	Many people will want to use latin1 or latin1.add. Just
	using latin is also sort of an acceptable compromise for
	many Latin character sets.
	YOU MAY ONLY USE ONE OF THOSE.
	If you want the combination of more than one table, you
	have to create a file which includes what you want.

Please keep in mind, that all these settings only affect the console,
i.e. text mode.

				Your SuSE team