From 22418bb1e90b7c1b1d98ef56b03ae836fa63c46c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 16 Mar 2000 14:35:51 +0000 Subject: [PATCH] Compose table was too big to include in the key table - moved it to a separate table... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1041 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Input.html | 252 ++++++++++++++++++------------------ 1 file changed, 128 insertions(+), 124 deletions(-) diff --git a/documentation/Fl_Input.html b/documentation/Fl_Input.html index 87b3c9421..56d751184 100644 --- a/documentation/Fl_Input.html +++ b/documentation/Fl_Input.html @@ -75,130 +75,8 @@ selection. RightCtrl or
Compose
Start a compose-character -sequence. The next one or two keys typed define the character to insert: - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KeysCharKeysCharKeysCharKeysCharKeysCharKeysChar
spacenbsp*°`AÀD-Ð`aàd-ð -
!¡+-±'AÁ~NÑ'aá~nñ -
%¢2²A^Â`OÒ^aâ`oò -
#£3³~AÃ'OÓ~aã'oó -
$¤'´:AÄ^OÔ:aä^oô -
y=¥uµ*AÅ~OÕ*aå~oõ -
|¦pAEÆ:OÖaeæ:oö -
&§.·,CÇx×,cç-:÷ -
:¨,¸E`ÈO/Ø`eèo/ø -
c©1¹'EÉ`UÙ'eé`uù -
aªoº^EÊ'UÚ^eê'uú -
<<«>>»:EË^UÛ:eë^uû -
~¬14¼`IÌ:UÜ`iì:uü -
-­12½'IÍ'YÝ'ií'yý -
r®34¾^IÎTHÞ^iîthþ -
_¯?¿:IÏssß:iï:yÿ -
+sequence. The next one or two keys typed define the character to +insert (see table that follows.)

For instance, to type "á" type [compose][a]['] or [compose]['][a]. @@ -224,6 +102,132 @@ actually be able to see what dead key you typed, and if you then move the cursor without completing the sequence the accent will remain inserted. + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Character Composition Table
KeysCharKeysCharKeysCharKeysCharKeysCharKeysChar
spnbsp*°` AÀD -Ð` aàd -ð +
!¡+ -±' AÁ~ NÑ' aá~ nñ +
%¢2²A ^Â` OÒ^ aâ` oò +
#£3³~ AÃ' OÓ~ aã' oó +
$¤'´: AÄ^ OÔ: aä^ oô +
y =¥uµ* AÅ~ OÕ* aå~ oõ +
|¦pA EÆ: OÖa eæ: oö +
&§.·, CÇx×, cç- :÷ +
:¨,¸E `ÈO /Ø` eèo /ø +
c©1¹' EÉ` UÙ' eé` uù +
aªoº^ EÊ' UÚ^ eê' uú +
< <«> >»: EË^ UÛ: eë^ uû +
~¬1 4¼` IÌ: UÜ` iì: uü +
-­1 2½' IÍ' YÝ' ií' yý +
r®3 4¾^ IÎT HÞ^ iît hþ +
_¯?¿: IÏs sß: iï: yÿ +
+

Methods