Go to file
2022-02-01 07:39:26 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbd?expand=0&rev=1 2006-12-18 23:16:50 +00:00
0001-libkfont-Initialize-kfont_context-options.patch Accepting request 946907 from home:favogt:branches:Base:System 2022-01-19 13:05:23 +00:00
convert-kbd-mac.sed OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbd?expand=0&rev=1 2006-12-18 23:16:50 +00:00
cz-map.patch Accepting request 923110 from home:sndirsch:branches:Base:System 2021-10-16 09:24:39 +00:00
fbtest.8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbd?expand=0&rev=16 2008-05-07 21:13:32 +00:00
fbtest.c Accepting request 627035 from home:Andreas_Schwab:glibc:rebuild 2018-08-02 18:32:26 +00:00
genmap4systemd.sh Accepting request 321596 from home:sndirsch:fate318355 2015-08-13 14:03:32 +00:00
kbd_fonts.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbd?expand=0&rev=1 2006-12-18 23:16:50 +00:00
kbd-1.15.2-docu-X11R6-xorg.patch Accepting request 205647 from home:DarkSS 2014-03-11 18:50:02 +00:00
kbd-1.15.2-dumpkeys-C-opt.patch Accepting request 836428 from home:sbrabec:branches-kbd-prefer-xkb 2020-09-24 00:31:03 +00:00
kbd-1.15.2-prtscr_no_sigquit.patch - update to 1.15.2 2010-09-06 15:36:50 +00:00
kbd-1.15.2-sv-latin1-keycode10.patch - update to 1.15.2 2010-09-06 15:36:50 +00:00
kbd-1.15.2-unicode_scripts.patch Accepting request 263461 from home:Ledest:bashisms 2015-01-07 08:25:43 +00:00
kbd-1.15.5-loadkeys-search-path.patch Accepting request 836428 from home:sbrabec:branches-kbd-prefer-xkb 2020-09-24 00:31:03 +00:00
kbd-2.0.2-comment-typo-qwerty.patch Accepting request 245715 from home:pgajdos 2014-08-22 08:31:26 +00:00
kbd-2.0.2-doshell-reference.patch Accepting request 250088 from home:pgajdos 2014-09-18 11:57:55 +00:00
kbd-2.0.2-euro-unicode.patch Accepting request 252262 from home:pgajdos 2014-09-25 11:15:33 +00:00
kbd-2.0.2-fix-bashisms.patch Accepting request 263461 from home:Ledest:bashisms 2015-01-07 08:25:43 +00:00
kbd-2.4.0-repack.tar.xz Accepting request 856834 from home:jirislaby:branches:Base:System 2021-02-13 08:59:31 +00:00
kbd-unicode-fxxx.patch Accepting request 593838 from home:sbrabec:branches-kbd-fi-1085432 2018-04-11 14:27:34 +00:00
kbd.changes - use bash for invoking bash scripts 2022-02-01 07:39:26 +00:00
kbd.spec - use bash for invoking bash scripts 2022-02-01 07:39:26 +00:00
kbdsettings Accepting request 835309 from home:sbrabec:branches-kbd-prefer-xkb 2020-09-17 22:53:25 +00:00
kbdsettings-nox86.patch Accepting request 836022 from home:Guillaume_G:branches:Base:System 2020-09-22 11:11:31 +00:00
kbdsettings.service Accepting request 908842 from home:kukuk:tiu 2021-09-10 13:40:39 +00:00
numlockbios.c Accepting request 563909 from home:sbrabec:branches:kbd-numlock 2018-01-26 16:15:35 +00:00
README.SUSE Accepting request 563909 from home:sbrabec:branches:kbd-numlock 2018-01-26 16:15:35 +00:00
repack_kbd.sh Accepting request 528635 from home:sbrabec:branches:kbd-1056449 2017-09-27 18:52:42 +00:00
suse-add.tar.bz2 - add lt.std map (bnc#569554) 2010-03-29 15:32:00 +00:00
sysconfig.console Accepting request 563909 from home:sbrabec:branches:kbd-numlock 2018-01-26 16:15:35 +00:00
sysconfig.keyboard Accepting request 563909 from home:sbrabec:branches:kbd-numlock 2018-01-26 16:15:35 +00:00
vlock.pamd Accepting request 534201 from home:sbrabec:branches:kbd-1056449 2017-10-19 09:32:21 +00:00
xml2lst.pl Accepting request 321596 from home:sndirsch:fate318355 2015-08-13 14:03:32 +00:00

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