Keymap: Add Alt-A, Ctrl-I to file-select space

This commit is contained in:
Campbell Barton 2019-06-22 20:13:56 +10:00
parent f2e601ebd8
commit dc6a6f1828
1 changed files with 2 additions and 2 deletions

View File

@ -1750,7 +1750,7 @@ def km_file_browser(_params):
return keymap
def km_file_browser_main(_params):
def km_file_browser_main(params):
items = []
keymap = (
"File Browser Main",
@ -1799,7 +1799,7 @@ def km_file_browser_main(_params):
{"properties": [("direction", 'RIGHT'), ("extend", True), ("fill", True)]}),
("file.previous", {"type": 'BUTTON4MOUSE', "value": 'CLICK'}, None),
("file.next", {"type": 'BUTTON5MOUSE', "value": 'CLICK'}, None),
("file.select_all", {"type": 'A', "value": 'PRESS'}, None),
*_template_items_select_actions(params, "file.select_all"),
("file.select_box", {"type": 'B', "value": 'PRESS'}, None),
("file.select_box", {"type": 'EVT_TWEAK_L', "value": 'ANY'}, None),
("file.select_box", {"type": 'EVT_TWEAK_L', "value": 'ANY', "shift": True},