Comment 20 for bug 940927

Revision history for this message
Kurt Hong (kurthong) wrote :

Sorry...rephrased.

I think Hangul/Hanja key is the same as Num Lock or Caps Lock practically. So, it should be level 1 key.

My xkeyboard configuration is like shown below...

partial hidden function_keys
xkb_symbols "koreankeys_raltctl" {
    key <RALT> {
      type[Group1]="ONE_LEVEL",
      symbols[Group1] = [ Hangul ]
    };
    //key <RALT> { [ Hangul ] };
    key <RCTL> {
      type[Group1]="ONE_LEVEL",
      symbols[Group1] = [ Hangul_Hanja ]
    };
    //key <RCTL> { [ Hangul_Hanja ] };
};

I hope this bug or conflicition gets fixed ASAP as all Korean 101/104 keyboard users encounter the same issue whenever they have new installation of linux.