Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing F12 selects the subsequent word, not the highlighted word #48

Open
RalfCT opened this issue Apr 18, 2017 · 1 comment
Open

Comments

@RalfCT
Copy link

RalfCT commented Apr 18, 2017

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?

@zelmon64
Copy link

@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 added a commit to zelmon64/acat that referenced this issue Apr 24, 2017
PWLItem1 was set to actuate(PWLItem2) instead of itself and so on.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants