|
Utilidad simple y de gran alcance que personaliza teclados, palancas de juegos y ratones.
AutoHotKey es una utilidad simple y de gran alcance que personaliza teclados, palancas de juegos y ratones para cumplir con sus requisitos particulares.
Características de AutoHotKey:
* Gratuito y código abierto (licencia para el público en general GNU).
* Reestructura teclados, palancas juego, y ratones.
* Un motor de reconocimiento de palabra que amplía abreviaturas a lo usted las tipea (auto-substitucion).
* Una lengua de scripting simple para hotkeys (atajos) pero al mismo tiempo poderoso para Windows, con soporte de macros para ratón y teclado (si usted es nuevo al scripting, puede ser que sea más fácil que usted piensa; compruébelo con la ayuda del programa).
Que hay de nuevo:
1.0.47.05
Fixed the Sort command: 1) fixed the "function" option not to misbehave when it's the last option in the list; 2) fixed the "unique" option so that when the delimiter is CRLF, the last item can be detected as a duplicate even when it doesn't end in CRLF; 3) fixed the "unique" option not to append a trailing delimiter when the last item is a duplicate. [thanks Roland]
Fixed RegExMatch() and RegExReplace() to yield correct results even when Haystack and OutputVar are both the same variable. [thanks Superfraggle]
Fixed inability to pass a parameter that is "a variable to which ClipboardAll has been assigned". [thanks Joy2DWorld & Lexikos]
Updated RegEx/PCRE from 7.0 to 7.4. For a summary of the major changes, see www.pcre.org/news.txt. For full details of every change and fix, see www.pcre.org/changelog.txt.
Added GUI control "Tab2" that fixes rare redrawing problems in the original "Tab" control (e.g. activating a GUI window by clicking on a control's scrollbar). The original Tab control is retained for backward compatibility because "Tab2" puts its tab control after its contained controls in the tab-key navigation order. [thanks Xander]
|