From b6a0a332c5aa184a6b42aa91088b0dc6f3478eb7 Mon Sep 17 00:00:00 2001 From: Agata Cacko Date: Wed, 18 Mar 2020 11:05:16 +0000 Subject: [PATCH] Fix the shortcut for selecting the tool (It's already fixed on master in 7b97048f50c1b71f10c386b64217e8c6b8102a4a) BUG:408555 --- reference_manual/tools/rectangular_select.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference_manual/tools/rectangular_select.rst b/reference_manual/tools/rectangular_select.rst index 63a6a31033..ed38328f42 100644 --- a/reference_manual/tools/rectangular_select.rst +++ b/reference_manual/tools/rectangular_select.rst @@ -22,7 +22,7 @@ This tool, represented by a rectangle with a dashed border, allows you to make : Hotkeys and Stickykeys ---------------------- -* :kbd:`J` selects this tool. +* :kbd:`Ctrl + R` selects this tool. * :kbd:`R` sets the selection to 'replace' in the tool options, this is the default mode. * :kbd:`A` sets the selection to 'add' in the tool options. * :kbd:`S` sets the selection to 'subtract' in the tool options. -- GitLab