| Author |
Message |
Forum: Support Topic: How to get AHK to suspend when keyboard is inactive |
| Wolfer |
|
Posted: August 20th, 2010, 6:15 pm
|
|
Replies: 2 Views: 141
|
|
 |
Forum: Support Topic: How to get AHK to suspend when keyboard is inactive |
| Wolfer |
|
Posted: August 20th, 2010, 5:15 pm
|
|
Replies: 2 Views: 141
|
| I am running AHK at work, but it seems to be giving my network problems, so I set up a hotkey to suspend AHK when I'm stepping away from the computer. However, I often forget, and find the computer has crashed and rebooted. IT cannot figure out what's causing the crash. What I'd like to do is have a... |
|
 |
Forum: Utilities Topic: NoteTab as AHK Dashboard -- sample AHK.clb library |
| Wolfer |
|
Posted: May 8th, 2008, 5:46 pm
|
|
Replies: 2 Views: 1224
|
| There's one more feature in NoteTab I just learned about, and want to share: it's a very quick and easy way to create a "table of contents" for a script or series of scripts. All you need to do is enclose a search term between square brackets, exactly one space on each side. Double-click a... |
|
 |
Forum: Utilities Topic: NoteTab as AHK Dashboard -- sample AHK.clb library |
| Wolfer |
|
Posted: May 4th, 2008, 9:06 am
|
|
Replies: 2 Views: 1224
|
| One app for editing AHK files I find very useful is NoteTab . I'm attaching a NoteTab clip library for other AHK users to try out, because I think the application has been overlooked. Right up front I'll point out that NoteTab does not have context formatting, like Notepad++ and others, which is a d... |
|
 |
Forum: Utilities Topic: Q-Dir - excellent file manager |
| Wolfer |
|
Posted: May 4th, 2008, 6:02 am
|
|
Replies: 6 Views: 3401
|
| Nice 4-pane, but in VISTA it cannot distinguish between files in the Program Files section and files in the VirtualStore/Program Files section. Everything in VirtualStore shows up as if it resides in C:\Program Files, but if you try to copy/move etc....whoops! File not found! |
|
 |
Forum: Support Topic: Password to open AHK ini file |
| Wolfer |
|
Posted: April 23rd, 2008, 6:33 pm
|
|
Replies: 2 Views: 942
|
| I apologize for my limitations in advance... Is it possible to add a script to my AHK ini file that will encrypt the .ini file when I close it, and then ask for a password when I open it, and then decrypt and load the ini file? Essentially, a password + encryption lock to hide everything in the scri... |
|
 |
Forum: Support Topic: Encrypting passwords with AHK through secondary application |
| Wolfer |
|
Posted: April 17th, 2008, 4:44 pm
|
|
Replies: 1 Views: 480
|
| I have been using AHK to log into a variety of sites (not credit card or bank stuff; I use RoboForm for that), but still, I want to keep certain passwords hidden on my hard drive. There is a freeware application, KeyNote ( http://www.tranglos.com/free/keynote.html ), that works quite well for lockin... |
|
 |
Forum: Support Topic: Newbie question: remove line breaks, replace with commas |
| Wolfer |
|
Posted: April 10th, 2008, 11:20 pm
|
|
Replies: 5 Views: 590
|
| Code from tonne works beautifully! Pure wizardry to this newbie. Script from garry creates new file, but how do you work it with different lists of words or symptoms? One last request: the lists come out of our system formatted with two spaces before each line of symptoms. Can the code be tweaked to... |
|
 |
Forum: Support Topic: Newbie question: remove line breaks, replace with commas |
| Wolfer |
|
Posted: April 10th, 2008, 7:23 am
|
|
Replies: 5 Views: 590
|
| I am a physician working with an electronic medical record system. I am looking for a script that will take a column of poorly formatted words (usually quickly typed by a secretary), gobble them up, and spit them back formatted with commas. i.e. take this list: HEADACHE Sore Throat fever COugh and t... |
|
 |
Forum: Support Topic: KeyNote deactivates AHK in VISTA |
| Wolfer |
|
Posted: April 6th, 2008, 7:00 pm
|
|
Replies: 0 Views: 370
|
| I am running KeyNote in VISTA, and cannot get AHK to run any scripts within KeyNote. Is there a way to work around this? Has anyone else had this problem? |
|
 |
Forum: Support Topic: AHK sometimes disabled in Microsoft Word |
| Wolfer |
|
Posted: March 3rd, 2008, 2:50 pm
|
|
Replies: 2 Views: 576
|
| Do you mean, my script? Here it is. The only one directly related to Word is the line starting #IfWinActive ahk_class OpusApp which is just a shortcut to move between Word documents. Most of it is macros to take my very clunky electronic medical record through a zillion little irritating steps neede... |
|
 |
Forum: Support Topic: AHK sometimes disabled in Microsoft Word |
| Wolfer |
|
Posted: March 2nd, 2008, 8:53 am
|
|
Replies: 2 Views: 576
|
| I have been finding that AHK stops working in Microsoft Word 2003 after it's been open a while. Still works in Excel and everything else, but the scripts just will not function in Word. Close AHK, reopen, no help. Reload script, no help. Have to reboot the computer to reset and make it functional ag... |
|
 |
Forum: Support Topic: Winactivate only works once without reloading script |
| Wolfer |
|
Posted: January 16th, 2008, 6:40 am
|
|
Replies: 2 Views: 519
|
| I tried every permutation, and included DetectHiddenWindows,On. At odd times, which I cannot figure out why, the program hides from the Taskbar, and only appears as a running process when the Task Manager is invoked. In that state, it ignores IfWinExist, WinRestore, WinMaximize. It even ignores Run,... |
|
 |
Forum: Support Topic: Winactivate only works once without reloading script |
| Wolfer |
|
Posted: January 16th, 2008, 2:06 am
|
|
Replies: 2 Views: 519
|
| I am new to AHK and have been trying to get WinActivate to work for an explorer replacement called PowerDesk. The program has not been upgraded for Vista (this may be part of the problem) and has some funky behaviors: 1. It sometimes disappears from the Taskbar, but is apparently still running in th... |
|
 |
Forum: Support Topic: Autohotkey auto-remapping my keyboard |
| Wolfer |
|
Posted: January 11th, 2008, 6:47 pm
|
|
Replies: 4 Views: 766
|
| Regarding the keyboard problem, I'm wondering if it has something to do with the Window Spy or AutoScriptWriter, because after using Window Spy today, the keyboard seized again. Since I shut down Window Spy, I'm running AHK and so far no problems.... Here is a sample script: ::enfi:: WinWait, Hypers... |
|
 |
| Sort by: |