| Author |
Message |
Forum: Support Topic: how to make sure ahk grabs keystrokes before other programs? |
| vaderetro |
|
Posted: February 11th, 2012, 11:13 pm
|
|
Replies: 5 Views: 193
|
| anyone? I thought my question would be easy to reply by any ahk seasoned user (even if you dont understand all this synergy-ahk interaction issue). My question is this: if ahk grabs the key BEFORE synergy in A, and sends the proper key (Uparrow), then synergy gets it, just sends it to B, and it woul... |
|
 |
Forum: Support Topic: how to make sure ahk grabs keystrokes before other programs? |
| vaderetro |
|
Posted: February 9th, 2012, 9:32 am
|
|
Replies: 5 Views: 193
|
| Can't you easily check to see if capslock gets passed by just opening a notepad file and typing, then seeing if it switches to capslock on the secondary? yes, I did verify that as well. Capslock works normally over sinergy if I disable my ahk scripts. The problem is that my ahk mapping is for CapsL... |
|
 |
Forum: Support Topic: how to make sure ahk grabs keystrokes before other programs? |
| vaderetro |
|
Posted: February 8th, 2012, 12:04 pm
|
|
Replies: 5 Views: 193
|
| Just disable the script on the serveur and see what's happen on the client. Disabling the script in the server is not an option cause I need its functionality in both computers, and I use both of them at the same time. Or just make something to check if you are on the client or the server. I don't ... |
|
 |
Forum: Support Topic: how to make sure ahk grabs keystrokes before other programs? |
| vaderetro |
|
Posted: February 8th, 2012, 10:52 am
|
|
Replies: 5 Views: 193
|
| Hi, I am having an issue with ahk and Syngergy (I already had a look at http://www.autohotkey.com/forum/viewtopic.php?t=70417 but is not the same case). I have pc A and pc B. I have the same ahk script running in both, doing this: CapsLock & k:: Send,{Up} That is, sends Up arrow when of CapsLock... |
|
 |
Forum: Utilities Topic: Portable AHK & AHKL custom .bat installer |
| vaderetro |
|
Posted: January 16th, 2011, 2:10 pm
|
|
Replies: 14 Views: 4471
|
codybear wrote: Why not an AHK file instead of a batch file? 
he explains it in the post:
majkinetor wrote: You may wonder, why not using AHK to do this. The answer: AHK may not be installed. Batch is system script and it works on every computer.
|
|
 |
Forum: Utilities Topic: Portable AHK & AHKL custom .bat installer |
| vaderetro |
|
Posted: January 12th, 2011, 3:28 pm
|
|
Replies: 14 Views: 4471
|
this worked perfectly, thanks!
As you say, it will be usable too for other cases... |
|
 |
Forum: Utilities Topic: Portable AHK & AHKL custom .bat installer |
| vaderetro |
|
Posted: December 22nd, 2010, 7:02 pm
|
|
Replies: 14 Views: 4471
|
| This batch script allows you to copy AHK folder to different computers without using official installer and quickly associate it with AHK. Its also handy for testing and using different AHK branches as you can only add or remove "l" to extension to run the script with different ahk branch... |
|
 |
Forum: Scripts Topic: The Master Script (Collect/Keybind/Autostart any scripts) |
| vaderetro |
|
Posted: November 26th, 2010, 12:44 am
|
|
Replies: 27 Views: 4002
|
| understood, thanks. I prefer the idea of all running under a single process, but maybe it's just a silly search of optimizing everything when possible. Is having, say, 10 ahk processes that just wait for hotkeys and things like that totally negligible in a current pc in terms of processing overhead?... |
|
 |
Forum: Scripts Topic: The Master Script (Collect/Keybind/Autostart any scripts) |
| vaderetro |
|
Posted: November 25th, 2010, 11:08 pm
|
|
Replies: 27 Views: 4002
|
| So let me see if I understand correctly. I have a bunch of scripts I want to run on startup. So far I have been trying to join them in a single script, as I prefer to run them all under a single process. But I have had little success, as I am a total novice in ahk, many times some scripts no longer ... |
|
 |
Forum: Utilities Topic: recommended setup for Notepad++ |
| vaderetro |
|
Posted: November 13th, 2010, 12:03 am
|
|
Replies: 1 Views: 1806
|
| hi, I intend to start learning ahk a bit more. I use Notepad++ as my editor and I already installed AutoHotkey\Extras\Editors\Notepad++ from the installer. I have recently started using notepad++ so I'm not advanced user either, and while searching the forums I found multiple threads about scripts/p... |
|
 |
Forum: Scripts Topic: Folder Menu - a popup menu to quickly change your folders |
| vaderetro |
|
Posted: November 11th, 2010, 3:56 pm
|
|
Replies: 180 Views: 53394
|
| I have posted a question to the sourceforge support forum but it does not appear to be very active so I am hoping I might get the answer here... I am using v3, I know it's on autoit instead of older versions that were in ahk but as its a configuration issue I guess it will work the same way. I have ... |
|
 |
Forum: Scripts Topic: Favmenu 2.0 final |
| vaderetro |
|
Posted: November 9th, 2010, 11:18 pm
|
|
Replies: 135 Views: 37070
|
| codybear, thanks for the pointer to FolderMenu. I had actually found out about it myself while checking interesting stuff in the forum and I have been testing it a bit. I think I am settling on it as it is actively maintained, and works fine in win7. BTW its on autoit now from they say in the source... |
|
 |
Forum: Scripts Topic: Favmenu 2.0 final |
| vaderetro |
|
Posted: November 9th, 2010, 7:18 pm
|
|
Replies: 135 Views: 37070
|
| Yes indeed. I realized this is not updated since a long time. But from my little experiments, many things still work in win7: - cmd window works fine - explorer does not (To use FavMenu with Windows Explorer you must enable Address Bar. error as pointed out by Stevie) - office 2010 open window: work... |
|
 |
Forum: Scripts Topic: Favmenu 2.0 final |
| vaderetro |
|
Posted: November 9th, 2010, 12:05 pm
|
|
Replies: 135 Views: 37070
|
got the readme.doc thanks.
In this pc I installed AutoHotkey_L. But favmenu does not apparently run it under it right? I have to use AutoHotkey Basic right? |
|
 |
Forum: Scripts Topic: Favmenu 2.0 final |
| vaderetro |
|
Posted: November 9th, 2010, 1:37 am
|
|
Replies: 135 Views: 37070
|
| just found out about this and I'm really interested (I use Total commander and AHK already). But I am having problems getting started. I run FavMenu.ahk and I see a star icon in the taskbar with the menus etc, but if I open some OS dialogs I dont see any trace of Favmenu. Screenshots are missing fr... |
|
 |
| Sort by: |