Bug 467796
Summary: | Volume keys are not mapped on XO | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Steve Salevan <ssalevan> | ||||
Component: | hal-info | Assignee: | Richard Hughes <richard> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 10 | CC: | bnocera, martin, richard, simon | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2009-05-08 03:07:51 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 468744 | ||||||
Bug Blocks: | 461806 | ||||||
Attachments: |
|
Description
Steve Salevan
2008-10-20 21:51:57 UTC
Are they being recognized or do they cause messages in dmesg? If the former, can you run xev and press them and see what it reports? The keys are just F9 (volume down) and F10 (volume up). (In reply to comment #2) > The keys are just F9 (volume down) and F10 (volume up). sorry, F11 and F12 for vol down and vol up, respectively (F9 and F10 are brightness down and brightness up). Created attachment 321506 [details]
xev output for accelerator keypresses
I've attached the xev output from pressing the volume up/down accelerator keys, and it appears that, indeed, they are mapped to F11/F12 (down/up, respectively).
This may save some time: http://dev.laptop.org/git?p=sugar;a=blob;f=src/view/keyhandler.py;h=44ea7590e6c25651c8b2ea34d4d9906cbb74ad05;hb=b7d22485760a561f134b55e784c6b59a0c3d5a6a#l39 This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Not sure - to fully understand the bug here. If it is about matching the available keyboard keys to alter the volume, see this upstream bug http://dev.sugarlabs.org/ticket/430 You can change which key does volume up/volume down in the "keyboard shortcuts" preferences. If you want this to work by default, you'll need to fix your keymap to throw XF86VolumeUp/XF86VolumeDown. We can't guess whether you want to press F11 or change the volume :) You probably access the volume up/down function through an Fn key combination though, in which case this needs to be fixed in hal-info. See also: http://people.freedesktop.org/~hughsient/quirk/quirk-keymap-index.html |