Arcitectus / Sanderling

APIs and libraries to read information directly from the EVE Online game client.
https://forum.botlab.org
Apache License 2.0
258 stars 117 forks source link

Why does pressing ctrl + alt cause the robot to pause? #62

Closed NimaQu closed 5 years ago

NimaQu commented 5 years ago

It conflicts with my screenshot shortcuts, so the bot will automatically pause when I take a screenshot, how can I turn it off?

Viir commented 5 years ago

Thank you for the feedback. The CTRL + Alt keyboard command can be turned off by removing the entries here: https://github.com/Arcitectus/Sanderling/blob/06d196a66777bfd8313d6e36bc7f2925a2a7c840/src/Sanderling/Sanderling.Exe/App.UI.cs#L20-L24 And then rebuild the App in Visual Studio.

NimaQu commented 5 years ago

Thanks !