/usr/share/hotkeys/hpdv9000z.def is in hotkeys 0.5.7.4-0.3build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | <definition>
<config model="HP dv9000z Laptop Keyboard">
<!-- Keyboard extra keys -->
<MyDocuments keycode="115"/> <!-- Windows key (left) -->
<!-- Keyboard function keys -->
<Help keycode="245"/> <!-- (Fn+F1) -->
<!-- Fn+F2 see note -->
<WebBrowser keycode="178"/> <!-- (Fn+F3) -->
<!-- Fn+F4 see note -->
<Sleep keycode="223"/> <!-- (Fn+F5) - don't use, crashes hotkeys looking for APM -->
<Transfer keycode="146"/> <!-- (Fn+F6) This is the "Lock" button -->
<!-- Fn+F7 see note -->
<!-- Fn+F8 see note -->
<!-- Keyboard function keys with Multimedia key equivalents -->
<Play keycode="162"/> <!-- multimedia button and (Fn+F9), also Pause -->
<Stop keycode="164"/> <!-- multimedia button and (Fn+F10) -->
<PrevTrack keycode="144"/> <!-- multimedia button and (Fn+F11) -->
<NextTrack keycode="153"/> <!-- multimedia button and (Fn+F12) -->
<!-- Multimedia keys only -->
<VolUp keycode="176" adj="2"/> <!-- multimedia slider -->
<VolDown keycode="174" adj="2"/> <!-- multimedia slider -->
<Mute keycode="160"/> <!-- multimedia button -->
<Prog1 keycode="205"/> <!-- multimedia QuickPlay (circle w/arrow) button -->
<Prog2 keycode="237"/> <!-- multimedia DVD logo button -->
</config>
<contributor>
<name>James Zuelow</name>
</contributor>
</definition>
|