https://github.com/qiuweikangdev/hot-key
基于AutoHotkey自动化脚本热键
https://github.com/qiuweikangdev/hot-key
Last synced: 6 months ago
JSON representation
基于AutoHotkey自动化脚本热键
- Host: GitHub
- URL: https://github.com/qiuweikangdev/hot-key
- Owner: qiuweikangdev
- License: mit
- Created: 2023-01-21T06:48:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T15:35:25.000Z (over 2 years ago)
- Last Synced: 2025-02-06T12:48:02.648Z (over 1 year ago)
- Language: AutoHotkey
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 自动化脚本热键
用键盘来完成我们日常的开发任务。不用鼠标
## 光标快速移动
* `alt+i` 触发 向上键
* `alt+j `触发 向左键
* `alt+k` 触发 向下键
* `alt+l `触发 向右键
## 快速选择文本
* `alt+shift+i `触发 向上选中文本
* `alt+shift+j `触发 向左选中文本
* `alt+shift+k` 触发 向下选中文本
* `alt+shift+l `触发 向右选中文本
## 删除当前行
* `alt+d `
## 移动到开头位置
* `alt+a `
## 移动到末尾位置
* `alt+e `
## 回车键换行
* `alt+n `
## 快速移动位置
* `ctrl+j `触发 ctrl+向左键
* `ctrl+l` 触发 ctrl+向右键
## 移动上下位置
* `ctrl+shift+i `触发 alt+向上键
* `ctrl+shift+k `触发 alt+向下键
## 鼠标滚轮移动
- `alt + RF `滚轮上下滑动
## 打开谷歌浏览器
- `alt+b`
## 打开终端
- `alt+t`