From 3d1aaa3dd44d39670dbb26d62d211ced22dabaeb Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Mon, 5 Jun 2017 17:09:52 -0500 Subject: [PATCH] Small spelling mistake --- Keyboard Mapping.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keyboard Mapping.wiki b/Keyboard Mapping.wiki index 809bba1..4f47e4d 100644 --- a/Keyboard Mapping.wiki +++ b/Keyboard Mapping.wiki @@ -43,7 +43,7 @@ A few notes on the format of this file: * The format for the device identifying line for usb devices is `evdev:input:b0003vp*`. * If `` and `` contain letters, they must be capitalized * These scancodes can be quite device-specific, so it is wise to be specific to *at least* the vendor and product IDs - * There are methods for identifying ata keyboards as well. Check the Arch Wiki page listed in the references above for more info + * There are methods for identifying atk keyboards as well. Check the Arch Wiki page listed in the references above for more info * Defining a key to change is done with `KEYBOARD_KEY_=` * `` is the code we pulled from evtest earlier * `` is the keycode we want to emit when the key is pressed. Names of keycodes are listed in `/usr/include/linux/input-event-codes.h`, and should be all lowercased in your udev config.