diff options
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs index 4e63387..2a1e5ed 100644 --- a/src/config.rs +++ b/src/config.rs @@ -19,6 +19,7 @@ pub struct ToolActivationKeys { pub icon: Button, pub polygon_room: Button, pub rect_room: Button, + pub selection: Button, pub wall: Button, } @@ -73,6 +74,7 @@ impl Default for Config { icon: Button::Keyboard(KeyboardKey::I), polygon_room: Button::Keyboard(KeyboardKey::P), rect_room: Button::Keyboard(KeyboardKey::R), + selection: Button::Keyboard(KeyboardKey::S), wall: Button::Keyboard(KeyboardKey::W), }, tool_general_keys: ToolGeneralKeys { |
