
Ubuntu日本語フォーラム
ログインしていません。
Shift押しながら英字キーを押すと小文字なのが大文字になると思います。
だけど、急にそのShitキーを使っても大文字にならなくなりました。
原因はわかりません。知ってる人がいたら教えてください!
原因機種 Dynabook KIRA V63/27M
オフライン
satukiyamabuki による投稿:
Shift押しながら英字キーを押すと小文字なのが大文字になると思います。
だけど、急にそのShitキーを使っても大文字にならなくなりました。
原因はわかりません。知ってる人がいたら教えてください!
原因機種 Dynabook KIRA V63/27M
ハードの問題かソフトの問題か切り分けましょう
1: 右シフトも左シフトも効効かない -> ソフトの問題の可能性が高い
2: USBキーボードはOK -> ハードの問題の可能性が高い
3: 以前とキータッチの感触が違う -> ハードの問題の可能性が高い
4: 水等の液体をこぼした、ホコリが溜まっている -> 掃除してみる
等など
オフライン
https://superuser.com/questions/248517/ … d-in-linuxで知ったのですが、xevコマンドを使う方法はどうでしょう。
白いウィンドウが開くので、マウスをそのウィンドウ上に置いてシフトキーを押してみてください。
下記のように"Shift_L"とか"Shift_R"などと押したキーを表示してくれます。
Bash$ xev | grep 'keycode' state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES, state 0x1, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES, state 0x0, keycode 38 (keysym 0x61, a), same_screen YES, state 0x0, keycode 38 (keysym 0x61, a), same_screen YES, state 0x0, keycode 25 (keysym 0x77, w), same_screen YES, state 0x0, keycode 25 (keysym 0x77, w), same_screen YES, state 0x0, keycode 24 (keysym 0x71, q), same_screen YES, state 0x0, keycode 24 (keysym 0x71, q), same_screen YES, state 0x0, keycode 62 (keysym 0xffe2, Shift_R), same_screen YES, state 0x1, keycode 62 (keysym 0xffe2, Shift_R), same_screen YES, state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES, state 0x1, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES, state 0x0, keycode 133 (keysym 0xffeb, Super_L), same_screen YES, state 0x40, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
オフライン
私もxevで、Shiftの部分を調べたら反応なしでした。ハードウエアのトラブルみたいです。
ノートパソコンにUSB接続のキーボードで入力してみたら普通にShiftキーの反応はありました。
返信ありがとうございました。中古のPCだったので、しかたないのかもしれません(9800円で買ったw)
Beats による投稿:
https://superuser.com/questions/248517/ … d-in-linuxで知ったのですが、xevコマンドを使う方法はどうでしょう。
白いウィンドウが開くので、マウスをそのウィンドウ上に置いてシフトキーを押してみてください。
下記のように"Shift_L"とか"Shift_R"などと押したキーを表示してくれます。コード:
Bash$ xev | grep 'keycode' state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES, state 0x1, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES, state 0x0, keycode 38 (keysym 0x61, a), same_screen YES, state 0x0, keycode 38 (keysym 0x61, a), same_screen YES, state 0x0, keycode 25 (keysym 0x77, w), same_screen YES, state 0x0, keycode 25 (keysym 0x77, w), same_screen YES, state 0x0, keycode 24 (keysym 0x71, q), same_screen YES, state 0x0, keycode 24 (keysym 0x71, q), same_screen YES, state 0x0, keycode 62 (keysym 0xffe2, Shift_R), same_screen YES, state 0x1, keycode 62 (keysym 0xffe2, Shift_R), same_screen YES, state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES, state 0x1, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES, state 0x0, keycode 133 (keysym 0xffeb, Super_L), same_screen YES, state 0x40, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
オフライン