You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
489 B

7 years ago
gpm
===
提供文字模式下的滑鼠事件处理
## 补充说明
**gpm命令** 是Linux的虚拟控制台下的鼠标服务器用于在虚拟控制台下实现鼠标复制和粘贴文本的功能。
### 语法
```
gpm(选项)
```
### 选项
```
-a设置加速值
-b设置波特率
-B设置鼠标按键次序
-m指定鼠标设备文件
-t设置鼠标类型。
```
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->