Keymap: Consistent hotkey for Jump to Previous/Next Keyframe
Use "Up Arrow" to jump to the next keyframe, and "Down Arrow" for the previous keyframe, to be consistent within Blender and other software. See PR for details. Pull Request: https://projects.blender.org/blender/blender/pulls/140301
This commit is contained in:
@@ -3673,9 +3673,9 @@ def km_frames(params):
|
||||
("screen.frame_jump", {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
||||
{"properties": [("end", False)]}),
|
||||
("screen.keyframe_jump", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True},
|
||||
{"properties": [("next", True)]}),
|
||||
("screen.keyframe_jump", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True},
|
||||
{"properties": [("next", False)]}),
|
||||
("screen.keyframe_jump", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True},
|
||||
{"properties": [("next", True)]}),
|
||||
("screen.keyframe_jump", {"type": 'MEDIA_LAST', "value": 'PRESS'},
|
||||
{"properties": [("next", True)]}),
|
||||
("screen.keyframe_jump", {"type": 'MEDIA_FIRST', "value": 'PRESS'},
|
||||
|
Reference in New Issue
Block a user