⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 input-kbd.man

📁 主要是对Linux输入子系统的一些简单操作 比如lsinput是看有多少输入设备 比如input-events是看输入设备的键值 用来调试输入子系统很好
💻 MAN
字号:
.TH INPUT-KBD 8 "July 2005" "" "".SH NAMEinput-kbd \- print or modify keyboard maps for input devices.SH SYNOPSIS\fBinput\-kbd\fR \fInum\fR.HP 10\fBinput\-kbd \fR [\fB\-f\fR\ \fIfile\fR] \fIdevnr\fR.SH DESCRIPTION.PP\fBinput\-kbd\fR prints the keyboard map of kernel input device\fIdevnr\fR on stdout.The keyboard map maps scancodes to keycodes..PPIf the device supports a keyboard map, it is printed in the following format(from the output for an AT keyboard): .IP        0x0001 =  67  # KEY_F9        0x0002 =  65  # KEY_F7        0x0003 =  63  # KEY_F5        0x0004 =  61  # KEY_F3 .PPIf the device does not support a keyboard map, \fBinput\-kbd\fR just lists the keys and buttons supported by the device,like this (for a mouse):.IP        bits: BTN_LEFT        bits: BTN_RIGHT        bits: BTN_MIDDLE .SH OPTIONS.TP\fIdevnr\fRThe index of the input device to use (0 for /dev/input/event0 and so on)..TP\fB\-f\fR \fIfile\fRRead a keyboard map from a file and reconfigure the device with this map.The map file uses the same format as the output of this command.Key names are also accepted instead of keycodes, like this: .IP	0x0001 = KEY_F9 .SH AUTHORGerd Knorr.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -