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

https://github.com/onface/relax-your-hands

✋ 提高按键效率,避免双手大幅度移动
https://github.com/onface/relax-your-hands

Last synced: about 1 month ago
JSON representation

✋ 提高按键效率,避免双手大幅度移动

Awesome Lists containing this project

README

        

# 释放你的双手

> 提高按键效率,避免双手大幅运动

> 减少右下角方向键和右上角delete使用频率

**本教材只支持 MacOS,不过Windows 也可以用 karabiner 配置。**

1. 安装 [karabiner](https://pqrs.org/osx/karabiner/)
2. 下载 [https://raw.githubusercontent.com/onface/relax-your-hands/master/karabiner.json](https://raw.githubusercontent.com/onface/relax-your-hands/master/karabiner.json)
3. 将下载文件替换 `~/.config/karabiner/karabiner.json` 文件

## 组合键

- right_commnad + ikjl 上 下 左 右
- right_commnad + uo 向上翻页,向下翻页
- right_commnad + ; 向前删除(使用 right_command ikjl 时候使用)
- right_commnad + xcv 撤销 剪贴 复制 粘贴
- right_commnad + zy 撤销(undo) 重做(redo)
- right_commnad + s 切换大小写
- left_commnad + e 回车

## 技巧

- right_command + left_command + j 移动到行首
- right_command + left_command + l 移动到行尾
- right_command + left_command + i 移动到第一行
- right_command + left_command + k 移动到最后一行

## 替换键

### right_command

> (必须替换键)

right_command ~ left_control 配合组合键

### caps_lock

caps_lock 改为 向前删除

### grave_accent_and_tilde & right_option

` 改为 Esc

right_option 改为 `

主要是因为 Macbook pro 的 touchbar 手感太傻逼了。

除了 `right_command` 均可以通过 `Karabiner-Elements` 软件中的 `Simple Modifcations` 删除

[Github:onface/relax-your-hands](https://github.com/onface/relax-your-hands)