| Author |
Message |
Topic: [script] to fix Intellipoint wheel on Win7 |
fincs
Replies: 2
Views: 46
|
Forum: Scripts & Functions Posted: Tue Mar 16, 2010 8:34 pm Subject: [script] to fix Intellipoint wheel on Win7 |
WheelDown::WheelDown
WheelUp::WheelUp
Wow, I'm impressed. I never thought those code lines that apparently do nothing actually fix mouse wheeling on certain kinds of mice. |
Topic: FileMove & FileCopy Problem |
fincs
Replies: 2
Views: 50
|
Forum: Bug Reports Posted: Tue Mar 16, 2010 5:10 pm Subject: FileMove & FileCopy Problem |
К does not belong to your codepage (likely Windows-1252) so it's not supported by vanilla AutoHotkey.
However, AutoHotkey_L (see sig) by Lexikos has a Unicode version. |
Topic: LexAHK: syntax highlighting for Scintilla (SciTE, others?) |
fincs
Replies: 109
Views: 34018
|
Forum: Utilities & Resources Posted: Sun Mar 14, 2010 12:07 pm Subject: LexAHK: syntax highlighting for Scintilla (SciTE, others?) |
I have fixed some problems with folding and added AutoHotkey_L object syntax support to this lexer.
// Scintilla source code edit control
/** @file LexAHK1.cxx
** Lexer for AutoHotkey, simplified ... |
Topic: Great music to listen to while AHKing |
fincs
Replies: 17
Views: 738
|
Forum: General Chat Posted: Wed Mar 10, 2010 9:14 pm Subject: Great music to listen to while AHKing |
| Meh, I'll just stick to the unclassifiable music I listen to. |
Topic: Sarcmark using AutoHotKey source (possible GNU violation?) |
fincs
Replies: 9
Views: 299
|
Forum: General Chat Posted: Wed Mar 10, 2010 3:50 pm Subject: Sarcmark using AutoHotKey source (possible GNU violation?) |
It seems the author is giving it away for free now. I'm grabbing a copy courtesy of Mr. Aaa Bbb
Part 1: Downloading and installing the software
The download page requires you to enter your name ... |
Topic: SciTE4AutoHotkey v2 Stable - Released. |
fincs
Replies: 129
Views: 22401
|
Forum: Scripts & Functions Posted: Tue Mar 09, 2010 3:33 pm Subject: SciTE4AutoHotkey v2 Stable - Released. |
Well, if you already have a working copy of AutoHotkey, why do you need Lua?
Maybe you are referring to the bundled AutoHotkey SciTE Lua script. If so, what exactly is your problem? |
Topic: Unix in 9 lines of AutoHotkey |
fincs
Replies: 2
Views: 326
|
Forum: Scripts & Functions Posted: Thu Mar 04, 2010 11:10 pm Subject: Unix in 9 lines of AutoHotkey |
My little modification to this funny script:
DllCall("AllocConsole")
DllCall("SetConsoleTitle", "str", uname := "ahkunix 1.1`n")
FileAppe ... |
Topic: I get an errors on valid hotkeys |
fincs
Replies: 6
Views: 163
|
Forum: Ask for Help Posted: Sun Feb 28, 2010 10:36 pm Subject: I get an errors on valid hotkeys |
| That is a very vague description of your problem. Can you give us some info about your system, e.g. AutoHotkey & Windows version and/or post the scripts you have tried? |
Topic: AviScreen - ... including follow the cursor feature [GUI] |
fincs
Replies: 5
Views: 302
|
Forum: Utilities & Resources Posted: Sun Feb 28, 2010 4:05 pm Subject: AviScreen - ... including follow the cursor feature [GUI] |
The free version can follow the cursor  |
Topic: AviScreen - ... including follow the cursor feature [GUI] |
fincs
Replies: 5
Views: 302
|
Forum: Utilities & Resources Posted: Wed Feb 24, 2010 7:01 pm Subject: AviScreen - ... including follow the cursor feature [GUI] |
This program is a keeper!  |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
fincs
Replies: 57
Views: 4311
|
Forum: Scripts & Functions Posted: Wed Feb 24, 2010 5:13 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
Even though I updated Gtk# for .NET to 2.12.9-2, I still get an error message.
If I uninstall it I'm able to run the test script, but I need Gtk# for MonoDevelop. |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
fincs
Replies: 57
Views: 4311
|
Forum: Scripts & Functions Posted: Tue Feb 23, 2010 11:15 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
Well, I happen to have an old Gtk# version installed. I guess tomorrow I'll update.
Thanks  |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
fincs
Replies: 57
Views: 4311
|
Forum: Scripts & Functions Posted: Tue Feb 23, 2010 11:02 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
I basically extracted ironahk-0.5.zip to a new folder then tried to run the example script.
Here's the compiled script: http://www.autohotkey.net/~fincs/blah.exe |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
fincs
Replies: 57
Views: 4311
|
Forum: Scripts & Functions Posted: Tue Feb 23, 2010 10:39 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
| I can't get IronAHK working. If I run IronAHK.exe with no parameters I get "The system cannot find the file specified". If I try to run a script I get "Could not execute: A exception oc ... |
Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
fincs
Replies: 436
Views: 81966
|
Forum: Scripts & Functions Posted: Mon Feb 22, 2010 9:00 pm Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
Minor typo:
As of revision 42, AutoHotkey_L includes Unicode support via separate ANSI and Unicode builds. Scripts written for ANSI builds (or mainstream AutoHotkey) face a number of compatibility is ... |
| |