我想将批处理脚本连接到快捷方式。当我在系统设置 > 键盘 > 快捷方式下绑定它时,它适用于每个键,除了来自外部 Apple 键盘的亮度键。
亮度键在 showkey 中使用键码224和225识别。
xev 输出:
FocusOut event, serial 41, synthetic NO, window 0x4000001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 41, synthetic NO, window 0x4000001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 41, synthetic NO, window 0x0,
keys: 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 …Run Code Online (Sandbox Code Playgroud)