How to make one key stroke emit 3 unicode character in a custom keyboard layout? #349
Replies: 1 comment
-
Hi, this is a very advanced topic, and you probably already know more about doing this than most others. All I can do is point you to some resources I've recommended in the past: https://askubuntu.com/questions/510024/what-are-the-steps-needed-to-create-a-new-keyboard-layout |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a custom keyboard layout for my regional language by editing different files. It works fine except for one problem. One of the characters needs 3 unicode characters in combination I.e. I want all the 3 characters to be emitted in single key stroke. Please help me to do so.
The characters are as follows
ক+্+ষ --> ক্ষ
U0995 + U09CD + U09B7 --> ক্ষ
This combination needs to be emitted from the third character of the key
key <AB04>
, shown below.I added language file to
/usr/share/X11/xkb/symbols
and entry to the/usr/share/X11/xkb/rules/evdev.xml
fileextract from the file I added:
Needs to add the letter ক্ষ to the 3 rd position of 6th key in the shift L line from left.

Beta Was this translation helpful? Give feedback.
All reactions