Keymaps: keep Select Box as default tool.
This commit is contained in:
@@ -784,7 +784,7 @@ def km_uv_editor(params):
|
||||
# Quick switch to select tool, since left select can't easily
|
||||
# select with any tool active.
|
||||
items.extend([
|
||||
op_tool_cycle("Select", {"type": 'W', "value": 'PRESS'}),
|
||||
op_tool_cycle("Select Box", {"type": 'W', "value": 'PRESS'}),
|
||||
])
|
||||
|
||||
return keymap
|
||||
@@ -1133,7 +1133,7 @@ def km_view3d(params):
|
||||
# Quick switch to select tool, since left select can't easily
|
||||
# select with any tool active.
|
||||
items.extend([
|
||||
op_tool_cycle("Select", {"type": 'W', "value": 'PRESS'}),
|
||||
op_tool_cycle("Select Box", {"type": 'W', "value": 'PRESS'}),
|
||||
])
|
||||
|
||||
return keymap
|
||||
|
||||
Reference in New Issue
Block a user