Ticket #268 (new enhancement)

Opened 3 years ago

Last modified 3 years ago

NVDA can't read the change hotkey list in Skype options

Reported by: Bernd Owned by:
Priority: minor Milestone:
Component: Core Version: development
Keywords: Cc:
Operating system: Blocked by:
Blocking:

Description (last modified by Bernd) (diff)

If you want to configure the hotkeys in Skype you can't read the list with the comands like hang up or ignore call.

Change History

comment:1 Changed 3 years ago by Bernd

  • Version set to trunk
  • Description modified (diff)
  • Summary changed from NVDA can't read the change key command list in Skype to NVDA can't read the change hotkey list in Skype options

I've just tested Skype 4.0 and NVDA reads the List with the Hotkeys. Maybe a changed field in Skype 4.0.

comment:2 Changed 3 years ago by mdcurran

This control has a window class of TTntStringGrid.UnicodeClass?.
We need to know if this class is based on something like SysListview32? if so then we will need to write a Window NVDAObject for SysListview32 that allows to find out the currently focused item with out using MSAA. Or, can we find out if this class has any window messages we can use to find this kind of info out?
We of course could also get Skype to change this control to something more standard.
Failing all this, when NVDA gets display hooks we may have a chance of reading the control.

comment:3 Changed 3 years ago by Bernd

  • Milestone 0.6 deleted

I think we don't need this in Release 0.6.

Note: See TracTickets for help on using tickets.