AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 30 matches
AutoHotkey Community Forum Index
Author Message
  Topic: releasing modifier keys by means of send {X up} + BlockInput
arbe

Replies: 4
Views: 238

PostForum: Ask for Help   Posted: Wed Mar 14, 2007 11:33 am   Subject: releasing modifier keys by means of send {X up} + BlockInput
YMP,

thank you so much for your help! My first tests show that send {Blind} is probably the solution I have been looking for for two days!
  Topic: releasing modifier keys by means of send {X up} + BlockInput
arbe

Replies: 4
Views: 238

PostForum: Ask for Help   Posted: Wed Mar 14, 2007 8:48 am   Subject: releasing modifier keys by means of send {X up} + BlockInput
YMP,

thanks for your thoughts.

Using the send command's capability of releasing modifiers is not enough in my case. I am dragging an object across the screen which is dropped by the application ...
  Topic: releasing modifier keys by means of send {X up} + BlockInput
arbe

Replies: 4
Views: 238

PostForum: Ask for Help   Posted: Tue Mar 13, 2007 4:53 pm   Subject: releasing modifier keys by means of send {X up} + BlockInput
Hi AHK community!

I am writing a script that needs to be launched via a Ctrl+Shift+N hotkey. However, inside the script I need to perform keyboard and mouse action that only succeeds in my target a ...
  Topic: AHK preprocessor
arbe

Replies: 7
Views: 1865

PostForum: Scripts & Functions   Posted: Sun Sep 03, 2006 9:54 am   Subject: AHK preprocessor
The lines have not to be deleted completely, the CR could remain, so the line numbers were consistent.
Thanks for the hint. You are absolutely right, I added the option -clearLines.

Please don't f ...
  Topic: AHK preprocessor
arbe

Replies: 7
Views: 1865

PostForum: Scripts & Functions   Posted: Sat Sep 02, 2006 9:20 am   Subject: AHK preprocessor
Chris, Rabiator, and PhiLho,

thanks for your interest!

I liked the suggestion about deleting not defined lines and modified the script. Rabiator, please be aware that AHK's debug messages show l ...
  Topic: Preprocessing?
arbe

Replies: 20
Views: 1350

PostForum: Wish List   Posted: Tue Aug 29, 2006 8:09 pm   Subject: Preprocessing?
Hi guys,

I implemented a first version of an AHK preprocessor:
http://www.autohotkey.com/forum/viewtopic.php?p=74666
  Topic: AHK preprocessor
arbe

Replies: 7
Views: 1865

PostForum: Scripts & Functions   Posted: Tue Aug 29, 2006 8:07 pm   Subject: AHK preprocessor
Hi AHK-community!

We recently had a discussion about the use of preprocessing an AHK file (see #DEFINE test

#IFDEF test
msgbox This code is executed.
#ELSE
msgbox This code is commented out. ...
  Topic: Preprocessing?
arbe

Replies: 20
Views: 1350

PostForum: Wish List   Posted: Thu Aug 24, 2006 7:50 am   Subject: Preprocessing?
Chris, thanks for considering it anyway. I agree that there are many high priority changes pending. Actually, I'd love debugging as well.

PhiLho, thanks for your suggestion with the ;#xxx syntax. I ...
  Topic: Preprocessing?
arbe

Replies: 20
Views: 1350

PostForum: Wish List   Posted: Wed Aug 23, 2006 9:44 am   Subject: Preprocessing?
But actually, you can do the same thing with existing syntax: just replace #xxx with ;#xxx, process the source with some tool, be it written in AHK, awk, Perl, whatever, and then happily compile the r ...
  Topic: Preprocessing?
arbe

Replies: 20
Views: 1350

PostForum: Wish List   Posted: Wed Aug 23, 2006 8:11 am   Subject: Preprocessing?
Another popular use case will be to define the DEBUG preprocesser switch. That way, extensive logging can be enabled/disabled with changing just one line.

The preprocessor is preferable to regular ...
  Topic: Preprocessing?
arbe

Replies: 20
Views: 1350

PostForum: Wish List   Posted: Tue Aug 22, 2006 7:47 pm   Subject: Another preprocessing use case
Hi Chris,

I do believe that preprocessing might be interesting for many users, especially those who compile their scripts for the public.

I would use a preprocessor to have an integrated main sc ...
  Topic: Input command interrupted by hotkeys
arbe

Replies: 1
Views: 340

PostForum: Wish List   Posted: Wed May 10, 2006 7:53 pm   Subject: Input command interrupted by hotkeys
The Input command is currently interruptable by hotkeys:

While an Input is in progress, new threads such as custom menu items and timed subroutines can still be created. Similarly, keyboard hotkeys ...
  Topic: Run command and links with command line parameters
arbe

Replies: 4
Views: 781

PostForum: Bug Reports   Posted: Tue Mar 07, 2006 8:02 am   Subject: Run command and links with command line parameters
Hi Chris,

thanks for looking into it.

> AHK simply calls the OS's ShellExecute()
> function to launch a shortcut (.lnk file)

There must be some kind of difference, since I tried the ex ...
  Topic: Run command and links with command line parameters
arbe

Replies: 4
Views: 781

PostForum: Bug Reports   Posted: Mon Mar 06, 2006 7:49 pm   Subject: Run command and links with command line parameters
Hi Chris,

I experience the following bug:

I have a windows shortcut/link file called c:\test.lnk.
It is set to "c:\text.exe abc" (without the quotation marks and containg just that on ...
  Topic: tmp and temp special variables
arbe

Replies: 11
Views: 1514

PostForum: Bug Reports   Posted: Thu Jan 12, 2006 8:13 am   Subject: Any news?
Hi Chris,

are there any news about the implementation of this feature?

This security related issue is getting more and more attention. A recent report about undefined behavior caused by uninitia ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group