From 60918ea1c9c5c2ffeeaab2fd066bbe4160ccfcfd Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 5 Mar 2021 20:08:02 +0100 Subject: Add 'DDHotKey' library Trying this out for registering a global hotkey. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..62601d2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/DDHotKey"] + path = lib/DDHotKey + url = https://github.com/davedelong/DDHotKey.git -- cgit v1.2.3