Skip to content

Commit 0a23524

Browse files
committedAug 10, 2021
docs: Small clarification about creating tile stamps
See issue #2899 (cherry picked from commit c38e9be)
1 parent fe93bbe commit 0a23524

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎docs/manual/editing-tile-layers.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ Managing Tile Stamps
164164
It can often be useful to store the current tile stamp somewhere to use
165165
it again later. The following shortcuts work for this purpose:
166166

167-
- ``Ctrl + 1-9`` - Store current tile stamp (similar to ``Ctrl + C``)
167+
- ``Ctrl + 1-9`` - Store current tile stamp. When no tile drawing tool is
168+
selected, tries to capture the current tile selection (similar to
169+
``Ctrl + C``).
168170
- ``1-9`` - Recall the stamp stored at this location (similar to
169171
``Ctrl + V``)
170172

‎docs/manual/keyboard-shortcuts.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ When a tile layer is selected
7272
- ``R`` - Activate Rectangular Select
7373
- ``W`` - Activate Magic Wand
7474
- ``S`` - Activate Select Same Tile
75-
- ``Ctrl + 1-9`` - Store current tile selection (similar to
76-
``Ctrl + C``)
75+
- ``Ctrl + 1-9`` - Store current tile stamp. When no tile drawing tool is
76+
selected, tries to capture the current tile selection (similar to
77+
``Ctrl + C``).
7778
- ``1-9`` recall the previous selection (similar to ``Ctrl + V``)
7879
- ``Ctrl + A`` - Select the whole layer
7980
- ``Ctrl + Shift + A`` - Select nothing

0 commit comments

Comments
 (0)
Please sign in to comment.