Fix: Default keymap was missing Alt-click to scrub in the Graph Editor

This commit is contained in:
William Reynish 2019-06-10 09:28:58 +02:00
parent 030c7df19d
commit f11929c145
Notes: blender-bot 2023-02-14 08:42:54 +01:00
Referenced by commit 30c431d662, Revert "Keymap: Add additional scrubbing affordance (Alt-LMB)"
1 changed files with 1 additions and 0 deletions

View File

@ -1441,6 +1441,7 @@ def km_graph_editor(params):
if params.select_mouse == 'LEFTMOUSE' and not params.legacy:
items.extend([
("graph.cursor_set", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True}, None),
("graph.cursor_set", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True}, None),
])
else:
items.extend([