CapsLock++相关配置
| 组合键 | 标题 | 操作类型 |
|---|---|---|
| ] + \ | 选中区加{ } | PasteText |
| Backspace(退格) | 删去当前行 | SendKeys |
| Return(回车) | 换至下一行 | SendKeys |
| Space | 退格 | Keystroke |
| A | InputText | |
| C | Keystroke | |
| D | SendKeys | |
| F | SendKeys | |
| H | Ctrl+← | Keystroke |
| I | ↑ | Keystroke |
| J | ← | Keystroke |
| K | ↓ | Keystroke |
| L | → | Keystroke |
| M | Keystroke | |
| O | End | Keystroke |
| P | InputText | |
| R | SendKeys | |
| S | InputText | |
| T | Keystroke | |
| U | Home | Keystroke |
| V | Keystroke | |
| X | InputText | |
| ; | Ctrl+→ | Keystroke |
| ' | InputScript | |
| Alt + Space | 删去当前行 | SendKeys |
| 9 + 0 | 选中区加( ) | PasteText |
| LeftAlt + H | Cttrl+Shift+← | Keystroke |
| LeftAlt + I | shift+↑ | Keystroke |
| LeftAlt + J | shifu+← | Keystroke |
| LeftAlt + K | shift+↓ | Keystroke |
| LeftAlt + L | shift+→ | Keystroke |
| LeftAlt + M | 增减书签 | Keystroke |
| LeftAlt + O | 从此选中至行尾 | Keystroke |
| LeftAlt + U | 从行首选至此 | Keystroke |
| LeftAlt + V | Keystroke | |
| LeftAlt + ; | Ctrl+Shift+→ | Keystroke |
| LeftAlt + ' | 选中区加" " | PasteText |
| [ + ] | 选中区加[ ] | PasteText |