Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95700 - New, not yet supported keymap for extra buttons in Creative Wireless Desktop 800
Summary: New, not yet supported keymap for extra buttons in Creative Wireless Desktop 800
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: Lowest enhancement (vote)
Assignee: Gentoo X packagers
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-10 09:25 UTC by Michal Pytasz
Modified: 2005-06-11 08:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Modified files (xkb.tar.bz2,34.26 KB, application/octet-stream)
2005-06-10 09:27 UTC, Michal Pytasz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Pytasz 2005-06-10 09:25:28 UTC
Modified files in /usr/lib/X11/xkb/

1.rules/xorg, line 109 after dtk2000 added:
creative

2. rules/xorg.lst inserted new line with model:
creative Creative Desktop Wireless 8000 Keyboard

3. rules/xorg.xml added new model:
    <model>
      <configItem>
        <name>creative</name>
        <description>Creative Wireless Desktop 8000 Keyboard</description>
      </configItem>
    </model>
    <model>
4. symbols/inet, added keymaps:

// Creative

partial alphanumeric_keys
xkb_symbols "creative" {
    name[Group1]= "Creative Wireless Desktop 8000 Keyboard";

    key <I67>   {       [ XF86Reload            ]       };
    key <I66>   {       [ XF86Favorites         ]       };
    key <I65>   {       [ XF86Search            ]       };
    key <I6C>   {       [ XF86Mail              ]       };
    key <I32>   {       [ XF86HomePage          ]       };
    key <I22>   {       [ XF86AudioPlay, XF86AudioPause ] };
    key <I30>   {       [ XF86AudioRaiseVolume  ]       };
    key <I2E>   {       [ XF86AudioLowerVolume  ]       };
    key <I20>   {       [ XF86AudioMute         ]       };
    key <I21>   {       [ XF86Calculator        ]       };
    key <I69>   {       [ XF86Forward           ]       };
    key <I6A>   {       [ XF86Back              ]       };
    key <I02>   {       [ XF86WWW               ]       };
    key <I19>   {       [ XF86AudioNext         ]       };
    key <I24>   {       [ XF86AudioStop         ]       };
    key <I10>   {       [ XF86AudioPrev         ]       };
    key <I5F>   {       [ XF86Standby           ]       };
    key <I5E>   {       [ XF86PowerOff          ]       };
    key <I68>   {       [ XF86Stop              ]       };
    key <FK17>  {       [ XF86Search            ]       };

};


Unfortunately 2 buttons are still dead (word and excel icons), their event codes are: 280 (word processor) and 279 (calc) - piece from log of evtest when buttons are pressed and released:

Event: time 1118420417.601438, type 1 (Key), code 280 (?), value 1
Event: time 1118420417.689423, type 1 (Key), code 280 (?), value 0

Event: time 1118420419.065194, type 1 (Key), code 279 (?), value 1
Event: time 1118420419.177176, type 1 (Key), code 279 (?), value 0
Comment 1 Michal Pytasz 2005-06-10 09:27:28 UTC
Created attachment 60998 [details]
Modified files
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-06-10 09:36:04 UTC
You should probably take this upstream...
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2005-06-10 15:20:08 UTC
Indeed. Please file a bug at bugs.freedesktop.org and post the URL here so we
can track it.
Comment 4 Michal Pytasz 2005-06-10 23:48:08 UTC
ok, posted here: 
https://bugs.freedesktop.org/show_bug.cgi?id=3514