mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 11:35:08 -04:00
You should be able to bind to arrow keys.
This commit is contained in:
parent
88e2c86b62
commit
6389f8bf13
@ -21,7 +21,6 @@ namespace ClassicalSharp {
|
|||||||
bool IsReservedKey( Key key ) {
|
bool IsReservedKey( Key key ) {
|
||||||
return key == Key.Escape || key == Key.F12 || key == Key.Slash || key == Key.BackSpace ||
|
return key == Key.Escape || key == Key.F12 || key == Key.Slash || key == Key.BackSpace ||
|
||||||
(key >= Key.Insert && key <= Key.End) ||
|
(key >= Key.Insert && key <= Key.End) ||
|
||||||
(key >= Key.Up && key <= Key.Right) || // chat screen movement
|
|
||||||
(key >= Key.Number0 && key <= Key.Number9); // block hotbar
|
(key >= Key.Number0 && key <= Key.Number9); // block hotbar
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user