Search the web
Sign In
New User? Sign Up
AutoHotkey
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
AutoHotkey v1.0.39 released: Eliminates mouse/keyboard lag during l   Message List  
Reply | Forward Message #206 of 528 |
RE: [AutoHotkey] AutoHotkey v1.0.39 released: Eliminates mouse/keyboard lag during long commands

Germán Blando wrote:
> when I’m using an IDE for programming, I would like to close the character
“(“ with a “)” automatically. The same with characters [], {}, “”

Try putting these lines into a script:

:*?:(::(){Left}
:*?:[::[]{Left}
:*?:"::""{Left}
:*?:{::{{}{Enter 2}{}}{Up}

These hotstrings not be a perfect solution, but seem to work pretty well.

Chris




Tue Oct 4, 2005 10:28 am

cmallett2
Offline Offline
Send Email Send Email

Forward
Message #206 of 528 |
Expand Messages Author Sort by Date

The last change below may impact scripts that use the keyboard or mouse hook. If you have any mission-critical scripts that rely on them, it is recommended...
Chris
cmallett2
Offline Send Email
Oct 3, 2005
7:17 pm

Great! Is there any way to put ended signs in a text processor environment? E.g., when Im using an IDE for programming, I would like to close the character (...
Germán Blando
germanblando
Offline Send Email
Oct 4, 2005
10:05 am

... “(“ with a “)” automatically. The same with characters [], {}, “” ... These hotstrings not be a perfect solution, but seem to work pretty well....
Chris
cmallett2
Offline Send Email
Oct 4, 2005
10:28 am

It works very well for me. Thank you! Saludos, Germn Blando Chris escribi: ... character ( with a ) automatically. The same with characters [], {}, ... These...
Germán Blando
germanblando
Offline Send Email
Oct 5, 2005
10:20 am

since installing .39 I keep getting the following message when giving focus to my vmware session: 71 hotkeys have been received in the last 1110 ms Do you want...
Jack Horsfield
jack_horsfield
Online Now Send Email
Oct 4, 2005
11:49 am

... focus to my vmware session: 71 hotkeys have been received in the last 1110 ms Do you want to continue? That warning dialog is usually caused by a hotkey...
Chris
cmallett2
Offline Send Email
Oct 4, 2005
12:34 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help