Lenovo X1 Carbon의 일부 멀티미디어 키가 인식되지 않습니다 xev
. 예를 들어, "볼륨 작게" 키를 누를 때마다 다음과 같은 출력이 표시됩니다.
FocusOut event, serial 34, synthetic NO, window 0x4800001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 34, synthetic NO, window 0x4800001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 34, synthetic NO, window 0x0,
keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
그러나 "주요 이벤트"는 ACPI에서 인식됩니다. 사용하면 acpi_listen
다음과 같은 결과가 나옵니다.
button/volumedown VOLDN 00000080 00000000 K
button/volumeup VOLUP 00000080 00000000 K
XF86AudioLowerVolume
이를 좀 더 클래식 하고 유사한 키 에 어떻게 매핑할 수 있나요 ? 이것이 가능하지 않은 경우 이를 사용자 정의 스크립트에 직접 매핑하는 가장 좋은 방법은 무엇입니까?