GPencil: Change Interpolate shortcut to Ctrl+E

Before the shortcut was Ctrl+Alt+E, but it's more logic remove the Alt.

Reviewed by: @mendio, @pepeland
This commit is contained in:
Antonio Vazquez 2020-09-04 16:11:17 +02:00
parent 97871e16ff
commit ee49ce482a
Notes: blender-bot 2023-03-24 17:05:22 +01:00
Referenced by commit 0b4991f5a7, Fix unreported: unmatching shortcut between gp modes
Referenced by commit 14a4961490, Fix unreported: unmatching shortcut between gp modes
1 changed files with 1 additions and 1 deletions

View File

@ -3147,7 +3147,7 @@ def km_grease_pencil_stroke_edit_mode(params):
items.extend([
# Interpolation
("gpencil.interpolate", {"type": 'E', "value": 'PRESS', "ctrl": True, "alt": True}, None),
("gpencil.interpolate", {"type": 'E', "value": 'PRESS', "ctrl": True}, None),
("gpencil.interpolate_sequence", {"type": 'E', "value": 'PRESS', "shift": True, "ctrl": True}, None),
# Normal select
("gpencil.select", {"type": params.select_mouse, "value": params.select_mouse_value},