Author Topic: Shortcut Keys for commands.  (Read 2249 times)

0 Members and 1 Guest are viewing this topic.

xxxScorpion

  • Youngling
  • *
  • Posts: 29
  • Karma: +0/-0
    • View Profile
  • Twitch Name: xxxScorpion
Shortcut Keys for commands.
« on: July 14, 2017, 07:52:04 PM »
I'd like shortcut keys to be added for commands or at least a few options for it in the master settings. Currently I want a command to activate at a moments notice and in current time not stream lagged time (therefore having viewers activate it would put it 30 seconds behind from the event that I wanted it to follow). As an example I used to use a death counter program that I could add or subtract but using a hot key of my choice.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Shortcut Keys for commands.
« Reply #1 on: July 14, 2017, 08:17:11 PM »
Easy to do this, just need a 3rd party program like voiceattack.

http://wiki.deepbot.tv/voiceattack
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

xxxScorpion

  • Youngling
  • *
  • Posts: 29
  • Karma: +0/-0
    • View Profile
  • Twitch Name: xxxScorpion
Re: Shortcut Keys for commands.
« Reply #2 on: July 14, 2017, 10:41:16 PM »
The listening is working and I've added my API as showed http://deepbot.deep.sg/forums/index.php?topic=4486.0 to CommandCLI.exe.config. Nothing is being triggered in deepbot though neither through key press or voice recognition. Any ideas? I had to generate my API as there wasnt one at first. also in the commandcli.exe.config it didn't look like it did in the guide. it instead had...

  </setting>
      <setting name="api_key" serializeAs="String">
        <value>
      </value>

      </setting>
    </CommandCLI.Properties.CommandCLI>
    <CommandCLI.CommandCLI>
      <setting name="ip" serializeAs="String">
        <value>127.0.0.1</value>
      </setting>
      <setting name="api_key" serializeAs="String">
        <value>xxxxx</value>
      </setting>
    </CommandCLI.CommandCLI>
  </userSettings>
</configuration>

I changed it to

  </setting>
      <setting name="api_key" serializeAs="String">
        <value>And put my API here</value>
      </setting>
    </CommandCLI.Properties.CommandCLI>
    <CommandCLI.CommandCLI>
      <setting name="ip" serializeAs="String">
        <value>127.0.0.1</value>
      </setting>
      <setting name="api_key" serializeAs="String">
        <value>xxxxx</value>
      </setting>
    </CommandCLI.CommandCLI>
  </userSettings>
</configuration>

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Shortcut Keys for commands.
« Reply #3 on: July 14, 2017, 11:23:22 PM »
Interesting. Maybe put your API key where it says to? Even if there is more than one spot. I haven't used voiceattack in a while, but I will try it when I get home from work. Maybe an update to voiceattack broke it, so it no longer works with commandcli.exe
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport