Compare commits

...

1 Commits
master ... dev

Author SHA1 Message Date
Thomas Forgione e1e923a6df Left shift 2020-04-22 12:14:15 +02:00
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,
}