Search found 141 matches
- 26 Jun 2017, 21:17
- Forum: Ask for Help (v1)
- Topic: Context sensitive (#IfWinActive) doesn't work
- Replies: 4
- Views: 1568
Context sensitive (#IfWinActive) doesn't work
Does anybody know why sometimes general scripts work, but do not do scripts inside #IfWinActive? The program does not generate messages of error, either.
- 05 Jun 2017, 10:57
- Forum: Ask for Help (v1)
- Topic: Typing in a remote PC
- Replies: 3
- Views: 800
Re: Typing in a remote PC
Thanks for your answer EvilC!
I use Teamviewer.
Any Idea?
I use Teamviewer.
Any Idea?
- 05 Jun 2017, 09:32
- Forum: Ask for Help (v1)
- Topic: Typing in a remote PC
- Replies: 3
- Views: 800
Typing in a remote PC
Hi folks!
How can I type in a computer on which I am working on remote access, so that it detects hotstrings or keyboard shortcuts? If I do in my keyboard, it sends the order to my "working" PC, not in the remote one.
AHK only works there if I type on the keyboard of that PC.
How can I type in a computer on which I am working on remote access, so that it detects hotstrings or keyboard shortcuts? If I do in my keyboard, it sends the order to my "working" PC, not in the remote one.
AHK only works there if I type on the keyboard of that PC.
- 03 Jun 2017, 11:32
- Forum: Ask for Help (v1)
- Topic: Beginner question
- Replies: 3
- Views: 831
Beginner question
Hi everyone,
I need
"when I send RAlt twice.."
Run calc
How I have to write the code?
I try this, but it doesn't work of course,
I need
"when I send RAlt twice.."
Run calc
How I have to write the code?
I try this, but it doesn't work of course,
Code: Select all
If (Send {RAlt})
Run calc
- 01 Jun 2017, 11:09
- Forum: Ask for Help (v1)
- Topic: Raw mode in Hotstrings
- Replies: 4
- Views: 1050
Re: Raw mode in Hotstrings
Thank you!
Now it works. But, I suppose I can't use %Var% as Raw mode, I think.
Have a good day
Now it works. But, I suppose I can't use %Var% as Raw mode, I think.
Have a good day
- 01 Jun 2017, 07:48
- Forum: Ask for Help (v1)
- Topic: Raw mode in Hotstrings
- Replies: 4
- Views: 1050
Re: Raw mode in Hotstrings
First of all, thank you very much for your response. Unfortunately it generates error. It says "Warning: This variable has not been assigned a value - - >> Send, {Raw}% rrreee% For more details, read the documentation for #Warn. ' Previously, I had have activated this directive (#Warn). I also tried...
- 31 May 2017, 22:42
- Forum: Ask for Help (v1)
- Topic: Raw mode in Hotstrings
- Replies: 4
- Views: 1050
Raw mode in Hotstrings
Hi everyone,
I need "raw mode" because I would like avoid curly brackets "{ x }" each time I put a "sensible" AHK symbol.
What is the mistake in this case? (Notice I use "R")
:R*?:rrreee::
Send,
(
{df
{sdf}
`df `d%Var%
$ {dff3}
)
Return
I need "raw mode" because I would like avoid curly brackets "{ x }" each time I put a "sensible" AHK symbol.
What is the mistake in this case? (Notice I use "R")
:R*?:rrreee::
Send,
(
{df
{sdf}
`df `d%Var%
$ {dff3}
)
Return
- 13 May 2017, 09:45
- Forum: Ask for Help (v1)
- Topic: A Key = 1st time; Action 1 / next time: Action 2 Topic is solved
- Replies: 8
- Views: 3629
Re: A Key = 1st time; Action 1 / next time: Action 2 Topic is solved
Thank you Almost_there This time, your code works but: 1º time: Action 1 2º time and the next ones: Action 2 I need: 1º time: Action 1 2º time: Action 2 3º time: Action 1 4º time: Action 2 And so on. I copy my code below: +:: If ifFirst() Run Notepad Else Run calc Return ifFirst(){ Static onlyonce :...
- 12 May 2017, 18:45
- Forum: Ask for Help (v1)
- Topic: A Key = 1st time; Action 1 / next time: Action 2 Topic is solved
- Replies: 8
- Views: 3629
Re: A Key = 1st time; Action 1 / next time: Action 2 Topic is solved
Thank you again!!
- 12 May 2017, 18:32
- Forum: Ask for Help (v1)
- Topic: A Key = 1st time; Action 1 / next time: Action 2 Topic is solved
- Replies: 8
- Views: 3629
Re: A Key = 1st time; Action 1 / next time: Action 2 Topic is solved
Thank you very much to both. I tried both suggestions, but it only works the first, because, I dont know where I have to put Action 1 and Action 2 in the second one (A_AHKUser's suggestion). Sorry, my knowledge in AHK is little because, I dont know almost nothing about programming. But, in the first...
- 12 May 2017, 16:52
- Forum: Ask for Help (v1)
- Topic: A Key = 1st time; Action 1 / next time: Action 2 Topic is solved
- Replies: 8
- Views: 3629
A Key = 1st time; Action 1 / next time: Action 2 Topic is solved
Hello everyone, I need to know how I could set the script so that the first time you press a key you do one action (Action 1) and the next time, another (Action 2). The next time, re-do action 1, and so on. At the moment, I would need it to do only 2 actions, but I would also be interested to know i...
- 02 Feb 2017, 14:14
- Forum: Ask for Help (v1)
- Topic: Convert ctrl+a to (ctrl+e + ctrl+a) Topic is solved
- Replies: 16
- Views: 3371
Re: Convert ctrl+a to (ctrl+e + ctrl+a) Topic is solved
I agree with guest3456
If you don't know what is "context sensitive" search #ifwinactive in autohotkey tutorial
If you don't know what is "context sensitive" search #ifwinactive in autohotkey tutorial
- 16 Dec 2016, 21:15
- Forum: Ask for Help (v1)
- Topic: a different shortcut for each program
- Replies: 2
- Views: 683
- 11 Dec 2016, 10:20
- Forum: Ask for Help (v1)
- Topic: Enlarge photos in a loop
- Replies: 0
- Views: 595
Enlarge photos in a loop
Hi everybody I use the following loop for this: Open a serie of photos and paste them into Word. I need to know if there is any way to enlarge each files so that each one occuppies one entire page. Thanks in advance count = 1 loop, 104 { Send {Right} Send {Enter} Send !bo Sleep 1233 Send !bq Sleep 7...
- 04 Dec 2016, 11:59
- Forum: Pedir Ayuda
- Topic: Problemas al remapear mi Teclado
- Replies: 1
- Views: 1442
Re: Problemas al remapear mi Teclado
Debes terminar con #IfWinActive, para que funcione sólo en ese juego.
#IfWinActive tiene que tener un inicio y un final para que el programa entienda que todos los hotkeys que estén dentro de esos límites, funcionen sólo en ese programa.
#ifWinActive PathOfExileSteam
$Shift::Ctrl
#ifWinActive
#IfWinActive tiene que tener un inicio y un final para que el programa entienda que todos los hotkeys que estén dentro de esos límites, funcionen sólo en ese programa.
#ifWinActive PathOfExileSteam
$Shift::Ctrl
#ifWinActive
- 12 Nov 2016, 17:28
- Forum: Tutoriales
- Topic: ABC para Novatos 5: TRUCOS ÚTILES
- Replies: 3
- Views: 21853
ABC para Novatos 5: TRUCOS ÚTILES
Lo siguiente, son algunas utilidades muy prácticas. 1. PONER LO SIGUIENTE AL COMIENZO DEL SCRIPT. PERMITIRÁ VOLVER A CARGAR (Reload) EL ARCHIVO SÓLO CON UN HOTKEY. Es imprescindible que esté al principio. Process, Priority,, High F12:: reload SetKeyDelay -1 Return 2. CARTEL DE FECHA Y HORA DE ESE MO...
- 07 Nov 2016, 17:17
- Forum: Ask for Help (v1)
- Topic: ::Beginner:: Two GUI actions in the same file
- Replies: 2
- Views: 751
Re: ::Beginner:: Two GUI actions in the same file
At first,
thank you for your answer.
With your code, I can enlarge the window of the MsgBox, but not the font size. This was my principal goal.
Besides, Do you know this?
My questions are:
- can you not put two GUI in the same file?
- or are there any mistake?
thank you for your answer.
With your code, I can enlarge the window of the MsgBox, but not the font size. This was my principal goal.
Besides, Do you know this?
My questions are:
- can you not put two GUI in the same file?
- or are there any mistake?
- 07 Nov 2016, 09:10
- Forum: Ask for Help (v1)
- Topic: ::Beginner:: Two GUI actions in the same file
- Replies: 2
- Views: 751
::Beginner:: Two GUI actions in the same file
Hi everyone Looking to enlarge the size of text in a MsgBox, I found someone who intended to do this with a GUI, because, he said, it's not possible in MsgBox. I tried to do it and it works perfectly, but when I want to make two GUI, in the same script, doesn't work, or one shortcut active the comma...
- 01 Nov 2016, 20:26
- Forum: Ask for Help (v1)
- Topic: ::Beginner:: help with Inputbox Topic is solved
- Replies: 2
- Views: 895
Re: ::Beginner:: help with Inputbox Topic is solved
Thank you very much Exaskryz!
You were very helpful.
You were very helpful.
- 01 Nov 2016, 14:45
- Forum: Ask for Help (v1)
- Topic: ::Beginner:: help with Inputbox Topic is solved
- Replies: 2
- Views: 895
::Beginner:: help with Inputbox Topic is solved
Hi folks,
I need this hotkey opens a box, and after that, it search the word I input on youtube (with filter: from the most recent date)
I do not know what I need change / add.
!u::
InputBox, Var
If Var=
Run https://www.youtube.com/results?search_ ... query=%Var%
I need this hotkey opens a box, and after that, it search the word I input on youtube (with filter: from the most recent date)
I do not know what I need change / add.
!u::
InputBox, Var
If Var=
Run https://www.youtube.com/results?search_ ... query=%Var%