Bug 1714

Summary: fix "/" key for phonetic layout
Product: xkeyboard-config Reporter: Ani <petrosyan>
Component: GeneralAssignee: xkb
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: fix "/" key for phonetic layout

Description Ani 2004-10-26 21:48:28 UTC
here is a patch that fixes "/" key in phonetic layout

--- am.old      2004-10-27 00:38:40.000000000 -0400
+++ am  2004-10-27 00:41:18.366570544 -0400
@@ -170,6 +170,6 @@
     key <LatB> {       [ 0x1000562,  0x1000532 ]       };
     key <LatN> {       [ 0x1000576,  0x1000546 ]       };
     key <LatM> {       [ 0x1000574,  0x1000544 ]       };
-    key <AB10> {       [ 0x1002026,  0x100055e ]       };
+    key <AB10> {       [ 0x100002F,  0x100055e ]       };

 };
Comment 1 Ani 2004-10-26 21:54:45 UTC
Created attachment 1180 [details] [review]
fix "/" key for phonetic layout
Comment 2 Sergey V. Udaltsov 2004-10-28 17:17:16 UTC
fixed in CVS

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.