mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-27 19:56:07 -05:00
Set canSimulateKeyPresses to false on Macos (not implemented)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include <map>
|
||||
#include <thread>
|
||||
|
||||
bool canSimulateKeyPresses = true;
|
||||
bool canSimulateKeyPresses = false;
|
||||
|
||||
void GetWindowList(std::vector<std::string> &windows)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user