| Author |
Message |
Forum: Support Topic: PlaySoundOnCutCopyPaste.ahk |
| l4zphi5h3n7 |
|
Posted: November 26th, 2010, 10:48 pm
|
|
Replies: 4 Views: 170
|
This is a good start, but how do a make one sound for copy, another for past, and another for cut?
When I do this:
^x::
{
Send, {CTRLDOWN}x{CTRLUP}
SoundPlay *48
}
It repeats forever, plus I am leaving out cutting from mouse. |
|
 |
Forum: Support Topic: PlaySoundOnCutCopyPaste.ahk |
| l4zphi5h3n7 |
|
Posted: November 24th, 2010, 11:56 pm
|
|
Replies: 4 Views: 170
|
| I haven't done AHK for years, but I know its what I should use to make a script that would play a brief sound for each of these actions (cut copy or paste). I want to find a camera snapshot sound to play when I copy text, a scissors clipping sound for cutting, and a rubber stamp sound for pasting. P... |
|
 |
Forum: Support Topic: Group Windows for Minimize/Maximize/Active/Inactive |
| l4zphi5h3n7 |
|
Posted: December 19th, 2008, 9:49 pm
|
|
Replies: 2 Views: 739
|
OK I'm a little rusty on AutoHotkey.
Is there a way I could give me choices of available windows to pin together? Anyscripts already out there for this. I was hoping somebody would already have one but i couldn't find one in search. Also would this handle minimize and maximize? |
|
 |
Forum: Support Topic: Group Windows for Minimize/Maximize/Active/Inactive |
| l4zphi5h3n7 |
|
Posted: December 19th, 2008, 9:27 pm
|
|
Replies: 2 Views: 739
|
| I work in a call center where I typically have 5 programs open in front of the browser. When I want to get to the browser I click the addressbar and all I see is the browser. Then when I get a call I have to click each of the other programs one at a time. I would like to find a way so that if I acti... |
|
 |
Forum: Support Topic: I want to use paint (not GDI+) for screen cap |
| l4zphi5h3n7 |
|
Posted: April 26th, 2008, 2:08 am
|
|
Replies: 1 Views: 395
|
| Heres what I've got 9:: PrintAndSave: Send, {PrintSCREEN} WinGetActiveTitle, AT1 FormatTime,ctime,,MMddyyHHmm DetectHiddenWindows, On Run, %A_WinDir%\System32\mspaint.exe, , hide UseErrorLevel If ErrorLevel = ERROR { MsgBox, 0, Message, The File %A_WinDir%\System32\MSPAINT.EXE not fou... |
|
 |
Forum: Support Topic: Firefox Show hide toggle |
| l4zphi5h3n7 |
|
Posted: April 25th, 2008, 11:01 pm
|
|
Replies: 2 Views: 338
|
| Sorry that didn't work. Though I admit I should have tried that b4 posting |
|
 |
Forum: Support Topic: Firefox Show hide toggle |
| l4zphi5h3n7 |
|
Posted: April 25th, 2008, 10:12 pm
|
|
Replies: 2 Views: 338
|
| I found this script somewhere on here ;;;Right Alt show/hide firefoxes(s) RALT:: settitlematchmode, 2 winget, foxlist, list, Firefox if foxlist = 0 { run, "Z:\prog\FirefoxPortableTest\FirefoxPortable.exe" winwait, Firefox } else { max=false loop %foxlist% { Stri... |
|
 |
Forum: Support Topic: how to !`::` with `::Send !{Space}n |
| l4zphi5h3n7 |
|
Posted: April 25th, 2008, 9:59 pm
|
|
Replies: 10 Views: 576
|
Ahh nice.
Another thing I am noticing.
Theres seems to be a slight drop/wonkiness in my ability to do a normal Alt+Tab
or to use Alt+D Alt+f type shortcuts
Any idea why? |
|
 |
Forum: Support Topic: how to !`::` with `::Send !{Space}n |
| l4zphi5h3n7 |
|
Posted: April 25th, 2008, 8:32 pm
|
|
Replies: 10 Views: 576
|
| Thanks! `^:: Causes invalid hotkey error they needed to be switched around to be ^`:: Other than that one change it worked awesome! Here is my final working code /* ********** Hotkeys ********** */ ; DEBUG - note: hotkeys make the script persistent! ; I only use Numpad so.. ; This makes NumLock Stay... |
|
 |
Forum: Support Topic: how to !`::` with `::Send !{Space}n |
| l4zphi5h3n7 |
|
Posted: April 25th, 2008, 8:03 pm
|
|
Replies: 10 Views: 576
|
| Thanks for your help guys try this AllMinimized = 0 ; I seldom use ~/` so this I made this key minimize $`::Send, !{space}n ; So I can still type ` !`:: KeyWait, Alt Send, `` return ; ^`::Toggle (WinMinimizeAll / WinMinimizeAllUndo) ^`:: IF (AllMinimized = 0) WinMinimizeAll... |
|
 |
Forum: Support Topic: how to !`::` with `::Send !{Space}n |
| l4zphi5h3n7 |
|
Posted: April 25th, 2008, 6:51 pm
|
|
Replies: 10 Views: 576
|
| I have a problem. I want ` (accent) to be my minimize button but if I ever have to type` or ~ I want to still be able to do that. ideally it would be `::Send !{Space}n ^`::Toggle (WinMinimizeAll / WinMinimizeAllUndo) !`::Type ` +`::Type ~ Here is my hotkey section /* ********** Hot... |
|
 |
Forum: Support Topic: todo.txt CL function? Possible with AHK? |
| l4zphi5h3n7 |
|
Posted: March 20th, 2007, 10:37 pm
|
|
Replies: 4 Views: 626
|
| Yes I meant without the user seeing the CLI (Maybe a nice read only edit box with an input box on top for commands) |
|
 |
Forum: Support Topic: todo.txt CL function? Possible with AHK? |
| l4zphi5h3n7 |
|
Posted: March 20th, 2007, 8:27 pm
|
|
Replies: 4 Views: 626
|
| This is super useful but way to complicated for everyday windows users. They have their own community @ http://todotxt.com The concept is best described by watching the video here and the code for it is here . If this is possible with using ahk (even for just removing the need for Cygwin) it would b... |
|
 |
Forum: Support Topic: Is it possible to do that.. |
| l4zphi5h3n7 |
|
Posted: February 22nd, 2007, 9:51 pm
|
|
Replies: 9 Views: 742
|
| Please clarify your question and if possible edit the subject to a more accurate summary of your issue. -thx |
|
 |
Forum: Support Topic: RAJAT Help triggers auto correct spelling script |
| l4zphi5h3n7 |
|
Posted: February 22nd, 2007, 9:48 pm
|
|
Replies: 1 Views: 463
|
bump
reworded. Maybe it will spawn some interest |
|
 |
| Sort by: |