| Author |
Message |
Forum: Scripts Topic: New Outlook mail message |
| Ludo |
|
Posted: January 21st, 2012, 6:32 pm
|
|
Replies: 15 Views: 7411
|
When the email is open, CTRL+ENTER (for outlook 2003) will send the message.
If you wish to automate everything I recommand to launch the script offline so that you can check if something went wrong instead of sending tens of "wrong" emails. |
|
 |
Forum: Support Topic: Auto Update compiled Scripts. |
| Ludo |
|
Posted: September 21st, 2011, 11:40 pm
|
|
Replies: 4 Views: 130
|
| I've a hotkey to quickly edit and reload the script (I use Notepad to edit) ;******************************************************************************* ; reload script with CTRL+ALT+F5 ;******************************************************************************* #IfWinActive ahk_class Notepa... |
|
 |
Forum: Support Topic: [Noob] Popup and Send |
| Ludo |
|
Posted: September 21st, 2011, 11:36 pm
|
|
Replies: 4 Views: 101
|
| You need an inputbox to type in your text |
|
 |
Forum: Scripts Topic: binary, hex and decimal converter |
| Ludo |
|
Posted: September 17th, 2011, 4:56 pm
|
|
Replies: 3 Views: 543
|
| Hi All, Text replacement is powerful and can help in any specialised job to transcribe job specialised word or formula to it's description or equivalent. For example: ::E412:: guar gum (for food related) Out fo this idea I've made a simple text replacement to convert decimal to hex or decimal to bin... |
|
 |
Forum: Scripts Topic: New Outlook mail message |
| Ludo |
|
Posted: September 17th, 2011, 2:26 pm
|
|
Replies: 15 Views: 7411
|
| You can also use (for Outlook 2003) the following shortcuts: CTRL+SHIFT+M for a new message replace M by a for an appointment or c for a contact, l for a list. so I send ^+m then the recipient address then tab then the cc then tab then the object etc. I've a CTRL+F1 to Fxx for the peoples I emailed ... |
|
 |
Forum: Support Topic: FileRead current file |
| Ludo |
|
Posted: September 5th, 2011, 2:59 pm
|
|
Replies: 3 Views: 135
|
| It's in the very simple notepad. I've a txt file opened and I'm writing into it. I want the script to make an autocomplete task in which there will be a data. This is will be at the top of the file, on the first line. I know FileRead but I don't know how to get the current file name and path... than... |
|
 |
Forum: Support Topic: FileRead current file |
| Ludo |
|
Posted: September 5th, 2011, 2:17 pm
|
|
Replies: 3 Views: 135
|
Hello,
Simple question: Can FileRead read the current file?
I would put a data on the first line and read it to be copy into this file while typing on the keyboard
Thanks |
|
 |
Forum: Support Topic: renaming |
| Ludo |
|
Posted: July 9th, 2011, 1:26 pm
|
|
Replies: 4 Views: 139
|
| Hi Iggy_ Many thanks for your help, I got it working with this: FormatTime, TimeStamp, ,yyMMdd FileList = Loop *.bmp FileList = %FileList%%A_LoopFileName%`n Loop, parse, FileList, `n { cnt++ if cnt<100 { FileNum := "0" . cnt } if cnt<10 { FileNum := "00" . cnt... |
|
 |
Forum: Support Topic: renaming |
| Ludo |
|
Posted: July 9th, 2011, 11:51 am
|
|
Replies: 4 Views: 139
|
| Hi All, I'm trying to rename bmp files like this: YYMMDDfilenamexxx.bmp as an example 110709DSO_nano_001.bmp I've the following code: FormatTime, TimeStamp, ,yyMMdd FileList = Loop *.bmp FileList = %FileList%%A_LoopFileName%`n Loop, parse, FileList, `n FileMove, %A_LoopField%,%TimeStamp%DSO_nano_00%... |
|
 |
Forum: Support Topic: CTRL+[any key] 2 times |
| Ludo |
|
Posted: June 18th, 2011, 3:06 pm
|
|
Replies: 4 Views: 169
|
I've tested the following:
Code: #u::RapidHotkey("a""b") a: msgbox Pressed 1 time return b: msgbox Pressed 2 times return
but unfortunately with no msgbox appearing  |
|
 |
Forum: Support Topic: CTRL+[any key] 2 times |
| Ludo |
|
Posted: June 18th, 2011, 1:56 pm
|
|
Replies: 4 Views: 169
|
Thank you very much for your reply and the work done to make your usefull script.
I'm not sure to understood corectly how to use it. Does "a" and "b" in your example above are labels? |
|
 |
Forum: Support Topic: CTRL+[any key] 2 times |
| Ludo |
|
Posted: June 18th, 2011, 9:20 am
|
|
Replies: 4 Views: 169
|
| Hi All, I'm trying to have two different actions performed depending on the number of time the combinaison of key if pressed. I mean ^m:: ;ctrl+m if user press ctrl+m again do something else do first action I supposed to check is ctrl+m is pressed again but then I need to wait for it and give the us... |
|
 |
Forum: Support Topic: Changing the Display Properties - attaching a second monitor |
| Ludo |
|
Posted: April 26th, 2011, 10:06 pm
|
|
Replies: 10 Views: 2602
|
Thanks for sharing that!
It's a nice workarround for what I was trying to do!
Thanks |
|
 |
Forum: Scripts Topic: Quick search in www.autohotkey.com |
| Ludo |
|
Posted: April 23rd, 2011, 8:42 pm
|
|
Replies: 1 Views: 769
|
| Hi all, I use the clever search script for google and wikipedia which can be found here: http://www.autohotkey.com/forum/topic43066.html and also here: http://www.lifehack.org/articles/technology/10-ways-to-use-autohotkey-to-rock-your-keyboard.html So I had google search and wikipedia search so far,... |
|
 |
| Sort by: |