Skip to content

Commit

Permalink
fix MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
soarqin committed Dec 8, 2021
1 parent 4647814 commit f327275
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions doc/KeyMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,10 @@ Keys:
| `CAPITAL` `CAPSLOCK` | CAPS LOCK key |
| `KANA` | IME Kana mode |
| `HANGUL` | IME Hangul mode |
| `IME_ON` | IME On |
| `JUNJA` | IME Junja mode |
| `FINAL` | IME final mode |
| `HANJA` | IME Hanja mode |
| `KANJI` | IME Kanji mode |
| `IME_OFF` | IME Off |
| `ESCAPE` | ESC key |
| `CONVERT` | IME convert |
| `NONCONVERT` | IME nonconvert |
Expand Down
2 changes: 0 additions & 2 deletions src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,10 @@ uint32_t mapStringToVKey(const std::string &name, uint32_t &mods) {
{"CAPSLOCK", VK_CAPITAL},
{"KANA", VK_KANA},
{"HANGUL", VK_HANGUL},
{"IME_ON", VK_IME_ON},
{"JUNJA", VK_JUNJA},
{"FINAL", VK_FINAL},
{"HANJA", VK_HANJA},
{"KANJI", VK_KANJI},
{"IME_OFF", VK_IME_OFF},
{"ESCAPE", VK_ESCAPE},
{"CONVERT", VK_CONVERT},
{"NONCONVERT", VK_NONCONVERT},
Expand Down

0 comments on commit f327275

Please sign in to comment.