Skip to content

Commit

Permalink
fix(Modules): remove figma msgbox
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Jan 5, 2023
1 parent 78f125e commit fc9bbb8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Modules/App-Figma.ahk
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@




Return

#if FigmaWindowActiveQ()

FigmaWindowActiveQ(){
; 作成中 📝 – Figma
if(WinActive(".*– Figma.*")){
msgbox figma active
return 1
}
return 0
Expand Down
25 changes: 25 additions & 0 deletions Modules/App-Figma.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Figma Enhanced

Use Alt+HJKL to navigate, switch focus, zoom in and out in figma.
使用 Alt+HJKL 在 figma 中导航,切換焦点,縮放。

## 常用功能/特性

## 说明

| 模式 | Anki 增强模块 | 说明 |
| -------------------- | :------------: | ----------------------------------------------------------- |
| 在 Anki-学习界面 | `w 或 k 或 ↑` | 按下=撤销,松开显示答案 |
| 在 Anki-学习界面 | `a 或 h 或 ←` | 按下=顺利,松开显示答案 |
| 在 Anki-学习界面 | `s 或 j 或 ↓` | 按下=困难,松开显示答案 |
| 在 Anki-学习界面 | `d 或 l 或 →` | 按下=生疏,松开显示答案 |
| 在 Anki-学习界面 | `q` | 返回上个界面 |
| 在 Anki-学习界面 | `c` | 添加新卡片 |
| 在 Anki-学习界面 | `1 或 NumPad1` | 困难(原键位不动) |
| 在 Anki-学习界面 | `2 或 NumPad2` | 生疏(原键位不动) |
| 在 Anki-学习界面 | `3 或 NumPad3` | 一般(原键位不动) |
| 在 Anki-学习界面 | `4 或 NumPad4` | 顺利(原键位不动) |
| 在 Anki-学习界面 | `5 或 NumPad5` | 撤销 |
| 在 Anki-学习界面 | `6 或 NumPad6` | 暂停卡片 |
| 在 Anki-学习界面 | `Alt + i` | 快速导入剪贴版的内容(按 Tab 分割) / 比如可以从 Excel 复制 |
| 在 Anki-添加卡片界面 | `Alt + s` | 按下 添加 按钮 |

0 comments on commit fc9bbb8

Please sign in to comment.