Search found 26 matches

by XtiiGmA
19 Nov 2021, 16:19
Forum: Gaming Help (v1)
Topic: Help me please!
Replies: 1
Views: 662

Help me please!

Hello I hope you can help me, I would like to know how I can do something simple, I know that for you it is.
I would like a script in which every 40 seconds, it rings something or shows a "tooltip".
For instance:
0:40 = Ring something
1:40 = tooltip
5:00 = Send, "text"

thx
by XtiiGmA
11 Sep 2021, 12:54
Forum: Ask for Help (v1)
Topic: Help me please! Topic is solved
Replies: 3
Views: 314

Re: Help me please! Topic is solved

Hallo, yes, it's simple. I have a gui version here. From this you can make a version with msgbox: q:: ;Start, Pause, Continue IF Stop = { Start := A_TickCount SetTimer, Clock, 100 Stop = 0 Gui, Font, s40, Verdana Gui, Add, Text, vStopWatch, Min 00: Sec 00 Gui, Submit, NoHide Gui, Show,, } Else IF S...
by XtiiGmA
11 Sep 2021, 11:49
Forum: Ask for Help (v1)
Topic: Help me please! Topic is solved
Replies: 3
Views: 314

Help me please! Topic is solved

Hello everyone, I would like to know how to make that when you press any key, it starts counting from 00:00 (mm: ss) and that it does this:
00:40 msgbox, Min 00: Sec 40
01:50 msgbox, Min 01: Sec 50

