From 0feb5d5ba71012d43009f1bbbc2aa66d0a33a58b Mon Sep 17 00:00:00 2001 From: Vexatos Date: Fri, 19 Jul 2024 19:00:30 +0200 Subject: [PATCH] Added deselect hotkey to README Also mentioned the settings window. --- README.md | 4 +++- src/lang/en_gb.lang | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 939c005f..77fa88fe 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Hold right click to move around the map. Left click is your main way of placing In any menu, you can hover over the name of an option or field for a detailed tooltip explaining its meaning and usage. -Lönn supports a couple of keybinds and special mouse functionality, with more to come. The following list might not be comprehensive. Note that you can change all keybinds in the configuration file. +Lönn supports a couple of keybinds and special mouse functionality, with more to come. The following list might not be comprehensive. Note that you can change all keybinds in the settings window or the configuration file. --- @@ -87,9 +87,11 @@ Lönn supports a couple of keybinds and special mouse functionality, with more t - Left click: Select object - Left click existing selection: Cycle through objects under cursor (smallest to largest) + - Double Left click: Select all similar objects - Left click & drag: Select multiple objects - Shift + Left click & drag: Add to current selection - Ctrl + A: Select all objects + - Ctrl + Shift + A: Clear current selection - Right click selection: Open properties of selected object(s) - Holding Left mouse button over selection: Drag selected objects - Shift + Holding Left mouse button over selection: Axis-bound object dragging diff --git a/src/lang/en_gb.lang b/src/lang/en_gb.lang index 24656fe4..57f6b8b5 100644 --- a/src/lang/en_gb.lang +++ b/src/lang/en_gb.lang @@ -1837,7 +1837,7 @@ settings.hotkeys.description.itemsCopy=Copy the selected objects to the clipboar settings.hotkeys.description.itemsCut=Cut the selected objects to the clipboard. settings.hotkeys.description.itemsPaste=Paste a selection from the clipboard if possible. settings.hotkeys.description.itemsSelectAll=Select all objects. -settings.hotkeys.description.itemsDeselect=Cancels the current selection. +settings.hotkeys.description.itemsDeselect=Clears the current selection. settings.editor.description.selectionAddModifier=While held, add to the current selection rather than replacing it. settings.editor.description.itemAddNode=Add a node to the selected object if possible. settings.editor.description.objectCloneButton=Mouse button to use for cloning hovered objects.