Pause hot key no longer working

My pause hotkey stopped working while in game. Anyone have the fix for this?

I am uncertain what might have changed and which may have led to the Pause HotKey becoming disabled. Please, try exploring here:

  • check in the ToolsThread.js file
  • do a search in this file for: this.togglePause();

If nothing has been changed in this area and your other assigned keys work well, then and as a test, swap one keycode for another.

example:

  • change the Pause key value in the script to 45, which is your keyboard’s Ins key,
  • then change the Revealing key value to 19, which was your pause keycode value.
  • if you are in a game when making those changes, you may need to exit out of a game and then re-enter for the changes to take effect.

By trying to swap keyboard keycodes you can rule out if it is not an issue with your keyboard while connecting to the d2bs/Kolton app.

1 Like