I know it's simple, but I've been trying without success. :(
by XtiiGmA
01 Jun 2021, 10:20
Forum: Ask for Help (v1)
Topic: 3 letter hotkey, is it possible?
Replies: 1
Views: 162

3 letter hotkey, is it possible?

178 / 5000
Resultados de traducción
hello friends, it is possible to set a 3 letter hotket as an example:

Code: Select all

e & w ::
msgbox, hi!
return
But if I try this:

Code: Select all

q & w & e ::
msgbox, hi!
return
not working, any ideas?
by XtiiGmA
10 May 2021, 14:43
Forum: Ask for Help (v1)
Topic: problem with macro execution when starting ahk window
Replies: 5
Views: 163

Re: problem with macro execution when starting ahk window

So is there any way that the hotkey when starting a window is executed?
with some simpler code?

I tried to put yours similar, but it does not work
by XtiiGmA
10 May 2021, 12:40
Forum: Ask for Help (v1)
Topic: problem with macro execution when starting ahk window
Replies: 5
Views: 163

Re: problem with macro execution when starting ahk window

Hello friend, I have been trying to couple your code that works in my code without success. I have tried to enter step by step what you do but the last lines of your code I do not understand. To make it work, what you did is put a function in the "Save" hotkey. So, I think the script saves everythin...
by XtiiGmA
10 May 2021, 10:45
Forum: Ask for Help (v1)
Topic: problem with macro execution when starting ahk window
Replies: 5
Views: 163

problem with macro execution when starting ahk window

Hi I have actually 2 problems. I made a simple box where it saves and reads at the beginning the hotkey that is introduced and that when pressing the Save button and pressing the hotkey, it writes for example in notepad, "hello world". all good until there. The first problem is that I have to press ...
by XtiiGmA
07 May 2021, 18:39
Forum: Ask for Help (v1)
Topic: Help to save a hotkey and remember the letters Topic is solved
Replies: 10
Views: 1090

Re: Help to save a hotkey and remember the letters Topic is solved

I found the answer. XD

is

Code: Select all

IniWrite, %Mostrar%, C:\Folder\File.INI, Fruits, Name5
by XtiiGmA
07 May 2021, 18:35
Forum: Ask for Help (v1)
Topic: Help to save a hotkey and remember the letters Topic is solved
Replies: 10
Views: 1090

Re: Help to save a hotkey and remember the letters Topic is solved

Thank you, mikeyww Friend I have this problem, I am making my own charts to better understand iniRead and iniWrite, Everything ok when the Read button, But when I try to enter a new variable, the document.ini appears blank. could you help me please? F4:: Gui, Add, Edit, vMostrar, %Texto% Gui, Add, B...
by XtiiGmA
07 May 2021, 16:12
Forum: Ask for Help (v1)
Topic: Help to save a hotkey and remember the letters Topic is solved
Replies: 10
Views: 1090

Re: Help to save a hotkey and remember the letters Topic is solved

mikeyww Hello friend, I found another way to do it, I would just have to create a gold update button and that's it. But I don't understand why here: Gui, Add, Edit, x42 y19 w300 h120 viniinfo,% iniinfo% The variable is repeated both with vIniInfo and another with %% #SingleInstance, force myinipath...
by XtiiGmA
07 May 2021, 14:00
Forum: Ask for Help (v1)
Topic: Help to save a hotkey and remember the letters Topic is solved
Replies: 10
Views: 1090

Re: Help to save a hotkey and remember the letters Topic is solved

wow! Thank you very much, you are an angel ... it works!
by XtiiGmA
07 May 2021, 13:19
Forum: Ask for Help (v1)
Topic: Help to save a hotkey and remember the letters Topic is solved
Replies: 10
Views: 1090

Re: Help to save a hotkey and remember the letters Topic is solved

Works! Thank you so much for your patience...

Code: Select all

ButtonSave:
Gui, Submit, NoHide
Hotkey, $%ahk%, Comand
return

Comand:
SendInput, %Key1%
Sleep, 1000
SendInput, %Key2%
return
Now could you help me that when I close the window and start it again, does it remember the hotkeys that I put previously?
by XtiiGmA
07 May 2021, 12:56
Forum: Ask for Help (v1)
Topic: Help to save a hotkey and remember the letters Topic is solved
Replies: 10
Views: 1090

Re: Help to save a hotkey and remember the letters Topic is solved

Hi mikeyww, thanks for replying.

Code: Select all

Hotkey, $%ahk%
SendInput, %Key1%
Sleep, 1000
SendInput, %Key2%
return
I have tried this and when I press Save, nothing happens. :cry:
by XtiiGmA
07 May 2021, 11:25
Forum: Ask for Help (v1)
Topic: Help to save a hotkey and remember the letters Topic is solved
Replies: 10
Views: 1090

Help to save a hotkey and remember the letters Topic is solved

Hello, sorry for my English. I have 2 problems with this: 1. As you can see it is a simple box where I put a key like hotkey (example "E") in the AHK variable of the hotkey, and any letters in Key1 and Key2, and when pressing the Save button it saves it. Then when pressing "E" for example in notepad...
by XtiiGmA
04 May 2021, 20:31
Forum: Ask for Help (v1)
Topic: help me please, to start notepad at a specific time. Topic is solved
Replies: 2
Views: 124

Re: help me please, to start notepad at a specific time. Topic is solved

It's work!! Thanks!
mikeyww wrote:
04 May 2021, 19:23

Code: Select all

CalcTimeCheck:
If (A_Now < Hora)
 Return
SetTimer, CalcTimeCheck, Off
Run, notepad.exe
Return
by XtiiGmA
04 May 2021, 18:39
Forum: Ask for Help (v1)
Topic: help me please, to start notepad at a specific time. Topic is solved
Replies: 2
Views: 124

help me please, to start notepad at a specific time. Topic is solved

I need that the time you enter can enter "CalcTimeCheck", like this for example: if (An_hour = "The hour you enter") && (An_Min = "The minute you enter") It is a script that when it is run, shows you the time to modify it, and by pressing the Save button, save the time information and have to put it...
by XtiiGmA
04 May 2021, 12:05
Forum: Ask for Help (v1)
Topic: Reminder box according to time and date Topic is solved
Replies: 0
Views: 185

Reminder box according to time and date Topic is solved

Hello, how are you friends, here again, is there any way that when I run my script and when setting a time or a date and in text, put for example "Don't forget the task", and then put save. The script remembers the time or date that I put and when the moment comes it reminds me? #SingleInstance, for...
by XtiiGmA
02 May 2021, 10:52
Forum: Ask for Help (v1)
Topic: Help to find videos on google and/or youtube
Replies: 4
Views: 328

Re: Help to find videos on google and/or youtube

Hi mikeyww, I've been looking at your code and I don't understand some things, I also did something simple that works, could you explain the things you put in and they are not in the code that I did recently? gui, Add, Checkbox,Checked1 vGoogle,Google gui, Add, Checkbox,Checked0 vYoutube,Youtube gui...
by XtiiGmA
01 May 2021, 18:53
Forum: Ask for Help (v1)
Topic: Help to find videos on google and/or youtube
Replies: 4
Views: 328

Help to find videos on google and/or youtube

Hello friends how are you? Could you help me with this? I would like that when I check both or a single checkbox, enter a word in the text box and press the "Search" button, open the google chrome application and search. I know that for you it is something obvious but I am learning, THANK YOU! Anoth...
by XtiiGmA
29 Apr 2021, 12:59
Forum: Ask for Help (v1)
Topic: Help to copy mouse coordinates Topic is solved
Replies: 2
Views: 2552

Re: Help to copy mouse coordinates Topic is solved

Thank you :D Are you sure you want to use ^v for this purpose. Normally, ^v pastes the clipboards content at the current cursor position. Either Clipboard = X%xpos% Y%ypos% Or Clipboard := "X" xpos " Y" ypos The latter - command syntax - is recommended, the legacy syntax is there for compatibility w...

Go to advanced search