Left shift
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user