| Author |
Message |
Topic: logitech unifying |
Tester
Replies: 4
Views: 211
|
Forum: Ask for Help Posted: Mon Feb 07, 2011 8:41 am Subject: logitech unifying |
| I don't know how to manage (mount/unmount) USB receivers in AHK, but if your computers are connected by LAN then you can use free, small and excelent Synergy application http://synergy-foss.org/ to co ... |
Topic: LexAHK: syntax highlighting for Scintilla (SciTE, others?) |
Tester
Replies: 122
Views: 53343
|
Forum: Utilities & Resources Posted: Sat Aug 23, 2008 2:15 am Subject: LexAHK: syntax highlighting for Scintilla (SciTE, others?) |
there is any chance to have this lexer in Notepad++ following this compile tutorial?
http://sourceforge.net/forum/forum.php?thread_id=1907325&forum_id=482781 |
Topic: Invert mouse axis |
Tester
Replies: 26
Views: 13798
|
Forum: Ask for Help Posted: Mon May 05, 2008 9:39 pm Subject: Invert mouse axis |
Here is a version of the x/y script, which does not fail on the screen edges: it keeps the mouse pointer 1 pixel from the sides.
...
Unfortunately none of it didn't work with digitizer input on Ta ... |
Topic: How get (wacom) tablet data with VBtablet wrapper? |
Tester
Replies: 0
Views: 1041
|
Forum: Ask for Help Posted: Sat Jan 12, 2008 7:35 am Subject: How get (wacom) tablet data with VBtablet wrapper? |
| I'm not programmer so I don't know how to use this wrapper. Maybe someone with greater programming experience can provide some practical code examples to get some data (like position, pressure value, ... |
Topic: How to SendMessage into other app address space (Flash GUI)? |
Tester
Replies: 2
Views: 1344
|
Forum: Ask for Help Posted: Sat Jan 12, 2008 2:52 am Subject: How to SendMessage into other app address space (Flash GUI)? |
| ok, but how? |
Topic: AHK for Pocket PCs |
Tester
Replies: 26
Views: 8421
|
Forum: Wish List Posted: Tue Jan 01, 2008 2:42 pm Subject: AHK for Pocket PCs |
If you like, you can test the exe on your WinCE-device if it's running.It's working!
I don't test AHK functionality, but EXE runs properly (Windows Mobile 5.0, HTC/Qtek S200, Processor OMAP 200MHz, 6 ... |
Topic: AHK for Pocket PCs |
Tester
Replies: 26
Views: 8421
|
Forum: Wish List Posted: Mon Dec 31, 2007 10:56 am Subject: AHK for Pocket PCs |
| Does somebody have ideas?The only guy I known, which does many high-quality (and free!) stuff on PPC is Mirko Schenk - author of the MortPlayer and MortScript (it is veryveryvery simple scripting engi ... |
Topic: How to SendMessage into other app address space (Flash GUI)? |
Tester
Replies: 2
Views: 1344
|
Forum: Ask for Help Posted: Sun Dec 23, 2007 2:33 am Subject: How to SendMessage into other app address space (Flash GUI)? |
Hello,
It is possible to make Flash GUI for desktop applications with using mProjector application (commercial).
It would be a great extension to AHK. Now we can make custom Flash-based GUIs for o ... |
Topic: Adding for control's "section" keywords WS and HS |
Tester
Replies: 1
Views: 630
|
Forum: Ask for Help Posted: Tue Oct 02, 2007 5:00 pm Subject: Adding for control's "section" keywords WS and HS |
| In GUI's add control command "section" should save also Wxx (width) and Hxx (height) of added control and there should be added "WS" and "HS" keywords for "remembere ... |
Topic: How get list of open files handles for specific drive? |
Tester
Replies: 0
Views: 617
|
Forum: Ask for Help Posted: Thu Jun 28, 2007 5:52 pm Subject: How get list of open files handles for specific drive? |
I try to write script for automatically unmounting encrypted drive.
But this drive refuses to unmount if some files are open or in use on this drive.
There is of course possible to force dismount, b ... |
Topic: AHK for Pocket PCs |
Tester
Replies: 26
Views: 8421
|
Forum: Wish List Posted: Thu Nov 30, 2006 10:00 pm Subject: AHK for Pocket PCs |
If anyone is interested to porting AHK to PocketPC there are few interesting links regards to PocketPCs SKD and emulation:
Quick overview how to install PocketPC emulator on Desktop PC:
http://www ... |
Topic: Automatic syntaxhighlightning instalation for UltraEdit |
Tester
Replies: 16
Views: 13383
|
Forum: Scripts & Functions Posted: Wed Oct 25, 2006 1:38 am Subject: Automatic syntaxhighlightning instalation for UltraEdit |
All of following examples will be treated as Functions:fn (par) { ;comments
fn(par){;comments
fn ( par ) ;comments
{
the first and third definitions are wro ... |
Topic: Script Merging - additional idea... |
Tester
Replies: 2
Views: 1169
|
Forum: Scripts & Functions Posted: Mon Sep 04, 2006 2:42 pm Subject: Script Merging - additional idea... |
I was thinking originaly to create something like this, even with configuration dialog witch user would use to enable/disable found scripts.Exactly
I also like the idea of plug-ins very much.Ye ... |
Topic: Constructive Language Criticism & Script Merging |
Tester
Replies: 7
Views: 1731
|
Forum: Scripts & Functions Posted: Mon Sep 04, 2006 2:06 pm Subject: Constructive Language Criticism & Script Merging |
No problem. I haven't not yet time to write code for files parsing, so at this time this is not yet working algorithm - it is only idea.
Regards. |
Topic: Automatic syntaxhighlightning instalation for UltraEdit |
Tester
Replies: 16
Views: 13383
|
Forum: Scripts & Functions Posted: Sun Aug 27, 2006 1:22 am Subject: Automatic syntaxhighlightning instalation for UltraEdit |
Recently I have installed UE 12 and I add some minor improvements to this script.RegRead, ahkpath, HKEY_LOCAL_MACHINE, SOFTWARE\AutoHotkey, InstallDir
if not ahkpath
SplitPath, A_AhkPath, , ahkpath ... |
| |