Left shift

This commit is contained in:
Thomas Forgione 2020-04-22 12:14:15 +02:00
parent 9c1eba173b
commit e1e923a6df
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ impl KeyboardMap {
pub fn default() -> KeyboardMap {
KeyboardMap {
jump_key: Key::Space,
run_key: Key::LAlt,
run_key: Key::LShift,
left_key: Key::Left,
right_key: Key::Right,
}