Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-08-09 18:35:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-09 18:48:53 +0300
commit0944750921f1a63f01bbbd873cd560f529ee91ff (patch)
tree2e8337b8990c62cd9e2ebf61e1312d3a31b77790 /release
parent18668a20cb419ea1a2e17fc9314eb7397e13a55c (diff)
Keymap: Ctrl-G now maps to Find Set Selected
This finds using the current selection instead of using the text in the find side-bar. More useful for quickly jump to other instances of a word.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/presets/keyconfig/keymap_data/blender_default.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/presets/keyconfig/keymap_data/blender_default.py b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
index fc0a00ae31e..7b58ac61c2c 100644
--- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py
+++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
@@ -2128,7 +2128,7 @@ def km_text_generic(_params):
),
("text.start_find", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
("text.jump", {"type": 'J', "value": 'PRESS', "ctrl": True}, None),
- ("text.find", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
+ ("text.find_set_selected", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
("text.replace", {"type": 'H', "value": 'PRESS', "ctrl": True}, None),
])