Scroll to navigation

KBD_MODE(1) General Commands Manual KBD_MODE(1)

NAZWA

kbd_mode - zgłasza lub ustawia tryb klawiatury

SKŁADNIA

kbd_mode [ -a | -u | -k | -s ] [ -f ] [ -C KONSOLA ]

OPIS

Bez podanych argumentów, kbd_mode wypisuje bieżący tryb klawiatury (RAW, MEDIUMRAW or XLATE). Z argumentem ustawia ten tryb w następujący sposób:

-s: tryb scancode (RAW),

-k: tryb keycode (MEDIUMRAW),

-a: tryb ASCII (XLATE),

-u: tryb UTF-8 (UNICODE).

Of course the "-a" is only traditional, and the code used can be any 8-bit character set. With "-u" a 16-bit character set is expected, and these chars are transmitted to the kernel as 1, 2, or 3 bytes (following the UTF-8 coding). In these latter two modes the key mapping defined by loadkeys(1) is used.

kbd_mode operuje na konsoli podanej w opcji "-C". Jeśli nie podano tej opcji, używana jest konsola skojarzona ze standardowym wejściem (stdin).

Warning: changing the keyboard mode, other than between ASCII and Unicode, will probably make your keyboard unusable. Set the "-f" option to force such changes. This command is only meant for use (say via remote login) when some program left your keyboard in the wrong state. Note that in some obsolete versions of this program the "-u" option was a synonym for "-s" and older versions of this program may not recognize the "-f" option.

ZOBACZ TAKŻE

loadkeys(1)

TŁUMACZENIE

Autorami polskiego tłumaczenia niniejszej strony podręcznika są: Przemek Borys <pborys@dione.ids.pl> i Robert Luberda <robert@debian.org>

Niniejsze tłumaczenie jest wolną dokumentacją. Bliższe informacje o warunkach licencji można uzyskać zapoznając się z GNU General Public License w wersji 3 lub nowszej. Nie przyjmuje się ŻADNEJ ODPOWIEDZIALNOŚCI.

Błędy w tłumaczeniu strony podręcznika prosimy zgłaszać na adres manpages-pl-list@lists.sourceforge.net.

6 kwietnia 1994 kbd