TReKiE / freecompose

Automatically exported from code.google.com/p/freecompose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support more than two keys for compose

GoogleCodeExporter opened this issue · comments

Feature suggestion:

Simplest algorithm would be to search for an exact match, and use it if one is 
found, and if not, do the error sound / leave compose mode if there are no 
prefix matches either.

Avoiding collisions [a compose "ab" and "abc" for example] would simply be done 
by not defining any with collisions [maybe with a warning in the edit window], 
rather than doing anything clever like a delay to wait to see if they're going 
to type "c"

Original issue reported on code.google.com by random832@gmail.com on 16 Feb 2011 at 4:49