List of all keycodes (Some might not work):

https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes


Officially supported keycodes (Recommended to use one of these):

- VK_F1
- VK_F2
- VK_F3
- VK_F4
- VK_F5
- VK_F6
- VK_F7
- VK_F8
- VK_F9
- VK_F10
- VK_F11
- VK_F12

- VK_TAB
- VK_SHIFT
- VK_RETURN
- VK_BACK
- VK_ESCAPE

An installation guide can be found on the No Hat Knock Off Nexus modpage.