| Author |
Message |
Topic: sending a keystroke to the clipboard |
iason
Replies: 17
Views: 2462
|
Forum: Ask for Help Posted: Thu Jun 30, 2011 7:41 pm Subject: sending a keystroke to the clipboard |
What a hell of a post revive - after so many years!
My last venture on AHK was [url=http://www.autohotkey.com/forum/topic65709.html+2010]this one.
Thanks for the hint!
Αν ασ ... |
Topic: A portable AutoHotkey_Unicode springboard |
iason
Replies: 0
Views: 366
|
Forum: Scripts & Functions Posted: Fri Dec 03, 2010 9:49 pm Subject: A portable AutoHotkey_Unicode springboard |
| Omphalos.2010 (an evolution of [url=http://www.autohotkey.com/forum/viewtopic.php?t=13822]an old idea) is an intuitive little package intended for the windows user who wants to be fast and productive ... |
Topic: A bit of help about the Copy Command in AHK_L? |
iason
Replies: 3
Views: 215
|
Forum: Ask for Help Posted: Wed Dec 01, 2010 3:51 pm Subject: A bit of help about the Copy Command in AHK_L? |
YMP, thank you very much! So simple.
It works - and the same holds true with +{Ins}.
Any explanation why it works that way, please?  |
Topic: A bit of help about the Copy Command in AHK_L? |
iason
Replies: 3
Views: 215
|
Forum: Ask for Help Posted: Wed Dec 01, 2010 7:12 am Subject: A bit of help about the Copy Command in AHK_L? |
I have the AHK help file active (example), i type "Control c" and what is selected in this window passes on the clipboard - of course.
Now -working on a bilingual greek-english winXP set- i ... |
Topic: How to write Unicode text in an .ini file? |
iason
Replies: 4
Views: 159
|
Forum: Ask for Help Posted: Mon Nov 22, 2010 7:33 pm Subject: How to write Unicode text in an .ini file? |
Just use AHK_L and IniRead/IniWrite.
Well, IniWrite does not work when the .ini is a UTF-8 file: it writes only the english characters.
I want UTF-8 ini's to work on any system (code page).
Anyway ... |
Topic: How to write Unicode text in an .ini file? |
iason
Replies: 4
Views: 159
|
Forum: Ask for Help Posted: Mon Nov 22, 2010 7:22 pm Subject: How to write Unicode text in an .ini file? |
Actually i'm working on it!
Well, i found [url=http://www.autohotkey.com/forum/viewtopic.php?t=64054&start=0&postdays=0&postorder=asc]this, but too tricky for me now i gu ... |
Topic: How to write Unicode text in an .ini file? |
iason
Replies: 4
Views: 159
|
Forum: Ask for Help Posted: Mon Nov 22, 2010 5:43 pm Subject: How to write Unicode text in an .ini file? |
Well i am not good, but if i had any clue i could work on it.
I found a way to read a unicode string from an .ini but i don't know how to write in it on a specific section/key.
Thanks. |
Topic: OnScreenPiano |
iason
Replies: 16
Views: 4521
|
Forum: Scripts & Functions Posted: Sun Nov 30, 2008 5:33 pm Subject: OnScreenPiano |
Roles were now switched? Do those cats play Human Piano? I can't see the whole instrument.  |
Topic: OnScreenPiano |
iason
Replies: 16
Views: 4521
|
Forum: Scripts & Functions Posted: Sun Nov 30, 2008 4:13 am Subject: OnScreenPiano |
very nice...
here a cat piano
What about a Tasmanian Devil piano. Wow.  |
Topic: Fast copy-pasting between applications |
iason
Replies: 0
Views: 765
|
Forum: Scripts & Functions Posted: Sat Nov 29, 2008 6:56 pm Subject: Fast copy-pasting between applications |
| A simple idea aspirant to ease everyday copy-pasting at least for eternal beginners like me. It reduces the need of a clip manager since you can have your clips (or what else) inside files. Call it wi ... |
Topic: Fast chmoding in FileZilla |
iason
Replies: 2
Views: 1655
|
Forum: Scripts & Functions Posted: Sun Mar 09, 2008 9:02 pm Subject: Fast chmoding in FileZilla |
| This is intended for web administrators, to quickly set permissions on files/folders residing in web servers through FTP. I'm not an expert of the kind, this is just something that has been very helpf ... |
Topic: ClipFile(s) - a clip helper |
iason
Replies: 4
Views: 1610
|
Forum: Scripts & Functions Posted: Thu Feb 21, 2008 1:05 pm Subject: ClipFile(s) - a clip helper |
If i get it right, you might replace
run %whichfolder%\%A_GuiControl%
sleep 10
Input, var, , {Esc},
sleep 10
Send ^c
winclose A
with a simple FileRead
FileRead, clipboard, %whichfol ... |
Topic: Screen title+subtitle splashtext |
iason
Replies: 2
Views: 1178
|
Forum: Scripts & Functions Posted: Thu Dec 20, 2007 6:45 pm Subject: Screen title+subtitle splashtext |
was working for me and now...Trace back your changes.  |
Topic: Fast paste from one window to another |
iason
Replies: 4
Views: 1493
|
Forum: Scripts & Functions Posted: Thu Dec 20, 2007 6:42 pm Subject: Fast paste from one window to another |
| clipsaved := clipboardALLThanks! I missed that... |
Topic: Fast paste from one window to another |
iason
Replies: 4
Views: 1493
|
Forum: Scripts & Functions Posted: Mon Dec 17, 2007 8:54 am Subject: Re: suggestion: |
| Use ClipWait instead of sleepCertainly a good idea. Trully that was my first venture, but i noticed that the script was not picking the copy reliably - i have no idea why... |
| |