Linux

奇怪的問題。我的左箭頭鍵不起作用,有時會靜音

  • June 26, 2013

我的左箭頭鍵沒有按預期工作。

在 KDE 中,它使聲音靜音。

在 Awesome Window 管理器中,它什麼也不做。

這是我的00-keyboard.conf文件:我已經厭倦了評論XkbModelXkbLayout還有XkbVariant選項,但沒有好處

#This file was generated by the Anaconda installer
Section "InputClass"
       Identifier  "keyboard"
       MatchIsKeyboard "on"
       Option         "XkbModel"   "evdev"
       Option         "XkbLayout"     "us,ara"
       Option         "XkbVariant"    ",qwerty_digits"
       Option          "XkbOptions"    "grp:alt_shift_toggle,terminate:ctrl_alt_bksp,"
EndSection

Section "ServerFlags"
       Option  "DontZap" "false"
EndSection

這是我的.Xmodmap文件(請注意,無論是否使用 xmodmap ,左箭頭都不起作用:

keycode 113 = 0x1008FF12 (the actual mute button)
keycode 224 = 0x1008FF03 (lowering brightness button - not working too)

任何幫助,將不勝感激。這真的很奇怪。我正在使用 Fedora 18。

您可以嘗試查看該鍵是否提供了預期的鍵碼xev並按下該鍵以查看它生成的實際鍵碼。我已經看到有一些液體溢出的“工作”鍵盤會生成錯誤(和多個)鍵碼。

您的鍵盤似乎處於“我們”模式。在那我生成鍵碼 113,所以靜音似乎並不完全出乎你的意料.Xmodmap

確保重新啟動 X(註銷 Windowmanager 並重新登錄),以確保對 .Xmodmap 的更改生效。

引用自:https://unix.stackexchange.com/questions/80669