What is the difference between toggle and custom hotkeys?

What is the difference between toggle and custom hotkeys?

there are two types of hotkeys (“Custom” and “Toggle”):

  • Custom will only work (work=trigger a callback in your app) when your app is already running and registered to the hotkey (via overwolf.settings.registerHotKey()).
  • Toggle will make sure to launch your app if it isn’t already running (use it If you want the hotkey to launch your app).

If your app is already running, custom hotkeys will also trigger a registerHotkey callback