diff --git a/Linux-udev-keys-binding.md b/Linux-udev-keys-binding.md index 1ccdcef..137289c 100644 --- a/Linux-udev-keys-binding.md +++ b/Linux-udev-keys-binding.md @@ -43,7 +43,7 @@ As root, create a file `/etc/udev/hwdb.d/61-smart-pointer.hwdb` and put in it so 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 assign the value `pageup` to top key having scancode 0x7004b, write +To assign the value `pageup` to the top key which emits scancode 0x7004b, write KEYBOARD_KEY_7004b=pageup