generated from template/router-template
update
This commit is contained in:
2
mod.ts
2
mod.ts
@@ -1,3 +1,3 @@
|
|||||||
import { Hotkeys } from './src/hot-api/hotkeys/index';
|
import { Hotkeys } from './src/hot-api/hotkeys/index.ts';
|
||||||
|
|
||||||
export { Hotkeys }
|
export { Hotkeys }
|
||||||
0
src/hot-api/jimeng/index.ts
Normal file
0
src/hot-api/jimeng/index.ts
Normal file
@@ -2,4 +2,4 @@ import { Hotkeys } from "@/hot-api/hotkeys/index.js";
|
|||||||
|
|
||||||
const hotkeys = new Hotkeys();
|
const hotkeys = new Hotkeys();
|
||||||
|
|
||||||
await hotkeys.pressHotkey({ hotkey: 'ctrl+d' })
|
await hotkeys.pressHotkey({ hotkey: 'win+d' })
|
||||||
Reference in New Issue
Block a user