Bug 25025 - Supporting conjunct characters in xkb layout
Summary: Supporting conjunct characters in xkb layout
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/Input/XKB (show other bugs)
Version: unspecified
Hardware: Other Linux (All)
: medium normal
Assignee: Daniel Stone
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-10 22:29 UTC by Parag
Modified: 2012-10-31 01:42 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Parag 2009-11-10 22:29:42 UTC
Can it be possible to add functionality to map conjunct (a character combination of more than one Unicode characters) ? 

I tried
    Key <AE08> { [ U096E, U0936 U094D U0930] };
but this is not working.

Can someone help here fixing this issue?
Comment 1 Sergey V. Udaltsov 2010-01-18 15:59:34 UTC
This is not possible within XKB. And XKB architecture has nothing to do with xkeyboard-config
Comment 2 Daniel Stone 2012-10-31 01:42:45 UTC
xkbcomp 1.2.5 will support new syntax, which libxkbcommon already supports:
key <AE08> { [ U096E, { U0936, U094D, U0930 } ] };

But due to limitations in X, this won't work in X11.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.