anyone here know how to remap numpad keys using this?
i want to remap numpad keys:
78 q2 (the numbers on top of letters)
45 to ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi guys, I do not use macros but I am here on behalf of certain things possible on fighting games.
There are some things in the games that are almost humanly impossible due to very small frame allo...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi Guys
The below code works for a single variable in a single file but i need it to work with many variables for every text file in a folder and save the data from each file on a new line
C...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi I want to download a file let's say from... http://www.somedomain.com/somefile.txt [http://www.somedomain.com/somefile.txt]>
and I'd like to save it in C:
I tried running the address but it w...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I want to make a script that moves a file from a certain place to a different place. But i want it done so there is no windows onpen and it does it automaticly.
For Example:
Move C:/Example file t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have just posted this code although this question is in a different area so I felt it needed a new post.
Code that I'm working with:
Code: energypoints := 0
nextpoint:
progre...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need to delete a variable (not set it to 0) Completely delete it so that it may use it again later in the script. How would I do this.
Thank you in advance ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
what i want to do is just like ListVars with an exception instead of dumping it to the window. I want the list returned to the script.
Ideas?
ok so ill tell you why also
Any non blank com v...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
When I use enter in editbox:
Editbox: it would be (enter)
so nice
...and then stored written text to ini by pushing button "Write to ini"
iniwrite, %written text%, c:\...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have 4 accounts at my disposal and I want to have them all running at the same time on the same computer and have 4 characters of the same class. How do I make it so when I hit a button on one chara...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi, i'm just trying this code out:
Code: h::Sendinput ^!{Del}
and it won't work... I have read up a lot, and have used delays and stuff but none works. Help?
Pre-em...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello, I am making a script with a GUI, and it involves a button that submits the values in three edit boxes, performs several operations on them, and then outputs one result. The problem is, I have ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Based on the following code, I can't get the script to exit/return to the beginning while it's running by pressing the same key. How do you do this?
Code: +1::
if (foo1==run...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm recently switched from using my G15 macro buttons to spam my shot rotation (bound to 2) to using AutoHotKey using this script that I blatantly stole from somewhere: Code: #ifWinActive World...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Is there any way of the script starts "paused" and I press the pause key to realy start/stop him?
Thanks!...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have been trying to solve a problem with HP OpenView Service desk in that I want to replace the F2 (advance find) with cntrl+f like other standard window application.
The below code works but doe...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I looked through the forums, found the link to get it, but the site is down and DaOnlyFreez doesn't have access to the file at the moment. If anyone has a copy of DaOnlyFreez's ShowOCRUnderMouse.zip,...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi, I'm a newbie. I have a simple script that I just cannot get to work:
#q::
IfWinexist FrontRange GoldMine 7 Corporate Edition
WinActivate, FrontRange GoldMine 7 Corporate Edition
else
Run Fro...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
How can I save a text file, such as my e-mail name, recover it and have it inserted into a form on the nternet?...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Code: Alarm5 = 111
Loop,
{
If (Alarm%A_Index%)
MsgBox, % Alarm%A_Index%
}
The above works fine
However, if I want to reference % Alarm%A_Index% in a if...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am using a font that is not standard in windows. Is there a way that I can call the font without having to install it on each computer.
something like the below
Gui,1: Font, s8 CDefault, tod...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Have another question: I have a button on my controller which is currently mapped as Button9. I would like to know how to make the "send {Volume_Mute}" button to keep the master volume muted...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi Guys,
I have searched but didn't find how to save an excel file to a specified folder. Problem is that I don't know how to select the wanted folder where to store the file in...
tnx...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
So what i want to do is use this php code to create a key for my program. The ideea is that a web page generates a code and the program will check for if it is correct.
Code: $name=wankaus...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi.
I am trying to make a program which when i type a specific address loads information and pictures into outlook.
is it possible to load the information from an excel file? I have an excel fi...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine