From 483fbaa3c3f1a71a351134157609212cdd132843 Mon Sep 17 00:00:00 2001 From: svu Date: Thu, 26 Oct 2006 23:06:34 +0000 Subject: [PATCH] fixing Japanese layout, b.fd.o#8503 --- keycodes/xfree86 | 6 ++++-- symbols/jp | 11 +++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/keycodes/xfree86 b/keycodes/xfree86 index f2d7d6b..4561c04 100644 --- a/keycodes/xfree86 +++ b/keycodes/xfree86 @@ -156,6 +156,8 @@ xkb_keycodes "basic" { = 129; // Henkan = 131; // Muhenkan = 133; // Yen + = 210; // Alphanumeric mode on macintosh + = 209; // Kana mode on macintosh // Keys that are generated on Korean keyboards @@ -321,8 +323,8 @@ xkb_keycodes "basic" { = 206; // = 207; // alias = ; // - = 209; // - = 210; // + alias = ; // + alias = ; // alias = ; // = 219; // = 220; // diff --git a/symbols/jp b/symbols/jp index a9e81a8..c0d7085 100644 --- a/symbols/jp +++ b/symbols/jp @@ -87,6 +87,17 @@ xkb_symbols "common" { symbols[Group1]= [ Hiragana_Katakana, Romaji ] }; + key { + type[Group1]="PC_SYSRQ", + symbols[Group1]= [ Eisu_toggle ] + }; + + key { + type[Group1]="PC_SYSRQ", + symbols[Group1]= [ Hiragana_Katakana ] + }; + + key { type[Group1]= "PC_SYSRQ", symbols[Group1]= [ Print, Execute ] -- 2.32.0.93.g670b81a890