Gum-Joe / 2Keys

A easy to setup second keyboard, designed for everyone.
GNU General Public License v3.0
11 stars 4 forks source link

Map root file to absolute path #103

Open github-actions[bot] opened 4 years ago

github-actions[bot] commented 4 years ago

Map root file to absolute path

https://github.com/Gum-Joe/2Keys/blob/2bc9ab3637736d71e0d6dee0f340558990873227/executors/@twokeys/executor-ahk/test/exec.ts#L42


    it("should successfully execute a hotkey", async () => {
        // TODO: Map root file to absolute path
        const configHere: ThisExecutorConfig = {
            hotkey: { ...config.keyboards[MOCK_KEYBAORD_NAME].hotkeys["^RT"], ...config.keyboards[MOCK_KEYBAORD_NAME].executors["executor-ahk"] },
            executorDefaultConfig: config.keyboards[MOCK_KEYBAORD_NAME].executors["executor-ahk"],
ndex c3bdaf5..2dcf55c 100644
++ b/packages/@twokeys/addons/src/module-interfaces/common.ts

7450a968df6ce6c087e7ffb788ceba10aba201a3