Skip to content

Commit

Permalink
Remove non-working keycodes
Browse files Browse the repository at this point in the history
  • Loading branch information
oneup03 committed Sep 20, 2024
1 parent b6106ae commit f155ba8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions vrto3d/src/key_mappings.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,6 @@ static std::unordered_map<std::string, int> VirtualKeyMappings = {
{"VK_F22", VK_F22},
{"VK_F23", VK_F23},
{"VK_F24", VK_F24},
{"VK_1", VK_1},
{"VK_2", VK_2},
{"VK_3", VK_3},
{"VK_4", VK_4},
{"VK_5", VK_5},
{"VK_6", VK_6},
{"VK_7", VK_7},
{"VK_8", VK_8},
{"VK_9", VK_9},
{"VK_0", VK_0},
{"VK_OEM_MINUS", VK_OEM_MINUS},
{"VK_OEM_PLUS", VK_OEM_PLUS},
};
Expand Down

0 comments on commit f155ba8

Please sign in to comment.