Compare commits

..

No commits in common. "dev" and "master" have entirely different histories.
dev ... master

1 changed files with 1 additions and 1 deletions

View File

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