You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a new command engine to process all kinds of shortcut commands and modifiers. Writing a bunch of if statement is not a great idea for reusability and extensibility.
Engine Features
Separate all different commands into a dedicated file as a list of JavaScript objects.
Add validation support for all commands.
Optimize the command engine file for extensibility.
The text was updated successfully, but these errors were encountered:
Overview
We need a new command engine to process all kinds of shortcut commands and modifiers. Writing a bunch of
if
statement is not a great idea for reusability and extensibility.Engine Features
The text was updated successfully, but these errors were encountered: