Bug 3880 - XKB patch for Dell Inspiron 8600 Multimedia buttons
Summary: XKB patch for Dell Inspiron 8600 Multimedia buttons
Status: RESOLVED FIXED
Alias: None
Product: xkeyboard-config
Classification: Unclassified
Component: doc (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: low enhancement
Assignee: xkb
QA Contact:
URL:
Whiteboard:
Keywords: movetoxkc
Depends on:
Blocks:
 
Reported: 2005-07-26 20:37 UTC by Jonas Jonsson
Modified: 2006-04-05 16:10 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
Patch to add Inspiron 8600 Multimedia Keys (5.42 KB, patch)
2005-10-03 03:15 UTC, Jonas Jonsson
Details | Splinter Review

Description Jonas Jonsson 2005-07-26 20:37:30 UTC
The xkb model Inspiron states that it works with all inspiron 8xxx but it
don't... I have a Dell Inspiron 8600 and the only "extra" buttons that works are
the volumebuttons... The multimedia buttons aren't mapped correct... 

Add the model inspiron8600 wich I include in this patch...
Comment 1 Jonas Jonsson 2005-07-26 20:38:22 UTC
Created attachment 3151 [details]
In?correct rendering of text_rotate.svg by svg2pdf
Comment 2 Alan Coopersmith 2005-10-02 14:22:37 UTC
Patch lost during bugzilla disk death - please reattach.
Comment 3 Jonas Jonsson 2005-10-03 03:15:27 UTC
Created attachment 3464 [details] [review]
Patch to add Inspiron 8600 Multimedia Keys

Here comes the patch again. Hope the patch is Usefull, cause I'm not good at
creating patches...
Comment 4 Jonas Jonsson 2005-12-10 11:21:19 UTC
Sorry, forgot to change the status...
Comment 5 Sergey V. Udaltsov 2006-04-06 09:10:02 UTC
Current inspiron in xkeyboard-config looks as follows:

// Laptop/notebook Dell Inspiron 8xxx
partial alphanumeric_keys
xkb_symbols "inspiron" {
    key <I02>   {       [ XF86AudioStop         ]       };
    key <I04>   {       [ XF86AudioNext         ]       };
    key <I10>   {       [ XF86AudioPrev         ]       };
    key <I19>   {       [ XF86AudioNext         ]       };
    key <I20>   {       [ XF86AudioMute         ]       };
    key <I21>   {       [ XF86Eject             ]       };
    key <I22>   {       [ XF86AudioPlay, XF86AudioPause ] };
    key <I24>   {       [ XF86AudioStop         ]       };
    key <I2E>   {       [ XF86AudioLowerVolume  ]       };
    key <I30>   {       [ XF86AudioRaiseVolume  ]       };
    key <NFER>  {       [ XF86AudioPrev         ]       };
    key <XFER>  {       [ XF86AudioPlay, XF86AudioPause ] };
};

It is superset of your patch - so it should work ok. Feel free to reopen if it
is not.
Comment 6 Sergey V. Udaltsov 2006-04-06 09:10:36 UTC
Fixed in xkc


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.