Industry Compat keymap: Add Batch Rename to Alt-Return

This commit is contained in:
William Reynish 2019-09-05 10:51:02 +02:00
parent c2a0f5c3d4
commit f2400c1bb5

@ -182,6 +182,8 @@ def km_window(params):
)
items.extend([
("wm.batch_rename", {"type": 'RET', "value": 'PRESS', "alt": True}, None),
# File operations
("wm.read_homefile", {"type": 'N', "value": 'PRESS', "ctrl": True}, None),
op_menu("TOPBAR_MT_file_open_recent", {"type": 'O', "value": 'PRESS', "shift": True, "ctrl": True}),