Handle special negative values in codePoints #1377
Labels
enhancement
New feature or request
PR
Contributors are encouranged to submit a pull request. Just ask in case you are interested.
Is your feature request related to a problem? Please describe.
I would like to chain negative code points using
multi_text_key
.Describe the solution you'd like
In the wiki, it is stated that
code
support special negative values (listed in checkAndConvertCode).Could it be possible to use those negative values in
codePoints
?Currently, this layout.json containing
{ "$": "multi_text_key", "codePoints": [-34, -11], "label": "U" }
can not be imported: I have this error from the logs.Use case
I want to change case of the current word like described here #599 (comment). To do that, I want to select the word, then press
shift
with this key{ "$": "multi_text_key", "codePoints": [-34, -11], "label": "U" }
The text was updated successfully, but these errors were encountered: