diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2009-02-12 15:57:13 +0100 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2009-02-12 15:57:13 +0100 |
commit | 8d7edb25d101499b2b2551719afb21f5da543fda (patch) | |
tree | 18451db922fbce463dbd17ac3baa91e23fada07d | |
parent | 863699174f0df72def1fa783461e522b9934838f (diff) |
add another keymapping for some HP Compaq machines
Added another keymapping for some HP Compaq machines:
- Compaq 5X5
- HP Compaq 4416s
-rw-r--r-- | fdi/information/10freedesktop/30-keymap-hp.fdi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fdi/information/10freedesktop/30-keymap-hp.fdi b/fdi/information/10freedesktop/30-keymap-hp.fdi index a331449..b251465 100644 --- a/fdi/information/10freedesktop/30-keymap-hp.fdi +++ b/fdi/information/10freedesktop/30-keymap-hp.fdi @@ -38,6 +38,11 @@ <!-- Business and enterprise machines --> <append key="input.keymap.data" type="strlist">e008:presentation</append> <!-- Presentation --> <append key="input.keymap.data" type="strlist">e059:help</append> <!-- I key (high keycode: "info") --> + + <!-- Compaq 5X5, HP Compaq 4416s --> + <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains_outof="5X5;4416s"> + <append key="input.keymap.data" type="strlist">e06e:switchvideomode</append> <!-- FnF4 --> + </match> </match> <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains_outof="4410s;4411s;4415s;6730s;6730b"> |