Skip to content

Commit

Permalink
Update DESIGN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Dec 3, 2021
1 parent ddfa2bc commit a478f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ The script also performs some optimization work to reduce the amount of wrapper
| `generator/default-keybindings-win.json` | the default keybindings of VS Code for Windows |
| `generator/default-keybindings-linux.json` | the default keybindings of VS Code for Linux |
| `generator/default-keybindings-mac.json` | the default keybindings of VS Code for macOS |
| `generator/gen_wrapperjs` | a script to generate default wrapper keybindings and write them in `package.json` |
| `generator/verify_wrapperjs` | a script to verify the output of `gen_wrapper.js` |
| `generator/gen_wrapper.js` | a script to generate default wrapper keybindings and write them in `package.json` |
| `generator/verify_wrapper.js` | a script to verify the output of `gen_wrapper.js` |

## Capturing typed characters

Expand Down

0 comments on commit a478f7d

Please sign in to comment.