Keymap: use 'W' key for select toolbar shortcut

This commit is contained in:
Campbell Barton 2018-11-26 16:10:00 +11:00
parent c906cdc197
commit 10bded145d
1 changed files with 1 additions and 1 deletions

View File

@ -4920,8 +4920,8 @@ def km_popup_toolbar(params):
"Toolbar Popup",
{"space_type": 'EMPTY', "region_type": 'TEMPORARY'},
{"items": [
op_tool("Select", {"type": 'W', "value": 'PRESS'}),
op_tool("Transform", {"type": 'T', "value": 'PRESS'}),
op_tool("Annotate", {"type": 'D', "value": 'PRESS'}),
op_tool("Measure", {"type": 'M', "value": 'PRESS'}),
]},
)