mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-20 00:05:41 -05:00
Limit key press to OBS by default on MacOS
This commit is contained in:
@@ -29,7 +29,11 @@ public:
|
||||
bool _leftMeta = false;
|
||||
bool _rightMeta = false;
|
||||
int _duration = 300; // in ms
|
||||
#ifdef __APPLE__
|
||||
bool _onlySendToObs = true;
|
||||
#else
|
||||
bool _onlySendToObs = false;
|
||||
#endif
|
||||
|
||||
private:
|
||||
static bool _registered;
|
||||
|
||||
Reference in New Issue
Block a user