An open API service indexing awesome lists of open source software.

https://github.com/qiuweikangdev/hot-key

基于AutoHotkey自动化脚本热键
https://github.com/qiuweikangdev/hot-key

Last synced: 6 months ago
JSON representation

基于AutoHotkey自动化脚本热键

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`