linux 命令和教程补充

This commit is contained in:
estomm
2021-12-24 11:16:28 +08:00
parent 40e916976b
commit b7c3653392
586 changed files with 46455 additions and 39 deletions

26
Linux/command/gpm.md Normal file
View File

@@ -0,0 +1,26 @@
gpm
===
提供文字模式下的滑鼠事件处理
## 补充说明
**gpm命令** 是Linux的虚拟控制台下的鼠标服务器用于在虚拟控制台下实现鼠标复制和粘贴文本的功能。
### 语法
```shell
gpm(选项)
```
### 选项
```shell
-a设置加速值
-b设置波特率
-B设置鼠标按键次序
-m指定鼠标设备文件
-t设置鼠标类型。
```