• This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Change the language

    7
    0 Votes
    7 Posts
    2k Views
    RussR
    @Robertofilho, I created a new version of the Windows agent that should detect and show Portuguese. Please test it if you wouldn't mind. EDIT 9/24/22: If you tried it before today, please try it again. I fixed a bunch of problems with the translation. It looks pretty good now. I'll add languages, update the Mac and Linux versions and publish them soon. If you want to override the language auto-detection, update the language.cfg file. So far (9/24/22) the 2 valid values are en and pt. [image: 1664038356869-cc0e1f3e-388a-4d76-8498-0e668ed66c45-image.png] [image: 1664038390219-280b1d4c-e085-4e6e-84c8-00caba6fd901-image.png]
  • Type out your parameters

    Moved
    10
    0 Votes
    10 Posts
    4k Views
    A
    @it_ibsolution.de Du kannst dein script ja so auslegen, das es eine statische Anzahl an Parametern gibt, wobei diese, bei "Nichtverwendung" gegebenenfalls mit einem Platzhalter/dummy bestückt werden. Bei der anschließenden Auswertung im Script wären diese dann als "ungenutzt" markierten Parameter schlicht zu ignorieren. Oder ... du flagst jeden Parameter explizit wie (AFAIK) unter Linux üblich mit einem Bezeichner: "--drive C:" "--command defrag" "-time 20220916180000" ...und wertest dementsprechend aus. AutoHotkey ist eine (open source) Scriptsprache, welche über die von Powershell bereitgestellten systemnahen Funktionen auch events auf application/desktop level steuern kann. Mehr dazu gibt es in den einschlägigen Fachzeitschriften wie der c´t, oder unter autohotkey.com Natürlich lässt sich auch PowerShell damit kombinieren. HTH
  • Cast on your computer Like Tony Stark

    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • sendKey - using command line parameters

    3
    0 Votes
    3 Posts
    2k 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
  • Press the Down Arrow key (or any other key)

    Moved
    40
    1 Votes
    40 Posts
    26k 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!
  • turn off and turn on

    5
    0 Votes
    5 Posts
    2k 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.
  • CAST your text/music/videos/...

    2
    1 Votes
    2 Posts
    759 Views
    RussR
    @aaaaa12345, thanks. I've used this before and it worked great.
  • Bluetooth - CmdLineTool

    1
    1 Votes
    1 Posts
    608 Views
    No one has replied
  • Start Whatsapp on PC

    2
    0 Votes
    2 Posts
    8k 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
  • Hibernate only on certain nights

    1
    1 Votes
    1 Posts
    749 Views
    No one has replied
  • Increase / Decrease Brightness

    1
    1 Votes
    1 Posts
    567 Views
    No one has replied
  • Close All Opened Windows

    1
    1 Votes
    1 Posts
    689 Views
    No one has replied
  • Open Volume Mixer

    1
    0 Votes
    1 Posts
    528 Views
    No one has replied
  • monitor off

    4
    0 Votes
    4 Posts
    1k Views
    lucas leonardoL
    @jakesmith46001 thanks, it worked very well
  • Como buscar por voz en google?

    5
    0 Votes
    5 Posts
    1k Views
    Jaime FurlanJ
    @oscar-mro Hello friend, here on my machine, it is not clicking on Tab and space
  • Alexa not responding

    2
    0 Votes
    2 Posts
    835 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.
  • Auto-open your tweets with specific hashtag

    ifttt
    1
    1 Votes
    1 Posts
    516 Views
    No one has replied
  • Close all windows

    3
    0 Votes
    3 Posts
    1k Views
    Oscar MroO
    @russ Thankyou!
  • close calculator

    1
    0 Votes
    1 Posts
    429 Views
    No one has replied