Skip to content

Commit 508d0bb

Browse files
committed
Added deselect hotkey to README
Also mentioned the settings window.
1 parent f988a0b commit 508d0bb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Hold right click to move around the map. Left click is your main way of placing
4747

4848
In any menu, you can hover over the name of an option or field for a detailed tooltip explaining its meaning and usage.
4949

50-
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.
50+
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.
5151

5252
---
5353

@@ -87,9 +87,12 @@ Lönn supports a couple of keybinds and special mouse functionality, with more t
8787

8888
- Left click: Select object
8989
- Left click existing selection: Cycle through objects under cursor (smallest to largest)
90+
- Double Left click: Select all similar objects
91+
- Ctrl + Double Left click: Select all similar objects but more strict
9092
- Left click & drag: Select multiple objects
9193
- Shift + Left click & drag: Add to current selection
9294
- Ctrl + A: Select all objects
95+
- Ctrl + Shift + A: Clear current selection
9396
- Right click selection: Open properties of selected object(s)
9497
- Holding Left mouse button over selection: Drag selected objects
9598
- Shift + Holding Left mouse button over selection: Axis-bound object dragging

src/lang/en_gb.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ settings.hotkeys.description.itemsCopy=Copy the selected objects to the clipboar
18371837
settings.hotkeys.description.itemsCut=Cut the selected objects to the clipboard.
18381838
settings.hotkeys.description.itemsPaste=Paste a selection from the clipboard if possible.
18391839
settings.hotkeys.description.itemsSelectAll=Select all objects.
1840-
settings.hotkeys.description.itemsDeselect=Cancels the current selection.
1840+
settings.hotkeys.description.itemsDeselect=Clears the current selection.
18411841
settings.editor.description.selectionAddModifier=While held, add to the current selection rather than replacing it.
18421842
settings.editor.description.itemAddNode=Add a node to the selected object if possible.
18431843
settings.editor.description.objectCloneButton=Mouse button to use for cloning hovered objects.

0 commit comments

Comments
 (0)