[Mono-bugs] [Bug 77784][Nor] New - RichTextBox and compose key.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Mar 14 01:25:27 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77784

--- shadow/77784	2006-03-14 01:25:27.000000000 -0500
+++ shadow/77784.tmp.11735	2006-03-14 01:25:27.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 77784
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: miguel at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: RichTextBox and compose key.
+
+It is not possible to enter international characters using the compose key
+to enter them.
+
+To enter international characters, you must setup your "AltGr" (The Alt key
+on the right) key to be "Compose".  You can do that with this command:
+
+xmodmap -e "remove mod1 = Alt_R" -e "keysym Alt_R = Multi_key"
+
+Once this is done, you can enter accented leters, for example: ó.
+
+This is done by pressing:
+1. RightAltKey
+2. the ' key (apostrophe).
+3. the letter o.
+
+That produces ó in Firefox for example.
+
+If this is attempted on the RichTextEdit it insert "'o" instead.


More information about the mono-bugs mailing list