Open GoogleCodeExporter opened 8 years ago
i.e. the fix is here:
https://code.google.com/p/google-axs-chrome/source/browse/trunk/chromevox/chrome
vox/background/keymaps/classic_keymap.json
{"command": "openLongDesc",
"sequence": {"cvoxModifier": true,
"keys": {"keyCode": [67, 68]}
}},
change to
{"command": "openLongDesc",
"sequence": {"cvoxModifier": true,
"keys": {"keyCode": [67, 76]}
}},
Original comment by splinte...@gmail.com
on 1 May 2014 at 10:22
When rolled out in version 1.26 [1] Cvox+C>D had worked fine.
Subsequently that keyboard shortcut must have been assigned to another purpose.
Please restore a longdesc key shortcut. Thank you.
[1]
https://web.archive.org/web/20130326192946/http://www.chromevox.com/release_note
s.html
Original comment by laura.le...@gmail.com
on 1 May 2014 at 7:34
So either change the sequence for "Speak the current time and date"
{"command": "speakTimeAndDate",
"sequence": {"cvoxModifier": true,
"keys": {"keyCode": [67, 68]}
}},
to some other keys to allow Cvox+C>D to work again as in 1.26, or officially
remap longdesc to something like Cvox+C>L as proposed above, and explicitly
note it in release notes...
Original comment by splinte...@gmail.com
on 1 May 2014 at 7:44
Original issue reported on code.google.com by
splinte...@gmail.com
on 1 May 2014 at 10:17Attachments: