Issue 52: ibus-anthy: Add another typing_rule
http://code.google.com/p/ibus/issues/detail?id=52

Comment #31 by Shawn.P.Huang:
I know uim and scim how to handle this issue now. I could do the same  
thing. But I
still  has one question, why do not suggest Japanese users to use 'Japan -  
OADG 109A'
keyboard layout? Or why not  make 'Japan - OADG 109A' as default layout for  
jp106
keyboard? Does 'Japan - OADG 109A' layout cause any other problems?
I compared 'Japan - OADG 109A' with 'Japan' layout. They are same except  
the [yen,
bar] key. Please check attached image. The image contains those two layouts.
Below are jp layouts' defines. The only different is `key <AE13> { [  
backslash, bar
  ] }' or `key <AE13> { [ yen, bar     ] };'.

// jp106 keyboard map
partial default alphanumeric_keys
xkb_symbols "106" {
     include "jp(common)"
     name[Group1]= "Japan";

     key <AE13> { [ backslash, bar   ] };
};

// OADG109A map
partial alphanumeric_keys
xkb_symbols "OADG109A" {

     include "jp(common)"
     name[Group1]= "Japan - OADG 109A";

     key <AE13> { [ yen, bar     ] };
};


Attachments:
        JapanLayout.png  29.9 KB



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ibus-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/ibus-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

回复