KomodoOpenLab / TeclaAccess

Tecla Access is a set of open software and hardware tools that facilitate switch access to electronic devices for people with mobility impairments.
http://mobile-accessibility.idrc.ocad.ca/projects/tekla
26 stars 25 forks source link

Waiting time for repeating keys via the Shield should be reset #146

Closed ijdoc closed 11 years ago

ijdoc commented 11 years ago

Carolyn reported she can only type a character 3 times before the waiting time for repeating keys expires.

sagar-chandarana commented 11 years ago

I am able to locate the code lines where the issue may reside. But I am confused what is it meant by 'Repeating Keys'? 1) Does it mean that the Self-Scanning (Highlighting) of keys is not delayed when a key is pressed, scanning goes on and on, leaving no extra time for pressing the same key again and again. or 2) 'Repeating key press' for the characters is also allowed but not working properly. (But in ca.idi.tekla.ime.TeclaIME.selectHighlighted(Boolean repeat) , it says 'Repeat is only implemented for Navigation Keys')

Please guide me.

ijdoc commented 11 years ago

It is more as in your second interpretation. The delay existed but was not reset after a key selection, so users could not select the same key more than a handful of times before the highlight reset.

This issue has been resolved in the last build though (inside the tags folder on jorgesilva's fork). We are just waiting for user feedback to confirm the solution. On 19 Feb 2013 09:29, "sagarchandarana123" notifications@github.com wrote:

I am able to locate the code lines where the issue may reside. But I am confused what is it meant by 'Repeating Keys'? 1) Does it mean that the Self-Scanning (Highlighting) of keys is not delayed when a key is pressed, scanning goes on and on, leaving no extra time for pressing the same key again and again. or 2) 'Repeating key press' for the characters is also allowed but not working properly. (But in ca.idi.tekla.ime.TeclaIME.selectHighlighted(Boolean repeat) , it says 'Repeat is only implemented for Navigation Keys')

Please guide me.

— Reply to this email directly or view it on GitHubhttps://github.com/idrc/TeclaAccess/issues/146#issuecomment-13774926.

sagar-chandarana commented 11 years ago

Ohk.. At this point I've almost gone through the whole code. Could you please direct me to an issue or an enhancement on which I can work on?

ijdoc commented 11 years ago

Fixed on develop branch already