Skip to content

Commit

Permalink
fix: 前删,后删逻辑优化
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Apr 18, 2021
1 parent 3cdfedc commit 0c1a58b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
4 changes: 1 addition & 3 deletions Modules/01.2-插件-编辑增强.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,7 @@ o & y:: Send {End}+{Home}

; 前删,后删
*t:: Send {Blind}{BackSpace}
*+t:: Send {Blind}{Shift Up}{Delete}
*^t:: Send ^{BackSpace}
*^+t:: Send ^{Delete}
*+t:: Send {Blind}{Shift Up}{Delete}{Shift Down}

; 回车
*g:: Enter
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ CapsLockX 默认加载了一些常用的模块,功能与使用方法已在下

### 秒打时间戳

| 模式 | 秒打时间戳 | 说明 |
| ---- | ---------- | ------------------------------------------------- |
| 全局 | #D# | 插入日期, 类似 这样的时间戳 |
| 全局 | #DD# | 插入日期, 类似 (20190115) 这样的时间戳 |
| 全局 | #DT# | 插入日期时间, 类似 (20190115.164744) 这样的时间戳 |
| 全局 | #DD# | 插入时间, 类似 (1647) 这样的时间戳 |
| 全局 | # | 插入版本号, 类似 v2019.01.15 这样的版本号 |
| 模式 | 秒打时间戳 | 说明 |
| ---- | ---------- | --------------------------------------------------- |
| 全局 | #D# | 插入日期, 类似 2021-04-19- 这样的时间戳 |
| 全局 | #DD# | 插入日期, 类似 (20190115) 这样的时间戳 |
| 全局 | #T# | 插入日期时间, 类似 20190115.164744 这样的时间戳 |
| 全局 | #TT# | 插入日期时间, 类似 (20190115.164744) 这样的时间戳 |
| 全局 | #DT# | 插入日期时间, 类似 2021-04-19 04:30:35 这样的时间戳 |

<!-- 模块文件名:应用-Anki增强.ahk-->

Expand Down
14 changes: 7 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@ CapsLockX 默认加载了一些常用的模块,功能与使用方法已在下

### 秒打时间戳

| 模式 | 秒打时间戳 | 说明 |
| ---- | ---------- | ------------------------------------------------- |
| 全局 | #D# | 插入日期, 类似 这样的时间戳 |
| 全局 | #DD# | 插入日期, 类似 (20190115) 这样的时间戳 |
| 全局 | #DT# | 插入日期时间, 类似 (20190115.164744) 这样的时间戳 |
| 全局 | #DD# | 插入时间, 类似 (1647) 这样的时间戳 |
| 全局 | # | 插入版本号, 类似 v2019.01.15 这样的版本号 |
| 模式 | 秒打时间戳 | 说明 |
| ---- | ---------- | --------------------------------------------------- |
| 全局 | #D# | 插入日期, 类似 2021-04-19- 这样的时间戳 |
| 全局 | #DD# | 插入日期, 类似 (20190115) 这样的时间戳 |
| 全局 | #T# | 插入日期时间, 类似 20190115.164744 这样的时间戳 |
| 全局 | #TT# | 插入日期时间, 类似 (20190115.164744) 这样的时间戳 |
| 全局 | #DT# | 插入日期时间, 类似 2021-04-19 04:30:35 这样的时间戳 |

<!-- 模块文件名:应用-Anki增强.ahk-->

Expand Down

0 comments on commit 0c1a58b

Please sign in to comment.