Search found 40 matches

by 19Daniel93
05 May 2021, 11:25
Forum: Ask for Help (v1)
Topic: would it be possible that the gui was untouchable
Replies: 6
Views: 306

Re: would it be possible that the gui was untouchable

They were right if it works, sorry it seems that I had misspelled.
thanks to both of you
by 19Daniel93
05 May 2021, 06:56
Forum: Ask for Help (v1)
Topic: would it be possible that the gui was untouchable
Replies: 6
Views: 306

Re: would it be possible that the gui was untouchable

I would use this script in a drawing program, with F1 and F2 fixed 2 reference points, F3 moves the cursor to F1 and F4 to F2. If I press F3 and click on that specific point, it doesn't draw.
by 19Daniel93
05 May 2021, 05:52
Forum: Ask for Help (v1)
Topic: would it be possible that the gui was untouchable
Replies: 6
Views: 306

Re: would it be possible that the gui was untouchable

thank you, but it doesn't work for me
by 19Daniel93
04 May 2021, 00:07
Forum: Ask for Help (v1)
Topic: would it be possible that the gui was untouchable
Replies: 6
Views: 306

would it be possible that the gui was untouchable

Hello a couple of days ago I found a script, which I do not remember the name of the topic. I edited it so that I can use it but when the cursor moves to the marked location and I press click it does nothing because it is above the lines. question → would it be possible that the gui was untouchable ...
by 19Daniel93
03 May 2021, 19:17
Forum: Pedir Ayuda
Topic: copiar texto (en aplicación con permisos administrador) Topic is solved
Replies: 5
Views: 1190

Re: copiar texto (en aplicación con permisos administrador) Topic is solved

Esta es otra forma de hacerlo, Pega estas lineas al principio del script y ejecutalo normal, "siempre" se ejecutara como administrador. full_command_line := DllCall("GetCommandLine", "str") if not (A_IsAdmin or RegExMatch(full_command_line, " /restart(?!\S)")) { try { if A_IsCompiled Run *RunAs "%A_...
by 19Daniel93
02 May 2021, 19:14
Forum: Pedir Ayuda
Topic: Repetir macro Topic is solved
Replies: 2
Views: 854

Re: Repetir macro Topic is solved

La verdad no se entiende muy bien tu pregunta si pudieras publicar un script aunque no sea funcional para ver si se puede arreglar
O replantear un poco la pregunta para entenderla mejor
O las dos cosas
by 19Daniel93
02 May 2021, 19:06
Forum: Pedir Ayuda
Topic: Mantener pulsados los 2 botones del mouse
Replies: 5
Views: 756

Re: Mantener pulsados los 2 botones del mouse

En el link que te escribi estaba la respuesta a tu pregunta que otro usuario ya habia preguntado SetKeyDelay 10, 30 ; Cuando se presiona el clic izquierdo: LButton:: ; Mantiene presionado el clic derecho: SendInput {RButton Down} ; Mientras el clic izquierdo esté presionado: while GetKeyState("LButt...
by 19Daniel93
02 May 2021, 18:56
Forum: Pedir Ayuda
Topic: copiar texto (en aplicación con permisos administrador) Topic is solved
Replies: 5
Views: 1190

Re: copiar texto (en aplicación con permisos administrador) Topic is solved

Prueba con esto En la carpeta de inicio en vez de poner el script que quieres pon uno como el siguiente: Run *RunAs C:\Carpeta\Script.exe Donde ( Run *RunAs ) es abrir como administrador. Despues la ubicación en este caso ( C:\Carpeta\ ) Y despues el nombre del escript que quieres que inicie con Win...
by 19Daniel93
02 May 2021, 18:12
Forum: Pedir Ayuda
Topic: ayuda con script
Replies: 5
Views: 666

Re: ayuda con script

#IfWinActive ahk_class (Lo que sigue) Literal
(Aqui el scirpt)
#IfWinActive

Ejemplo

Code: Select all

#IfWinActive ahk_class Notepad++
*:a: esto es un ejemplo
#IfWinActive
by 19Daniel93
02 May 2021, 17:27
Forum: Pedir Ayuda
Topic: gravar acciones del teclado por horario con autohotkey
Replies: 7
Views: 1782

Re: gravar acciones del teclado por horario con autohotkey

Titan's Recorder v0.19d.ahk En este script ya se agrego las flechas de dirección, estuve revisando las versiones anteriores que tengo y no estaban includas ni en (0.18x) ni en la (0.17m) solo la (0.11a) que fue la primera las reconocia Las teclas de acceso rapido que se utilizan no se detectan, por...
by 19Daniel93
01 May 2021, 03:08
Forum: Pedir Ayuda
Topic: ayuda con script
Replies: 5
Views: 666

Re: ayuda con script

Para "F" y "4" rButton:: Loop { if not GetKeyState("rButton", "P") break SendInput {f down} SendInput {4 down} sleep 50 SendInput {f up} SendInput {4 up} Sleep 500 } return Esc:: exitApp Para "F" rButton:: Loop { if not GetKeyState("rButton", "P") break SendInput {f down} sleep 50 SendInput {f up} S...
by 19Daniel93
01 May 2021, 03:03
Forum: Pedir Ayuda
Topic: Al mantener ALT las teclas ijkl,se comporten como ↑←↓→
Replies: 3
Views: 641

Re: Al mantener ALT las teclas ijkl,se comporten como ↑←↓→

Asi funciona: !a:: Send {Left} Return !s:: Send {Down} Return !d:: Send {Right} Return !w:: Send {UP} Return Esc:: ExitApp En esta otra puedes apretar alt y funcionan como flechas, aprietas alt denuevo y funcionan como letras. Alt::Toggle :=!Toggle #IF Toggle a:: Send {Left} Return s:: Send {Down} R...
by 19Daniel93
30 Apr 2021, 10:03
Forum: Pedir Ayuda
Topic: gravar acciones del teclado por horario con autohotkey
Replies: 7
Views: 1782

Re: gravar acciones del teclado por horario con autohotkey

Hola, a mi me funciona bien, puede ser por la version de AutoHotkey que utilizas. Yo utilizo la v1.1.33.06 El recorder deberia salir asi: Titan Recorder MultiIdiomas.jpg Despues de grabar las acciones guarda un archivo con la fecha y la hora en una carpeta que se llama macro Titan Recorder Guardar.j...
by 19Daniel93
29 Apr 2021, 09:43
Forum: Ask for Help (v1)
Topic: I don't know what to do, please help
Replies: 3
Views: 274

Re: I don't know what to do, please help

:thumbup: Thank you for your help. Could I use "reload" or "close" like "pause"? is that I thought to use it to create a gui that I was adding content and reloading
:D
by 19Daniel93
28 Apr 2021, 21:18
Forum: Ask for Help (v1)
Topic: I don't know what to do, please help
Replies: 3
Views: 274

I don't know what to do, please help

hello I was trying to make a script but there are things that I don't understand, I have tried to search and I have not found anything about this. if you could help me please. First I had a little problem when writing the text, then I saw that it was fixed with () but the% A_ScriptDir% of text I wou...
by 19Daniel93
27 Apr 2021, 15:02
Forum: Pedir Ayuda
Topic: gravar acciones del teclado por horario con autohotkey
Replies: 7
Views: 1782

Re: gravar acciones del teclado por horario con autohotkey

Hola creo que esto te puede servir
Acciones del teclado por horario.ahk
(616 Bytes) Downloaded 76 times
Tema original:
https://www.autohotkey.com/boards/viewtopic.php?f=76&t=62954
Y tal vez este recorder
Titan's Recorder v0.19d.ahk
(22.38 KiB) Downloaded 81 times
by 19Daniel93
27 Apr 2021, 10:53
Forum: Pedir Ayuda
Topic: Ayuda para hacer un simple cuadro de suma
Replies: 1
Views: 613

Re: Ayuda para hacer un simple cuadro de suma

gui, add, text , xp y+3 , Numero 1 ; gui, add, edit ,vNum1 x+3 yp-3 w123 , ; Numero 1 gui, add, text , xm , Numero 2 ; gui, add, edit ,vNum2 x+3 yp-3 w123 , ; Numero 2 gui, add, text , xm , Numero 3 ; gui, add, edit ,vNum3 x+3 yp-3 w123 , ; Numero 3 gui, add, text , xm , Respuesta: ; gui, add, text...
by 19Daniel93
27 Apr 2021, 07:37
Forum: Pedir Ayuda
Topic: copiar texto (en aplicación con permisos administrador) Topic is solved
Replies: 5
Views: 1190

Re: copiar texto (en aplicación con permisos administrador) Topic is solved

Deberias probar abrir el script como administrador tambien
by 19Daniel93
26 Apr 2021, 06:25
Forum: Ask for Help (v1)
Topic: WinActivate doesn't seem to work.
Replies: 8
Views: 2414

Re: WinActivate doesn't seem to work.

I'm not sure but I think you have to write at the end #IfWinActive

Go to advanced search