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>2021-01-21 08:37:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-21 08:37:52 +0300
commit985bc08688b7fb58a910171c63a1417580cffece (patch)
tree1d9860de0aeedd6ca4264931690f1db97db6abbb
parenteb45e7be47f7ab0a37f869bf1d12e6cee10b24b8 (diff)
parentcd4e27a4a176a87ddba246d9ea9423cf5d6fd935 (diff)
Merge branch 'blender-v2.92-release'
-rw-r--r--release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
index 3133b184f98..1a1fbc12754 100644
--- a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
+++ b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
@@ -2277,7 +2277,7 @@ def km_grease_pencil(_params):
def _grease_pencil_selection(params):
return [
- ("gpencil.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
+ ("gpencil.select", {"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True},
{"properties": [("extend", True), ("toggle", True)]}),
# Select all
("gpencil.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),