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 

Win<trigger>up & StartMenu appearing; misc. items

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
Decarlo110



Joined: 15 Dec 2004
Posts: 303
Location: United States

PostPosted: Tue May 10, 2005 11:46 pm    Post subject: Win<trigger>up & StartMenu appearing; misc. items Reply with quote

Code:

;-----------------------Example 1
#z up::
SplashTextOn,,, test1
sleep 2000
SplashTextOff
return
;-----------------------Example 2
RWin & z::
#z up::
GetKeyState, ksRWin, RWin, p
GetKeyState, ksLWin, LWin, p
if ksRWin=D
   SplashTextOn,,, RWin was pressed
else SplashTextOn,,, LWin was pressed
sleep 3000
SplashTextOff
return


Other items:
Duplicate-label-in-use checking has somewhere recently become absent on loading of scripts.
SetBatchLines default is no longer limited to 50% CPU time during Send/ControlSend cmds.
Helpfile entries suggested:
Index>Scripts
Index>Concatenate/merge
Index>#ClipboardTimeout
Script Showcase>Mouse Gestures by deguix. blank beneath download link

Thanks, Chris, in advance... & looking forward to Ultra's release of the DllCall features.
_________________
1) The Open Source Definition http://www.opensource.org/docs/definition_plain.php

2) Intuitive. Logical. Versatile. Adaptable. <<AutoHotkey>>
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10480

PostPosted: Thu May 12, 2005 12:26 am    Post subject: Re: Win<trigger>up & StartMenu appearing; misc. it Reply with quote

Decarlo110 wrote:
;-----------------------Example 1
#z up::
This one doesn't produce a problem on my system. It prevents the Start Menu from appearing by sending a Control keystroke prior to your release of the windows key. Perhaps this doesn't work on non-XP systems, so I'd like to work with you to fix this.

Example 2 seems to work okay too. If it was meant to demonstrate a problem other than the Start Menu, I'm probably missing it.

Quote:
Duplicate-label-in-use checking has somewhere recently become absent on loading of scripts.
Can you give an example? The following seems to work okay:

test:
x = 1
test:
x = 2

Quote:
SetBatchLines default is no longer limited to 50% CPU time during Send/ControlSend cmds.
I don't believe SetBatchLines ever affected the utilization during the Send command. If you're sure old versions did this, I can try to test it and find out why.

Quote:
Index>Scripts
Index>Concatenate/merge
Index>#ClipboardTimeout
Thanks; those are definitely good fixes.

Quote:
Script Showcase>Mouse Gestures by deguix. blank beneath download link
It's supposed to be blank because the script consists of a collection of files inside a zip file. This should probably be changed to make it clearer somehow. http://www.autohotkey.com/docs/scripts/MouseGestures.htm
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group