Labels.js 120 B

1234567
  1. const { I } = inject();
  2. module.exports = {
  3. selectWithHotkey(labelHotkey) {
  4. I.pressKey(`${labelHotkey}`);
  5. },
  6. };