mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix the wrong default keybind change
This commit is contained in:
parent
15ecdfb9b4
commit
15d2a6d3dc
@ -69,7 +69,7 @@ impl Default for ControlSettings {
|
||||
Self {
|
||||
primary: KeyMouse::Mouse(MouseButton::Left),
|
||||
secondary: KeyMouse::Mouse(MouseButton::Right),
|
||||
toggle_cursor: KeyMouse::Key(VirtualKeyCode::L),
|
||||
toggle_cursor: KeyMouse::Key(VirtualKeyCode::Tab),
|
||||
escape: KeyMouse::Key(VirtualKeyCode::Escape),
|
||||
enter: KeyMouse::Key(VirtualKeyCode::Return),
|
||||
command: KeyMouse::Key(VirtualKeyCode::Slash),
|
||||
@ -102,7 +102,7 @@ impl Default for ControlSettings {
|
||||
interact: KeyMouse::Mouse(MouseButton::Right),
|
||||
toggle_wield: KeyMouse::Key(VirtualKeyCode::T),
|
||||
charge: KeyMouse::Key(VirtualKeyCode::Key1),
|
||||
free_look: KeyMouse::Key(VirtualKeyCode::LAlt),
|
||||
free_look: KeyMouse::Key(VirtualKeyCode::L),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user