- Create file
/etc/udev/hwdb.d/95-custom-keyboard.hwdb
- File contents must be
# Dell Inspiron 3162
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnDell*:pnInspiron*3162:pvr*
KEYBOARD_KEY_c7=!home
KEYBOARD_KEY_cf=!end
KEYBOARD_KEY_c9=!pageup
KEYBOARD_KEY_d1=!pagedown - After editing the file, run the hwdb re-index:
sudo udevadm hwdb --update && sudo sudo udevadm trigger
Important! There must be a space before KEYBOARD_KEY keyword.
Source: http://wiki.archlinux.org/index.php/Dell_Inspiron_11_3000_(3162)
1 comment:
Thank you so much! Works perfectly!
Post a Comment