| 12345678910111213 |
- # Do not edit this file, it will be overwritten on update
- # The touchpad found on the EAECIS NL60R comes with volume and brightness
- # sliders on the left and right edges, which are extremely easy to trigger
- # when typing.
- #
- # Disable them so that we don't get "volume and brightness jitters" when
- # typing on this laptop.
- [Disable EAECIS NL60R Touchpad Keys]
- MatchName=PNP0C50:00 36B6:C005 Keyboard
- MatchUdevType=keyboard
- MatchDMIModalias=dmi:*:svnEAECIS:pnNL60R*:*
- AttrEventCode=-KEY_BRIGHTNESSUP;-KEY_BRIGHTNESSDOWN;-KEY_VOLUMEUP;-KEY_VOLUMEDOWN
|