| Author |
Message |
Topic: Autohotkey on Vista Beta 2 |
guivho
Replies: 5
Views: 957
|
Forum: General Chat Posted: Fri Jul 07, 2006 7:33 pm Subject: Autohotkey on Vista Beta 2 |
I am experimenting with Windows Vista Beta 2 CPP on an x64 platform.
Of course I needed autohotkey to obtain a satisfactory environment.
And ... it works like a charm!
Just wanted to state t ... |
Topic: Editort support for Visual Studio? |
guivho
Replies: 3
Views: 736
|
Forum: Ask for Help Posted: Sat Jun 10, 2006 9:09 pm Subject: Editort support for Visual Studio? |
There's none that I know of. I'm not even sure it's possible to add custom syntaxes/languages to Visual Studio.
Thanks, Chris, don't worry, I switched back to good old vim. |
Topic: Editort support for Visual Studio? |
guivho
Replies: 3
Views: 736
|
Forum: Ask for Help Posted: Fri Jun 09, 2006 6:43 pm Subject: Editort support for Visual Studio? |
| I am doing quite some development using VS.net 2005 and would really like to use its editor to edit my ahk scripts. Is there any support for Visual Studio? I didn't find any in the Extras\Editors dire ... |
Topic: Ad hoc macro record and play? |
guivho
Replies: 2
Views: 936
|
Forum: Ask for Help Posted: Sat Apr 29, 2006 9:21 pm Subject: Ad hoc macro record and play? |
Thank you Skrommel for providing this script and enrica for pointing me to it.
Guido. |
Topic: Ad hoc macro record and play? |
guivho
Replies: 2
Views: 936
|
Forum: Ask for Help Posted: Sat Apr 29, 2006 5:38 pm Subject: Ad hoc macro record and play? |
| I have vainly searched for a simple ad hoc macro record and play script. I'd have thought that someone would have used the AutoScriptWriter tool to achieve this. I could give this a try myself, but I ... |
Topic: How to fix a stuck win key? |
guivho
Replies: 19
Views: 2797
|
Forum: Ask for Help Posted: Tue Oct 04, 2005 6:25 am Subject: How to fix a stuck win key? |
No more stuck Win key with this latest version.
I'll keep you posted if it still happens.
Thanks Chris!
Guido. |
Topic: How to fix a stuck win key? |
guivho
Replies: 19
Views: 2797
|
Forum: Ask for Help Posted: Sat Sep 24, 2005 6:02 pm Subject: How to fix a stuck win key? |
Chris,
The script does include #InstallKeybdHook.
I've put the Keywait, LWin; as first statement in the 'RunRestoreHideApp' routine which I use to toggle all my hotkey driven apps. And it seems ... |
Topic: How to fix a stuck win key? |
guivho
Replies: 19
Views: 2797
|
Forum: Ask for Help Posted: Sat Sep 24, 2005 12:37 pm Subject: How to fix a stuck win key? |
I often am bitten by a 'stuck' win key. Just before posting this, I downloaded and installed Version 1.0.38.05 -- September 23, 2005 to make sure I got the latest version. Here's what happens:
- I pr ... |
Topic: Negative X and Y coordinates |
guivho
Replies: 1
Views: 754
|
Forum: Wish List Posted: Fri Jun 17, 2005 7:23 am Subject: Negative X and Y coordinates |
It would be nice if one could specify negative coordinates for mouseclicks.
A negative X value, e.g. -10 would click 10 pixels from the right end side of the target window, a negative Y would count f ... |
Topic: Copy files by modification date |
guivho
Replies: 9
Views: 1514
|
Forum: Ask for Help Posted: Sat Jun 11, 2005 9:06 am Subject: Copy files by modification date |
ScriptStudent,
Your working dir, the root of your loop, is set at c:\
Your target dir is set at C:\AHKeyTest
So within your loop, you will read your target dir and check whether its content needs ... |
Topic: Whats your favourite editor |
guivho
Replies: 80
Views: 18041
|
Forum: Utilities & Resources Posted: Sat Jun 11, 2005 7:53 am Subject: Whats your favourite editor |
| Heh, Emacs is an operating system that just happens to edit text :p . I mean really, why do you need a newsreader, mailreader, webbrowser, filemanager, irc client, shell, and god knows what else in yo ... |
Topic: New MonthCal feature |
guivho
Replies: 9
Views: 1600
|
Forum: Ask for Help Posted: Fri Jun 10, 2005 6:14 pm Subject: New MonthCal feature |
Chris,
The running-wild problem is fixed. When clicking the left or right month selection arrow, the gCalendar label is only triggered once.
Specifically, when clicking the right arrow, it selec ... |
Topic: problem with hotkey in xplorer2 |
guivho
Replies: 2
Views: 689
|
Forum: Ask for Help Posted: Fri Jun 10, 2005 4:20 pm Subject: problem with hotkey in xplorer2 |
Chris,
The ControlFocus suggestion works!
Thanks a lot!
It is a constant surprise/pleasure to witness this fast support/turnaround time!
Guido. |
Topic: problem with hotkey in xplorer2 |
guivho
Replies: 2
Views: 689
|
Forum: Ask for Help Posted: Fri Jun 10, 2005 11:02 am Subject: problem with hotkey in xplorer2 |
I am having problems to define a hotkey for the
#3::
WinGet, f_window_id, ID, A
WinGetClass, f_class, ahk_id %f_window_id%
ControlGetPos, f_Edit1Pos,,,, Edit1, ahk_id %f_window_id%
... |
Topic: Whats your favourite editor |
guivho
Replies: 80
Views: 18041
|
Forum: Utilities & Resources Posted: Thu Jun 09, 2005 10:23 pm Subject: Whats your favourite editor |
I am a die-hard Emacs user,
using viper-mode to have Vi power inside of Emacs!
"Vi is the editor of gods. Emacs is the god of editors."
I use them both  |
| |