mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-04 01:40:21 -05:00
input: add new Unicode input mode
This mode is activated through the new key-bindings.unicode-input and search-bindings.unicode-input key bindings. When active, the user can “build” a Unicode codepoint by typing its hexadecimal value. Note that there’s no visual feedback in this mode. This is intentional. This mode is intended to be a fallback for users that don’t use an IME. Closes #1116
This commit is contained in:
parent
fa2d9f8699
commit
8967dd9cfe
11 changed files with 167 additions and 2 deletions
|
|
@ -52,11 +52,16 @@
|
|||
`ctrl`+`shift`+`x` respectively ([#30][30]).
|
||||
* `colors.search-box-no-match` and `colors.search-box-match` options
|
||||
to `foot.ini` ([#1112][1112]).
|
||||
* Very basic Unicode input mode via the new
|
||||
`key-bindings.unicode-input` and `search-bindings.unicode-input` key
|
||||
bindings. Note that there is no visual feedback, as the preferred
|
||||
way of entering Unicode characters is with an IME ([#1116][1116]).
|
||||
|
||||
[1058]: https://codeberg.org/dnkl/foot/issues/1058
|
||||
[1070]: https://codeberg.org/dnkl/foot/issues/1070
|
||||
[30]: https://codeberg.org/dnkl/foot/issues/30
|
||||
[1112]: https://codeberg.org/dnkl/foot/issues/1112
|
||||
[1116]: https://codeberg.org/dnkl/foot/issues/1116
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue