TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Example Commands
    3. Windows
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • A

      sendKey - using command line parameters

      • • aaaaa12345
      3
      0
      Votes
      3
      Posts
      862
      Views

      A

      Yes indeed, if you're using a delay-flag of '0' ie "trigger:0" (that will multiply 0 with 1000ms = 0s) will overwrite the default delay of '1' second between "keypresses".
      Therefore this command (line)...

      autohotkey.exe sendKey().ahk trigger:0 c(67):0 M:0 c(68)

      ...will send the string 'trigger' followed (without delay) by ASCII-char 67, the string 'M', and (without delay) ASCII-char 68.

      The above script (but with that added ASCII-conversion) is available here ...
      https://www.autohotkey.com/boards/viewtopic.php?f=7&t=88308&p=475550#p475550

    • RussR

      Press the Down Arrow key (or any other key)

      • • Russ
      40
      1
      Votes
      40
      Posts
      14.2k
      Views

      A

      @marcos-ibarra
      I'm not into AU3 that much (while knowing AHK better), what about triggering OBS's Control(s) directly, instead of Send(ing) a key in a less reliable way?

      https://www.autoitscript.com/autoit3/docs/functions/ControlCommand.htm

      That way the window wouldn't even have to be active, only existing!

    • Sergio BarriosS

      turn off and turn on

      • • Sergio Barrios
      5
      0
      Votes
      5
      Posts
      566
      Views

      XanderX

      @aaaaa12345 That one was suggested a while back and I checked it out but, even with everything (mobo/NIC) configured properly, it still wouldn't work. So I couldn't recommend it.

    • A

      CAST your text/music/videos/...

      • • aaaaa12345
      2
      1
      Votes
      2
      Posts
      224
      Views

      RussR

      @aaaaa12345, thanks. I've used this before and it worked great.

    • A

      Bluetooth - CmdLineTool

      • • aaaaa12345
      1
      1
      Votes
      1
      Posts
      230
      Views

      No one has replied

    • Juank RojasJ

      Start Whatsapp on PC

      • • Juank Rojas
      2
      0
      Votes
      2
      Posts
      3.6k
      Views

      André Ricardo da CostaA

      @juank-rojas Press [Windows]+R, type shell:AppsFolder in the Open text box and you will find all shortcuts of installed applications. Then you copy the whatsapp shortcut to the desktop of your computer. Then click with the right mouse button and copy the "Local" which will look something like this: “C:\Users\replace as your username\Desktop\WhatsApp.lnk”. Then with this path you create it in Trigger and it works. In my case it worked! See the post: Need a command to open apps on my pc, like games, Spotify or Netflix! Its URGENT | TRIGGERcmd Forum

    • XanderX

      Hibernate only on certain nights

      • • Xander
      1
      1
      Votes
      1
      Posts
      253
      Views

      No one has replied

    • ZeddyZ

      Increase / Decrease Brightness

      • • Zeddy
      1
      1
      Votes
      1
      Posts
      183
      Views

      No one has replied

    • ZeddyZ

      Close All Opened Windows

      • • Zeddy
      1
      1
      Votes
      1
      Posts
      269
      Views

      No one has replied

    • ZeddyZ

      Open Volume Mixer

      • • Zeddy
      1
      0
      Votes
      1
      Posts
      186
      Views

      No one has replied

    • lucas leonardoL

      monitor off

      • • lucas leonardo
      4
      0
      Votes
      4
      Posts
      379
      Views

      lucas leonardoL

      @jakesmith46001
      thanks, it worked very well

    • Oscar MroO

      Como buscar por voz en google?

      • • Oscar Mro
      5
      0
      Votes
      5
      Posts
      425
      Views

      Jaime FurlanJ

      @oscar-mro Hello friend, here on my machine, it is not clicking on Tab and space

    • Chaim TscholkowskyC

      Alexa not responding

      • • Chaim Tscholkowsky
      2
      0
      Votes
      2
      Posts
      280
      Views

      RussR

      @chaim-tscholkowsky, I see your command's name is "outside" but its voice field is blank. Please try again after you set that to "outside".

      If it still doesn't work, you could try switching to the TRIGGERcmd Smart Home skill instead of the TRIGGERcmd skill.

      The Smart Home skill works better, but you'll need to treat it like an on/off switch and say something like this instead:
      Alexa, turn on outside. or Alexa, turn outside on.

    • RussR

      Auto-open your tweets with specific hashtag

      ifttt • • Russ
      1
      1
      Votes
      1
      Posts
      181
      Views

      No one has replied

    • Oscar MroO

      Close all windows

      • • Oscar Mro
      3
      0
      Votes
      3
      Posts
      384
      Views

      Oscar MroO

      @russ Thankyou!

    • Santos GabrielS

      close calculator

      • • Santos Gabriel
      1
      0
      Votes
      1
      Posts
      127
      Views

      No one has replied

    • Oscar MroO

      Desktop / Escritorio

      • • Oscar Mro
      3
      0
      Votes
      3
      Posts
      443
      Views

      Oscar MroO

      @russ Tranks!!!!!!!

    • P2PP

      Help Me With KeyBoard Control

      • • P2P
      11
      0
      Votes
      11
      Posts
      899
      Views

      RussR

      @p2p, you should make it a foreground command.

      If you're trying to have Windows automatically logon during boot, you should use this method instead.

    • amit kleinA

      Open incognito web page

      • • amit klein
      2
      0
      Votes
      2
      Posts
      151
      Views

      No one has replied

    • A

      Change audio input/output device

      • • atroguer
      5
      0
      Votes
      5
      Posts
      601
      Views

      A

      @russ and that's the diference between a junior developer and a senior one.
      Thanks Russ, it worked with the quote!