From 20bb845cdec0fac328400dea8e229ab6c061abcb Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 19 Feb 2011 18:08:11 +0000 Subject: update keybroad to xorg 1.9 --- src/SW/xf86-input-evdev/document.en.rest.txt | 39 ++++++++++++++++------------ 1 file changed, 22 insertions(+), 17 deletions(-) (limited to 'src/SW/xf86-input-evdev/document.en.rest.txt') diff --git a/src/SW/xf86-input-evdev/document.en.rest.txt b/src/SW/xf86-input-evdev/document.en.rest.txt index a1ce1be..04dafaa 100644 --- a/src/SW/xf86-input-evdev/document.en.rest.txt +++ b/src/SW/xf86-input-evdev/document.en.rest.txt @@ -37,22 +37,27 @@ only the pages needed. This way, devices with no remapping use only one more pointer in their structures, and devices with very few codes to remap use only 256 bytes. -Of course, the configuration can be set either in the ``xorg.conf`` -file, or via `HAL`. My ``/etc/hal/fdi/policy/10-x11-input.fdi`` file -contains:: - - - - - compose:ralt - altwin:meta_win - - - dakkar - evdev - dvorak-apple-al - 464=118 120=210 204=211 - - +Of course, the configuration can be set in the ``xorg.conf`` +file. Mine contains:: + + Section "InputClass" + Identifier "keyboard-generic" + Driver "evdev" + Option "XkbOptions" "compose:ralt,altwin:meta_win,terminate:ctrl_alt_bksp" + + MatchIsKeyboard "on" + EndSection + + Section "InputClass" + Identifier "keyboard-apple-alu" + Driver "evdev" + Option "XkbLayout" "dakkar" + Option "XkbModel" "applealu_iso" + Option "XkbVariant" "dvorak-apple-al" + Option "event_key_remap" "464=118 120=210 204=211" + + MatchIsKeyboard "on" + MatchProduct "Apple, Inc Apple Keyboard" + EndSection (Details about my keyboard layout are `elsewhere <../my-layout/>`_. -- cgit v1.2.3