443 B
443 B
@aomao/plugin-selectall
Select all plugins
Installation
$ yarn add @aomao/plugin-selectall
Add to engine
import Engine, {EngineInterface} from'@aomao/engine';
import Selectall from'@aomao/plugin-selectall';
new Engine(...,{ plugins:[Selectall] })
hot key
The shortcut key is mod+a
, which cannot be modified
Command
//Use command to execute the plugin
engine.command.execute('selectall');