[immodule-qt] National keyboard support

Choe Hwanjin krisna at kldp.org
Sun Aug 15 05:47:11 EEST 2004


On Sat, Aug 14, 2004 at 05:37:31PM +0900, YamaKen wrote:
> Hi all,
> 
> I had added national keyboard support to Qt::Key by importing
> keycodes from keysymdef.h of the X, but I'm not sure whether
> imported keycodes are sufficient or excessive. Please help.
> 
> The imported keycodes are following. Mode_switch, Multi_key,
> dead keys and Japanese keys are certainly required, but I'm not
> sure about Korean and other national keyboards. Please let me
> know what is required.
> 
> Choe, please help me about Korean keyboard :)
> 
> 	// Korean support
> 	Key_Hangul              = 0x1131,  // Hangul start/stop(toggle)
> 	Key_Hangul_Start        = 0x1132,  // Hangul start
> 	Key_Hangul_End          = 0x1133,  // Hangul end, English start
> 	Key_Hangul_Hanja        = 0x1134,  // Start Hangul->Hanja Conversion
> 	Key_Hangul_Jamo         = 0x1135,  // Hangul Jamo mode
> 	Key_Hangul_Romaja       = 0x1136,  // Hangul Romaja mode
> 	Key_Hangul_Codeinput    = 0x1137,  // Hangul code input mode
> 	Key_Hangul_Jeonja       = 0x1138,  // Jeonja mode
> 	Key_Hangul_Banja        = 0x1139,  // Banja mode
> 	Key_Hangul_PreHanja     = 0x113a,  // Pre Hanja conversion
> 	Key_Hangul_PostHanja    = 0x113b,  // Post Hanja conversion
> 	Key_Hangul_SingleCandidate   = 0x113c,  // Single candidate
> 	Key_Hangul_MultipleCandidate = 0x113d,  // Multiple candidate
> 	Key_Hangul_PreviousCandidate = 0x113e,  // Previous candidate
> 	Key_Hangul_Special      = 0x113f,  // Special symbols
> 	//Key_Hangul_switch       = 0x117e,  // Alias for mode_switch
> 

I think this will be enough for korean :)
In fact, many korean users need only 2 keys, Key_Hangul and
Key_Hangul_Hanja. But I think rest of the keys are good for future.

> I had been seeing Korean keyboard layout for a while and given
> up...
> 
> http://www.macromedia.com/support/fontographer/ts/documents/cjk.htm
> 
> -------------------------------
> YamaKen  yamaken at bp.iij4u.or.jp
> _______________________________________________
> immodule-qt mailing list
> immodule-qt at freedesktop.org
> http://freedesktop.org/mailman/listinfo/immodule-qt



More information about the immodule-qt mailing list