From 13c32bd1977a5f4e53fc0755459b61095e6f6faa Mon Sep 17 00:00:00 2001 From: fp4code Date: Tue, 16 Feb 2016 10:20:28 +0100 Subject: [PATCH] Updated Linux udev keys binding (markdown) --- Linux-udev-keys-binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux-udev-keys-binding.md b/Linux-udev-keys-binding.md index c8ab590..6f8713c 100644 --- a/Linux-udev-keys-binding.md +++ b/Linux-udev-keys-binding.md @@ -41,7 +41,7 @@ As root, create a file `/etc/udev/hwdb.d/61-smart-pointer.hwdb` and put in it so KEYBOARD_KEY_700e2=unknown # key marked ALT-TAB #1 -> nothing KEYBOARD_KEY_7002b=f11 # key marked ALT-TAB #2 -> full screen -The formula `b0003v0EF5p3014*` is constructed by chaining character `b`, bus value `0003`, character `v`, vendor value `0EF5`, character `p`, product value `3014`, a star `*`. Very important, hex digits **should be have 4 capitalized digits**. +The formula `b0003v0EF5p3014*` is constructed by chaining character `b`, bus value `0003`, character `v`, vendor value `0EF5`, character `p`, product value `3014`, a star `*`. Very important, hex numbers should be have **4 capitalized digits**. To give the value `pageup` to top key having scancode 0x7004b, write