Add unicode input method switching option #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the configuration does not allow to change the unicode input method to
UC_WINC
for unicode inputs on windows.A shortcut to change the mode on the fly should be added, to enable unicode input on both Windows and Linux.
created branch
1-add-unicode-input-method-switching-option
to address this issuementioned in merge request !1
The current implementation add mappings to the main special characters in French and Danish.
However, it does not allow capitalized inputs for those characters, which could come handy in some situations.
Now that UNICODE input has been verified, a method needs to be implemented to ease the input of capitalized and non-capitalized characters using the same layer.
This would also fix the formatting issue with the mapping file, because of unusually long unicode character codes.