Exemple #1
0
 public void SetupActivatorListening()
 {
     KeyboardHook.ClearKeyPressedEvent();
     KeyboardHook.KeyPressedEvent += GetNextPressedKeyAsActivator;
     BotHelper.WaitingForKeyPressIndicator();
 }