用大写键结合主键区实现常用文本导航功能,减少多余动作提升打字效率
组合键 | 标题 | 操作类型 |
---|---|---|
H | 左移一格 | Keystroke |
I | 移至行首 | Keystroke |
J | 下移一行 | Keystroke |
K | 上移一行 | Keystroke |
L | 右移一格 | Keystroke |
M | 前删一词 | Keystroke |
N | 前删一字 | Keystroke |
O | 移至行末 | Keystroke |
P | 向下翻页 | Keystroke |
U | 向上翻页 | Keystroke |
, | 后删一字 | Keystroke |
. | 后删一词 | Keystroke |
LeftShift + H | 左选一格 | Keystroke |
LeftShift + I | 选至行首 | Keystroke |
LeftShift + J | 下选一行 | Keystroke |
LeftShift + K | 上选一行 | Keystroke |
LeftShift + L | 右选一格 | Keystroke |
LeftShift + M | 删至段首 | SendKeys |
LeftShift + N | 删至行首 | SendKeys |
LeftShift + O | 选至行末 | Keystroke |
LeftShift + P | 选至页尾 | Keystroke |
LeftShift + U | 选至页首 | Keystroke |
LeftShift + , | 删至行末 | SendKeys |
LeftShift + . | 删至段末 | SendKeys |