diff options
| author | Jules Aguillon | 2026-02-19 00:37:42 +0100 |
|---|---|---|
| committer | GitHub | 2026-02-19 00:37:42 +0100 |
| commit | df3594bd53c71d06f6e103f6782bb26b970beac4 (patch) | |
| tree | c998211c06617baadd821a1a9bee03a66f1b51ee /srcs/special_font/162.svg | |
| parent | ebf80415d8034d853bd79ba7cfb578db67862529 (diff) | |
| download | unexpected-keyboard-df3594bd53c71d06f6e103f6782bb26b970beac4.tar.gz unexpected-keyboard-df3594bd53c71d06f6e103f6782bb26b970beac4.zip | |
Autocomplete on space bar and undo on delete (#1179)
* Refactor: Implement the space key as an editing action
The space key is no longer a CHAR key but now an EDITING key. This
allows changing the behavior of the space bar while allowing custom
layout users to define a key outputing a space as before.
KeyModifier and ComposeKey are updated to treat the space key as before.
* Enter the best suggestion when the space bar is pressed
* Refactor: Implement backspace as an editing action
* Undo suggestion when delete is pressed
The delete key (backspace internally) undoes the suggestion if the last
action done was entering the suggestion with either the space bar or the
candidates view.
* Add an option to enable space bar autocomplete
This option is off by default. Undoing a completion with backspace works
in any case.
* Refactor: Track selection emptyness in CurrentlyTypedWord
This removes an expensive RPC call.
Diffstat (limited to 'srcs/special_font/162.svg')
0 files changed, 0 insertions, 0 deletions
