Displaying 4 results from an estimated 4 matches for "multi_key".
2015 Mar 09
0
[ANNOUNCE] libX11 1.6.3
This release of libX11 looks bigger than it is, due to a lot of spec/doc
cleanup work that doesn't affect the code itself. There is still a good
deal of bug fixes, code cleanup, locale improvements, and compose key table
additions, including new UTF-8 compose sequences for:
<Multi_key> <R> <equal> : "<U+20B9>" U20b9 # INDIAN RUPEE SIGN
<Multi_key> <S> <semicolon> : "Ș" U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW
<Multi_key> <s> <semicolon> : "ș" U0219 # LATIN SMALL LETTER S WI...
2008 Sep 04
0
[ANNOUNCE] libX11 1.1.5
...or legacy X11 headers
NLS: Make UTF-8 the default for Russian
gitignore: Update with loads more bits from server
Update to 1.1.5
James Cloos (5):
Add some dead_key sequences to en_US.UTF-8 Compose table
Fix commit 21e464ec682ab23ba20ddf6bd72c6db214cfbe01
Add <Multi_key> <cedilla> Compose tuples
Work on making the en_US and pt_BR UTF-8 Compose as similar as possible.
Add more <Multi_key> <cedilla> Compose tuples
Jens Herden (1):
NLS: Add Khmer compose sequences (bug #5706)
Josh Triplett (1):
Fix fd.o bug 15023: make X...
2006 Apr 02
0
Re: Keyboard Rewrite
...s a duplicate Shift_L
The left windows key (between left shift and left alt) generates Super_L
The right windows key (between AltGR and Menu key) generates Super_R
The Menu key (between right windows key and right control key) generates Alt_R
The AltGR key is ISO_Level3_Shift, and when shifted is Multi_key. But I've never
found a use for Multi_key yet.
DF
2008 Nov 05
0
[ANNOUNCE] libX11 1.1.99.2
...X11TransConnectDisplay()
Chris Ball (1):
Remove configure check for xcb-xlib.
Daniel Stone (2):
gitignore: Update with loads more bits from server
configure.ac: Fix CC_FOR_BUILD logic error
James Cloos (9):
Fix commit 21e464ec682ab23ba20ddf6bd72c6db214cfbe01
Add <Multi_key> <cedilla> Compose tuples
Work on making the en_US and pt_BR UTF-8 Compose as similar as possible.
Add more <Multi_key> <cedilla> Compose tuples
nls (en_US) Re-remove long compositions that override shorter
Complete the set of vulgar fractions
Remo...