With jp106, cannot enter ']' and '}' .

メッセージ

Invoking Xorg after running kbd jp (or jp.swapctrlcaps), almost keymaps are OK. But pressing ], the character \ is entered. The case of } and | are alike.

Workaround:

  1. Generate xorg.conf.new
    # X -configure
  2. Replace InputDevice section in xorg.conf.new as described in kbd(4).
    Section "InputDevice"
        Identifier   "Keyboard0"
        Driver       "kbd"
        Option       "CoreKeyboard"
        Option       "XkbRules"      "xorg"
        Option       "XkbModel"      "jp106"
        Option       "XkbLayout"     "jp"
        # Option       "XkbVariant"    ",qwerty"
        # Option       "XkbOptions"    "grp:menu_toggle,grp_led:scroll"
        # Option       "XkbOptions"    "ctrl:nocaps"
    EndSection
    Uncomment line with "ctrl:nocaps" if you wish make CAPS key additional CTRL key.
  3. Install xorg.conf.new
    # cp xorg.conf.new /etc/X11/xorg.conf



Front page   New Page list Search Recent changes   Help   RSS of recent changes