acat
acat copied to clipboard
Pressing F12 selects the subsequent word, not the highlighted word
When clicking the highlighted word the software seems to delay and select the next word in the word list. This can be frustrating when one constantly has to delete and try again. Scrolling speeds between screens are on default. Is this a bug or can it be adjusted?
@RalfCT I found the error is in some of the AlphabetScanner .xml files. For example here in the AlphabetScannerAlternate.xml file.
The correct form is:
<Widget name="PWLItem1" onSelect="actuate(PWLItem1);transition(TopLevelRotation)"/>
Changing the .xml file for the layout you use will fix it.