1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-27 16:30:24 +02:00

Updated Linux udev keys binding (markdown)

fp4code
2016-02-16 10:20:28 +01:00
parent 20e12254a0
commit 13c32bd197

@@ -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