Keymap: Ctrl-Home/End to set start/end frame

New shortcuts for the dope-sheet.
This commit is contained in:
Campbell Barton 2019-02-21 14:37:14 +11:00
parent 3d5585fac4
commit c0659c83a9
1 changed files with 2 additions and 0 deletions

View File

@ -1921,6 +1921,8 @@ def km_dopesheet(params):
op_menu_pie("VIEW3D_MT_proportional_editing_falloff_pie", {"type": 'O', "value": 'PRESS', "shift": True}),
("marker.add", {"type": 'M', "value": 'PRESS'}, None),
("marker.rename", {"type": 'M', "value": 'PRESS', "ctrl": True}, None),
("anim.start_frame_set", {"type": 'HOME', "value": 'PRESS', "ctrl": True}, None),
("anim.end_frame_set", {"type": 'END', "value": 'PRESS', "ctrl": True}, None),
])
if params.apple: