Compare commits
No commits in common. "dev" and "master" have entirely different histories.
|
@ -94,7 +94,7 @@ impl KeyboardMap {
|
|||
pub fn default() -> KeyboardMap {
|
||||
KeyboardMap {
|
||||
jump_key: Key::Space,
|
||||
run_key: Key::LShift,
|
||||
run_key: Key::LAlt,
|
||||
left_key: Key::Left,
|
||||
right_key: Key::Right,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue