From 0b5b8ab4a763c0ae389998d6eb615c4eaf6d951b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Sat, 5 Dec 2020 07:51:03 +0800 Subject: [PATCH] some uodates --- configs/input.json | 3 +++ configs/window.json | 3 +++ docs/key_config.json | 6 ++++++ 3 files changed, 12 insertions(+) create mode 100644 configs/input.json create mode 100644 configs/window.json create mode 100644 docs/key_config.json diff --git a/configs/input.json b/configs/input.json new file mode 100644 index 0000000..544b7b4 --- /dev/null +++ b/configs/input.json @@ -0,0 +1,3 @@ +{ + +} \ No newline at end of file diff --git a/configs/window.json b/configs/window.json new file mode 100644 index 0000000..544b7b4 --- /dev/null +++ b/configs/window.json @@ -0,0 +1,3 @@ +{ + +} \ No newline at end of file diff --git a/docs/key_config.json b/docs/key_config.json new file mode 100644 index 0000000..38035a7 --- /dev/null +++ b/docs/key_config.json @@ -0,0 +1,6 @@ +{ + "keys" : { + "function-1" : "keys-1", + "function-2" : "keys-2" + } +} \ No newline at end of file