diff options
Diffstat (limited to 'rules/95-keymap.rules')
-rw-r--r-- | rules/95-keymap.rules | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rules/95-keymap.rules b/rules/95-keymap.rules index 0ae8522657..1a208492ae 100644 --- a/rules/95-keymap.rules +++ b/rules/95-keymap.rules @@ -2,8 +2,12 @@ # # Key map overrides can be specified by either giving scancode/keyname pairs # directly as keymap arguments (if there are just one or two to change), or as -# a file name (in /usr/lib/udev/keymaps), which has to contain scancode/keyname +# a file name (in ${rootlibdir}/udev/keymaps), which has to contain scancode/keyname # pairs. +# +# Note also that system-specific keymaps and rules can be added +# into /etc/udev/keymaps/ instead of modifying or adding to the system-installed +# files. ACTION=="remove", GOTO="keyboard_end" KERNEL!="event*", GOTO="keyboard_end" |