diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2011-03-31 07:48:41 +0200 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2011-03-31 07:48:41 +0200 |
commit | 64eca43cff84f833014d10e0660c1d3ac237bf85 (patch) | |
tree | b4323d562d0a927a9d7f20fc483f0a7acdb6665c | |
parent | a20b5bebd632b9c49eb2d25ea5615b29c94749a3 (diff) |
add keymapping for HP EliteBook 2760p
Added keymapping for HP EliteBook 2760p (TabletPC).
-rw-r--r-- | fdi/information/10freedesktop/30-keymap-hp.fdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdi/information/10freedesktop/30-keymap-hp.fdi b/fdi/information/10freedesktop/30-keymap-hp.fdi index 825e2c8..b28a93a 100644 --- a/fdi/information/10freedesktop/30-keymap-hp.fdi +++ b/fdi/information/10freedesktop/30-keymap-hp.fdi @@ -63,7 +63,7 @@ <append key="input.keymap.data" type="strlist">e059:help</append> <!-- I key (high keycode: "info") --> </match> - <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains_outof="2510p;2530p"> + <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains_outof="2510p;2530p;2760p"> <!-- The 2510p seems to be unique in having a touchpad disable button despite being an enterprise model --> <remove key="input.keymap.data" type="strlist">e059:help</remove> <append key="input.keymap.data" type="strlist">e058:f22</append> <!-- touchpad off --> |