acat icon indicating copy to clipboard operation
acat copied to clipboard

Pressing F12 selects the subsequent word, not the highlighted word

Open RalfCT opened this issue 7 years ago • 1 comments

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 avatar Apr 18 '17 20:04 RalfCT

@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.

zelmon64 avatar Apr 24 '17 21:04 zelmon64