mirror of
https://github.com/Estom/notes.git
synced 2026-04-27 03:51:03 +08:00
linux 命令和教程补充
This commit is contained in:
26
Linux/command/gpm.md
Normal file
26
Linux/command/gpm.md
Normal file
@@ -0,0 +1,26 @@
|
||||
gpm
|
||||
===
|
||||
|
||||
提供文字模式下的滑鼠事件处理
|
||||
|
||||
## 补充说明
|
||||
|
||||
**gpm命令** 是Linux的虚拟控制台下的鼠标服务器,用于在虚拟控制台下实现鼠标复制和粘贴文本的功能。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
gpm(选项)
|
||||
```
|
||||
|
||||
### 选项
|
||||
|
||||
```shell
|
||||
-a:设置加速值;
|
||||
-b:设置波特率;
|
||||
-B:设置鼠标按键次序;
|
||||
-m:指定鼠标设备文件;
|
||||
-t:设置鼠标类型。
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user