-
Notifications
You must be signed in to change notification settings - Fork 146
Description
Hi, your project is awesome.
I have been reading your code, it is good code.
But I found a little problem, well I am trying to fixing (in a local branch) but I could not fix it.
The little problem is the differences between languages, for example the action "Zoom out in Timeline panel to show the entire composition duration" in the "Adobe After Effects" is key combination [ shift ] + [ ; ] = [ : ](in english layout), but in spanish layout is key combination [ shift ] + [ . ] = [ : ] .
I think maybe it is better [ keycode ] -> [ action ] instead [ keys combinations ] -> [ action ].
And in the previous example is: [ colon ] -> [ Zoom out in Timeline panel to show the entire composition duration ]
The problem is change the javascript code and the source layouts. It is a lot of work, sorry, but I can help you.
Regards.