1 // $Xorg: japan,v 1.3 2000/08/17 19:54:34 cpqbld Exp $
3 // Japanese keyboards need Eisu and Kana shift and
4 // lock keys, which are typically bound to the
5 // second shift level for some other modifier key.
6 // These interpretations disable the default
7 // interpretation (which would have these keys set
8 // the same modifier as the level one symbol).
10 default partial xkb_compatibility "japan" {
12 interpret.repeat= False;
14 interpret Eisu_Shift+Lock {
18 interpret Eisu_toggle+Lock {
22 interpret Kana_Shift+Lock {
26 interpret Kana_Lock+Lock {
31 // Some Japanese keyboards have an explict Kana Lock key & matching LED
33 partial xkb_compatibility "kana_lock" {
35 virtual_modifiers Kana_Lock;
37 interpret Kana_Lock+AnyOfOrNone(all) {
38 virtualModifier= Kana_Lock;
40 action= LockGroup(group=+1);