Ticket #472 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Speaking of multimedia keys

Reported by: coffeekingms Owned by:
Priority: minor Milestone:
Component: Speech Version:
Keywords: multimedia keys Cc:
Operating system: Windows 7 Blocked by:
Blocking:

Description

On laptops that have either a touch screen multimedia control panel or multimedia control buttons, nvda will not speak the keys when they are pressed or there effect. this is especially concerning for totally blind users as they won't know that they have hit a key until an application pops up, wich often causes nvda to falter for a moment.

Attachments

multimedia control keys vk codes.rtf Download (1014 bytes) - added by coffeekingms 2 years ago.
vk codes for multimedia control keys. this is not specific to OEM. this might help someone.
touch screen control panel code.patch Download (2.6 KB) - added by coffeekingms 2 years ago.
this is the patch I've compiled after implementing support for multimedia keys. a few notes: 1. nvda will not speak the volume keys, even though those keys are included in my modifications. 2. there are some aditional keys, such as keys for opening your web browser and launching special applications. these keys are included. 3. you must have speak command keys enabled for this to work.
touch screen controls for multimedia keys.patch Download (2.6 KB) - added by coffeekingms 2 years ago.

Change History

Changed 2 years ago by coffeekingms

vk codes for multimedia control keys. this is not specific to OEM. this might help someone.

comment:1 Changed 2 years ago by jteh

  • Milestone 2009.2 deleted
  • Summary changed from nvda does not speak special keyboard keys, such as multimedia control keys and the fn key between alt and ctrl on laptops to Speaking of multimedia keys

A couple of quick notes:

  • It is not possible to read the FN key. This key is never passed to NVDA. It is a special key which is handled internally by the laptop.
  • If multimedia keys are spoken, you will need to have speak command keys on, which will also speak other command key combinations. This is because some users may not want these spoken. I guess we could have a different option for speaking of multimedia keys, but i don't see why these should be an exception to command keys.
  • The freeze is probably caused by the software which handles multimedia keys on your laptop. I've never been able to reproduce such a freeze on other machines.

Changed 2 years ago by coffeekingms

this is the patch I've compiled after implementing support for multimedia keys. a few notes: 1. nvda will not speak the volume keys, even though those keys are included in my modifications. 2. there are some aditional keys, such as keys for opening your web browser and launching special applications. these keys are included. 3. you must have speak command keys enabled for this to work.

Changed 2 years ago by coffeekingms

comment:2 Changed 2 years ago by mdcurran

  • Status changed from new to closed
  • Resolution set to fixed

Patch applied (with some small label changes) in r3403.

Note: See TracTickets for help on using tickets.