* With jp106, cannot enter ']' and '}' . [#ad6307ef]

- ページ: [[LiveCD/4.7/BTS]]
- 投稿者: [[kaw]]
- 優先順位: 普通
- 状態: 提案
- カテゴリー: native bug
- 投稿日: 2010-05-04 (火) 00:16:38
- バージョン: 

** メッセージ [#y720b6de]
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:
+Generate xorg.conf.new
 # X -configure
+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.
+Install xorg.conf.new
 # cp xorg.conf.new /etc/X11/xorg.conf
--------

#comment


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