| Summary: | Wrong keymap for Trust Direct Access II | ||
|---|---|---|---|
| Product: | xkeyboard-config | Reporter: | Fabrizio <f.antonangeli> |
| Component: | doc | Assignee: | xkb |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | high | Keywords: | movetoxkc |
| Version: | unspecified | ||
| Hardware: | x86 (IA32) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
I checked your version against existing Direct Access keyboard. There are just few keys missing. If I add them to the existing layout - would you be happy enough? I would prefer not to create extra models unless I really have to. Bugzilla Upgrade Mass Bug Change
NEEDSINFO state was removed in Bugzilla 3.x, reopening any bugs previously listed as NEEDSINFO.
- benjsc
fd.o Wrangler
No answer for 2.5 years |
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.
I have a Trust Direct Access II keyboard and all the multimedia keys don't work fine. I have modified the /etc/X11/xkb/symbols/inet file to solve the problem and now it work perfectly. The lines that i have writed are: partial alphanumeric_keys xkb_symbols "trustda" { name[Group1]= "Trust Direct Access II Keyboard"; key <I5E> { [ XF86PowerOff ] }; key <I5F> { [ XF86Standby ] }; key <I6C> { [ XF86Mail ] }; key <I65> { [ XF86Search ] }; key <I66> { [ XF86Favorites ] }; key <I32> { [ XF86WWW ] }; key <I22> { [ XF86AudioPlay, XF86AudioPause ] }; key <I24> { [ XF86AudioStop ] }; key <I20> { [ XF86AudioMute ] }; key <I10> { [ XF86AudioPrev ] }; key <I19> { [ XF86AudioNext ] }; key <I30> { [ XF86AudioLowerVolume ] }; key <I2E> { [ XF86AudioRaiseVolume ] }; }; Thanx