From d75a18c19259d4218ae25662ae25717f28d2052c Mon Sep 17 00:00:00 2001 From: velvettear Date: Fri, 11 Mar 2022 17:00:28 +0100 Subject: [PATCH] fixed location of '.nvmrc' --- libs/.nvmrc => .nvmrc | 0 config.json | 2 -- 2 files changed, 2 deletions(-) rename libs/.nvmrc => .nvmrc (100%) diff --git a/libs/.nvmrc b/.nvmrc similarity index 100% rename from libs/.nvmrc rename to .nvmrc diff --git a/config.json b/config.json index e0199d2..c3574bb 100644 --- a/config.json +++ b/config.json @@ -20,7 +20,6 @@ ], "event": "EV_KEY", "type": "keydown", - "delay": 1000, "command": "combo" }, { @@ -31,7 +30,6 @@ ], "event": "EV_KEY", "type": "keydown", - "delay": 1000, "command": "combo2" }, {