Keymap: movie-clip center frame, match graph view

This commit is contained in:
Campbell Barton 2018-07-04 18:37:27 +02:00
parent 54fba73812
commit 5a1aa5b935
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ static void clip_keymap(struct wmKeyConfig *keyconf)
#ifdef WITH_INPUT_NDOF
WM_keymap_add_item(keymap, "CLIP_OT_graph_view_all", NDOF_BUTTON_FIT, KM_PRESS, 0, 0);
#endif
WM_keymap_add_item(keymap, "CLIP_OT_graph_center_current_frame", PADPERIOD, KM_PRESS, 0, 0);
WM_keymap_add_item(keymap, "CLIP_OT_graph_center_current_frame", PAD0, KM_PRESS, 0, 0);
kmi = WM_keymap_add_item(keymap, "WM_OT_context_toggle", LKEY, KM_PRESS, 0, 0);
RNA_string_set(kmi->ptr, "data_path", "space_data.lock_time_cursor");