Files
tldr/pages.zh/linux/showkey.md

24 lines
461 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# showkey
> 显示按下的键的键码,帮助调试与键盘相关的问题和键位重映射。
> 更多信息:<https://manned.org/showkey>。
- 以十进制查看键码:
`sudo showkey`
- 以十六进制显示扫描码:
`sudo showkey {{-s|--scancodes}}`
- 以十进制显示键码(默认):
`sudo showkey {{-k|--keycodes}}`
- 以ASCII、十进制和十六进制显示键码
`sudo showkey {{-a|--ascii}}`
- 退出程序:
`Ctrl + d`