Does not commit space when user uses 1~5 to select candidate.
This commit is contained in:
Родитель
f55614858e
Коммит
a98b627b68
|
@ -53,7 +53,7 @@ class Engine (interface.IEngine):
|
|||
if index >= len (candidates):
|
||||
return False
|
||||
candidate = candidates[index][0]
|
||||
self._commit_string (candidate + " ")
|
||||
self._commit_string (candidate)
|
||||
return True
|
||||
elif keyval == keysyms.Page_Up or keyval == keysyms.KP_Page_Up:
|
||||
if self._lookup_table.page_up ():
|
||||
|
|
Загрузка…
Ссылка в новой задаче