Bug 18837 - Full keymap for Genius TwinTouch
Summary: Full keymap for Genius TwinTouch
Status: RESOLVED MOVED
Alias: None
Product: xkeyboard-config
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: xkb
QA Contact:
URL: https://bugs.edge.launchpad.net/ubunt...
Whiteboard:
Keywords: NEEDINFO
Depends on:
Blocks:
 
Reported: 2008-12-01 12:27 UTC by Bryce Harrington
Modified: 2018-12-28 00:37 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Bryce Harrington 2008-12-01 12:27:16 UTC
Forwarding this feature request from a ubuntu contributor:
https://bugs.edge.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/148875


[Original Report]
There isn't a full mapping for the extra 'internet' keys on the Genius TwinTouch optical:

http://www.geniusnet.com/geniusOnline/online.portal?_nfpb=true&productPortlet_actionOverride=%2Fportlets%2FproductArea%2Fcategory%2FqueryPro&_windowLabel=productPortlet&productPortletproductId=30526&_pageLabel=productPage&test=portlet-action

So I made one. Add this snippet to /usr/share/X11/xkb/symbols/inet:

// Genius Wireless TwinTouch Optical Office
partial alphanumeric_keys
xkb_symbols "geniustt" {
    key <I2E> { [ XF86AudioLowerVolume ] };
    key <I20> { [ XF86AudioMute ] };
    key <I30> { [ XF86AudioRaiseVolume ] };
    key <I10> { [ XF86AudioPrev ] };
    key <I22> { [ XF86AudioPlay, XF86AudioPause ] };
    key <XFER> { [ XF86AudioMedia ] };
    key <I24> { [ XF86AudioStop ] };
    key <I19> { [ XF86AudioNext ] };
    key <I6C> { [ XF86Mail ] };
    key <I68> { [ XF86Stop ] };
    key <I67> { [ XF86Refresh ] };
    key <I6A> { [ XF86Back ] };
    key <I02> { [ XF86WWW ] };
    key <I69> { [ XF86Forward ] };
    key <FK17> { [ XF86Search ] };
    key <I66> { [ XF86Favorites ] };
    key <I5F> { [ XF86Sleep ] };
    key <I21> { [ XF86Calculator ] };
    key <K67> { [ XF86MyComputer ] };
};
Comment 1 Sergey V. Udaltsov 2008-12-03 04:52:50 UTC
Thanks for your code. Just to make the life a bit easier for me - could you please have a look at http://www.freedesktop.org/wiki/Software/XKeyboardConfig/Rules. I mean the section related to models.
Comment 2 GitLab Migration User 2018-12-28 00:37:54 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/61.


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.