Created
January 11, 2022 11:16
-
-
Save Creta5164/7e56c28627fcd1c4b896f84d222de985 to your computer and use it in GitHub Desktop.
Keyboard binding name collection that used in Unity's Input System.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 | |
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
escape | |
f1 | |
f2 | |
f3 | |
f4 | |
f5 | |
f6 | |
f7 | |
f8 | |
f9 | |
f10 | |
f11 | |
f12 | |
a | |
b | |
c | |
d | |
e | |
f | |
g | |
h | |
i | |
j | |
k | |
l | |
m | |
n | |
o | |
p | |
q | |
r | |
s | |
t | |
u | |
v | |
w | |
x | |
y | |
z | |
minus | |
equals | |
backspace | |
leftBracket | |
rightBracket | |
backslash | |
semicolon | |
quote | |
enter | |
comma | |
period | |
slash | |
backquote | |
upArrow | |
downArrow | |
leftArrow | |
rightArrow | |
alt | |
ctrl | |
shift | |
space | |
tab | |
capsLock | |
insert | |
home | |
pageUp | |
delete | |
end | |
pageDown | |
printScreen | |
numLock | |
numpadDivide | |
numpadMultiply | |
numpadMinus | |
numpad0 | |
numpad1 | |
numpad2 | |
numpad3 | |
numpad4 | |
numpad5 | |
numpad6 | |
numpad7 | |
numpad8 | |
numpad9 | |
numpadPlus | |
numpadEnter | |
numpadPeriod | |
numpadEquals | |
scrollLock | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment