From 2f54a688b0726c30f35ad8d98a3fedb4063588c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 7 Oct 2004 14:22:08 +0000 Subject: [PATCH] added keymaps info git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9239 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/input/README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/servers/input/README b/src/servers/input/README index c529bb4c76..18a7d49769 100644 --- a/src/servers/input/README +++ b/src/servers/input/README @@ -25,6 +25,9 @@ files: Drivers are the kernel components which know your special devices, and will be installed in /boot/home/config/add-ons/kernel/drivers/bin + Keymaps + Keymaps are used map characters to keycodes generated by your keyboard. They + will be installed in /boot/home/config/settings/Keymap INSTALLATION: @@ -40,7 +43,12 @@ The distribution contains the keyboard and mouse device addons. FILTERS: -This release contains no filter addons. To enable them, use E-mail Filters +This release contains no filter addons. + +KEYMAPS: + +These release contains a set of keymaps. The Keymap preference app enables to +select one of these keymaps in the User listbox. IMPLEMENTATION: