Lenovo ThinkPad USB トラックポイントキーボード(英語) 55Y9003

追記:rc.confの設定を書き忘れていたので追加。2010/01/15


55Y9003をFreeBSDで使用する場合の設定。設定内容は以下の2点。

/etc/rc.conf (抜粋)

keymap="us.pc-ctrl"
moused_enable="YES"

/etc/X11/xorg.conf (抜粋)

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"kbd"
	Option		"XkbOptions"		"ctrl:nocaps"
EndSection

Section "InputDevice"
	Identifier	"TrackPoint Wheel Emulation"
	Driver		"mouse"
	Option		"Device"	 "/dev/sysmouse"
	Option		"EmulateWheel"		"TRUE"
	Option		"EmulateWheelButton"	"2"
	Option		"Emulate3Buttons"	"FALSE"
	Option		"XAxisMapping"		"6 7"
	Option		"YAxisMapping"		"4 5"
EndSection

問題

以下の同時押しが認識されない。

  • Shift+CapsLk+F1
  • Shift+CapsLk+2
  • Shift+CapsLk+w
  • Shift+CapsLk+s
  • Shift+CapsLk+x

CapsLkの代わりにCtrlなら問題なし。