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 +++ lib/DDHotKey | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 lib/DDHotKey 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 diff --git a/lib/DDHotKey b/lib/DDHotKey new file mode 160000 index 0000000..e0481f6 --- /dev/null +++ b/lib/DDHotKey @@ -0,0 +1 @@ +Subproject commit e0481f648e0bc7e55d183622b00510b6721152d8 -- cgit v1.2.3