diff --git a/mod.ts b/mod.ts index 54460dc..27cf106 100644 --- a/mod.ts +++ b/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 } \ No newline at end of file diff --git a/src/hot-api/jimeng/index.ts b/src/hot-api/jimeng/index.ts new file mode 100644 index 0000000..e69de29 diff --git a/src/test/common.ts b/src/test/common.ts index b7456bb..a53d030 100644 --- a/src/test/common.ts +++ b/src/test/common.ts @@ -2,4 +2,4 @@ import { Hotkeys } from "@/hot-api/hotkeys/index.js"; const hotkeys = new Hotkeys(); -await hotkeys.pressHotkey({ hotkey: 'ctrl+d' }) \ No newline at end of file +await hotkeys.pressHotkey({ hotkey: 'win+d' }) \ No newline at end of file