mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-26 07:55:09 +02:00
Updated Linux udev keys binding (markdown)
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user