diff options
| author | Teddy Wing | 2021-03-05 20:08:02 +0100 |
|---|---|---|
| committer | Teddy Wing | 2021-03-05 20:08:02 +0100 |
| commit | 60918ea1c9c5c2ffeeaab2fd066bbe4160ccfcfd (patch) | |
| tree | 258386a4893137cfc77366099ced4f1fedffb641 | |
| parent | 9b03e41acfcf22e1ba3449a03a693996bb204bdc (diff) | |
| download | Re-Good-Catalina-Invert-Colours-60918ea1c9c5c2ffeeaab2fd066bbe4160ccfcfd.tar.bz2 | |
Add 'DDHotKey' library
Trying this out for registering a global hotkey.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | lib/DDHotKey | 0 |
2 files changed, 3 insertions, 0 deletions
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 +Subproject e0481f648e0bc7e55d183622b00510b6721152d |
