simple-im: add support for unicode input
This commit is contained in:
parent
9ac4fea594
commit
481e9b3854
13 changed files with 158 additions and 1 deletions
|
|
@ -1843,7 +1843,8 @@
|
|||
"enable-simple-im",
|
||||
"disable-simple-im",
|
||||
"toggle-simple-im-enabled",
|
||||
"reload-simple-im"
|
||||
"reload-simple-im",
|
||||
"enable-unicode-input"
|
||||
]
|
||||
},
|
||||
"SimpleIm": {
|
||||
|
|
|
|||
|
|
@ -4216,6 +4216,12 @@ The string should have one of the following values:
|
|||
|
||||
This is useful if you change the XCompose files after starting the compositor.
|
||||
|
||||
- `enable-unicode-input`:
|
||||
|
||||
Enables Unicode input in the simple, XCompose based input method.
|
||||
|
||||
This has no effect if the simple IM is not currently active.
|
||||
|
||||
|
||||
|
||||
<a name="types-SimpleIm"></a>
|
||||
|
|
|
|||
|
|
@ -1050,6 +1050,11 @@ SimpleActionName:
|
|||
Reloads the simple, XCompose based input method.
|
||||
|
||||
This is useful if you change the XCompose files after starting the compositor.
|
||||
- value: enable-unicode-input
|
||||
description: |
|
||||
Enables Unicode input in the simple, XCompose based input method.
|
||||
|
||||
This has no effect if the simple IM is not currently active.
|
||||
|
||||
|
||||
Color:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue