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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to