Перейти из форума на сайт.

НовостиФайловые архивы
ПоискАктивные темыТоп лист
ПравилаКто в on-line?
Вход Забыли пароль? Первый раз на этом сайте? Регистрация
Компьютерный форум Ru.Board » Компьютеры » Программы » AutoHotkey

Модерирует : gyra, Maz

 Версия для печати • ПодписатьсяДобавить в закладки
Страницы: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76

Открыть новую тему     Написать ответ в эту тему

chum2000

Full Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору

   
 
Актуальная версия: AutoHotkey 2.0.5 от 12 августа 2023
Версия для Windows XP | Changes from v1.1 to v2.0
 
Официальный сайт | Англоязычный форум | Архивный форум | Русскоязычный форум
Документация (англ.) | Документация и статьи (рус.) | История изменений
 
Подборка полезных скриптов | AutoHotkey + Total Commander
 

Цитата:
AutoHotkey — бесплатная программа с открытым исходным кодом для создания макросов и автоматизации, позволяющая упростить выполнение повторяющихся задач.
 
AutoHotkey позволяет изменить интерфейс практически любой программы. Имеет собственный скриптовый язык, специально нацеленный на лёгкое назначение и переназначение горячих клавиш.
 
AutoHotkey можно использовать для запуска программ, отправки текста, имитации мыши. Скриптовый язык позволяет управлять окнами, файлами и папками. Команды могут быть активированы горячими клавишами.
 
Также имеются возможности создания GUI, работы с реестром, использования собственного API окон для вызова DLL-файлов. Скрипты можно скомпилировать в EXE-файл и запускать на любом компьютере с Windows соответствующей версии.
 
Наиболее частое применение AutoHotkey:
- переназначение клавиш (глобально или у отдельных программ)
- управление мышью с помощью клавиатуры или джойстика
- слежение за системой, автоматическое выполнение некоторых действий по желанию пользователя, таких как напоминание, сканирование или резервное копирование
 

Всего записей: 505 | Зарегистр. 04-03-2004 | Отправлено: 00:28 02-06-2005 | Исправлено: Egor2020, 10:08 21-09-2023
Nick 2003



Platinum Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.40.02

Цитата:
Changes:
- Fixed "Transform Unicode" to be able to produce a Unicode string whose first byte is zero. [thanks Shimanov & Laudrin]
- Reduced the size of compiled scripts by 20 KB by having the compiler minimize code size in sections that don't affect script performance.

http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe

Всего записей: 13879 | Зарегистр. 18-07-2003 | Отправлено: 02:51 25-10-2005
shedow25

Silver Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.40.03 (October 26, 2005)

Цитата:
Because some other solution is necessary, the 1-pixel increase for Checkboxes and Radio Buttons in v1.0.40.01 has been undone.

_http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe

Всего записей: 4042 | Зарегистр. 02-12-2004 | Отправлено: 11:42 27-10-2005
shedow25

Silver Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.40.04 (November 2, 2005)

Цитата:
Fixed WinGetText and ControlGetText to work on apps that respond incorrectly to WM_GETTEXT (such as AIM). [thanks Yarbuck]
 
Changed the program to align all data on 32-bit boundaries, which solves DllCall structure issues. [thanks Shimanov]

_http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe

Всего записей: 4042 | Зарегистр. 02-12-2004 | Отправлено: 12:18 03-11-2005 | Исправлено: shedow25, 12:19 03-11-2005
shedow25

Silver Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.40.05

Цитата:
Fixed Ceil(), Floor(), and "Transform Ceil/Floor" to give the correct answers for all inputs. [thanks Litmus Red]
 
Fixed remapping so that "Enter" can be a destination key. [thanks jocamero]
 
Changed ahk_id to work on hidden child windows (controls) without the need for DetectHiddenWindows.
 
Improved Post/SendMessage to accept quoted/literal strings for wParam/lParam.

_http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe

Всего записей: 4042 | Зарегистр. 02-12-2004 | Отправлено: 18:01 04-11-2005
shedow25

Silver Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.40.06

Цитата:
Fixed crash of abs() when called with an empty string. [thanks Laszlo]
 
Fixed the number -0x8000000000000000 in expressions. [thanks Laszlo]

_http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe

Всего записей: 4042 | Зарегистр. 02-12-2004 | Отправлено: 22:09 10-11-2005
Nick 2003



Platinum Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.40.07

Цитата:
Changes:
- Fixed memory leak when a script called a function recursively. [thanks Laszlo]

http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe
http://www.autohotkey.net/programs/AutoHotkey104007.zip
 
AutoHotkey 1.0.40.08

Цитата:
Changes:
- Fixed ComboBoxes to yield the proper selection when: 1) GuiControl altered the Edit field; or 2) the user manually typed a matching item into an AltSubmit ComboBox. [thanks Tekl]

http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe
http://www.autohotkey.net/programs/AutoHotkey104008.zip

Всего записей: 13879 | Зарегистр. 18-07-2003 | Отправлено: 20:09 16-11-2005 | Исправлено: Nick 2003, 23:49 16-11-2005
Nick 2003



Platinum Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.40.09

Цитата:
Changes:
- Fixed hotkeys such as ^q to trigger the "*q up" hotkey upon release instead of the ^q hotkey a second time.

http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe
http://www.autohotkey.net/programs/AutoHotkey104009.zip

Всего записей: 13879 | Зарегистр. 18-07-2003 | Отправлено: 19:16 21-11-2005
Nick 2003



Platinum Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.40.10

Цитата:
Changes:
- Improved ImageSearch and the fast-mode PixelSearch to support 256-color screens (8-bit)

http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe
http://www.autohotkey.net/programs/AutoHotkey104010.zip

Всего записей: 13879 | Зарегистр. 18-07-2003 | Отправлено: 21:12 01-12-2005
Nick 2003



Platinum Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.40.11

Цитата:
Changes:
- Fixed "GuiControl, %Var%" when Var is blank or contains only a window number. It now updates the control's contents rather than doing nothing. [thanks MisterW]
- Scripts in UTF-8 format can now be loaded (BOM bytes "EF BB BF" at start of file). [thanks D. J. Rausch]

http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe
http://www.autohotkey.net/programs/AutoHotkey104011.zip

Всего записей: 13879 | Зарегистр. 18-07-2003 | Отправлено: 16:52 12-12-2005
Nick 2003



Platinum Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.40.12

Цитата:
Changes:
- Fixed memory leak when GuiControl loaded some types of images into a Picture control. [thanks beardboy]
- Fixed inability of ToolTip to reappear after it was destroyed externally via Alt-F4, WinClose, etc.

http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe
http://www.autohotkey.net/programs/AutoHotkey104012.zip

Всего записей: 13879 | Зарегистр. 18-07-2003 | Отправлено: 19:55 11-01-2006
Nick 2003



Platinum Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.41

Цитата:
Changes:
- Fixed "Transform HTML", which was broken by v1.0.40.02. [thanks Rabiator]
- Improved syntax to support One True Brace (OTB) style with IFs, ELSEs, functions, and normal loops.
- Added built-in variable A_AhkPath, which contains the full path and name of AutoHotkey.exe (if available).
- Added directives #IfWinActive/Exist to enable selected hotkeys and hotstrings for only the windows you specify.

http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe
http://www.autohotkey.net/programs/AutoHotkey104100.zip

Всего записей: 13879 | Зарегистр. 18-07-2003 | Отправлено: 06:04 20-01-2006
shedow25

Silver Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.41.01 (January 31, 2006)

Цитата:
Fixed AltGr hotkeys that send AltGr characters such as "<^>!a::Send \" in German. [thanks AGU]
 
Fixed Gui +Disable/AlwaysOnTop to work even if other options are present on the same line. [thanks evl]
 
Improved syntax to support having a command on the same line as an open-brace. [thanks segfault]

_http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe

Всего записей: 4042 | Зарегистр. 02-12-2004 | Отправлено: 09:17 01-02-2006
shedow25

Silver Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.41.02 (Februrary 1, 2006)

Цитата:
Changed "GuiControl Move" to reduce flickering when resizing or moving controls [thanks Serenity]. However, this may cause painting artifacts for some control types under certain circumstances. If so, please update your scripts to use GuiControl MoveDraw instead.

_http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe

Всего записей: 4042 | Зарегистр. 02-12-2004 | Отправлено: 20:35 01-02-2006
shedow25

Silver Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.42

Цитата:
Fixed expressions such as "If not Installed" not to be misinterpreted as "If not in List". [thanks Toralf]
 
Fixed certain unusual situations where a hotkey would unnecessarily require the keyboard hook.
 
Fixed vkNNN hotkeys to be handled by the hook when that VK is also used as a prefix for other hotkeys.
 
Fixed #IfWin's automatic disabling of prefix keys work properly if Suspend is ON.
 
Fixed minor hotkey issues on Windows 95/98/Me: 1) The wildcard prefix (*) is ignored and such hotkeys are put into effect rather than being disabled; 2) Non-wildcard hotkeys that are a subset of a wildcard hotkey are put into effect rather than being disabled; 3) A left/right hotkey such as >#x is put into effect as Win-X rather than simply "X".
 
Changed the Hotkey command to create a new variant (when appropriate) rather than always updating any existing hotkey of that name. Please update your scripts accordingly.
 
Changed hotkeys to recognize ^!c as being the same as !^c (different symbol order). This also affects the Hotkey command.
 
Improved the Hotkey command to support UseErrorLevel and context-sensitive hotkeys (via "Hotkey IfWinActive/Exist").
 
Improved #IfWinActive/Exist to support Windows9x. In addition, the keyboard hook is now avoided whenever possible. Finally, #IfWin now sets the Last Found Window.
 
Improved the following commands to support TListBox/TComboBox and possibly others: Control (Add/Delete/Choose/ChooseString); and ControlGet (FindString/Choice/List).
 
Added support for hotkey and hotstring variants (duplicates). Such hotkeys perform a different action (or none at all) depending on the type of window that is active or exists.

_http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe

Всего записей: 4042 | Зарегистр. 02-12-2004 | Отправлено: 23:10 10-02-2006 | Исправлено: shedow25, 23:11 10-02-2006
Nick 2003



Platinum Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.42.01

Цитата:
Changes:
- Fixed the following variables to work correctly when concatenated onto other strings: A_DetectHiddenWindows, A_DetectHiddenText, A_AutoTrim, and A_StringCaseSense. [thanks jballi]
- Fixed KeyWait and GetKeyState in the subroutines of hook hotkeys (broken by 1.0.39) [thanks Laszlo & TobStro]. For example:
~LControl::
if not GetKeyState("LControl")
    ToolTip LControl is not down as expected (this bug affected some systems but not others).
return.

http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe
http://www.autohotkey.net/programs/AutoHotkey104201.zip

Всего записей: 13879 | Зарегистр. 18-07-2003 | Отправлено: 19:43 16-02-2006 | Исправлено: Nick 2003, 19:44 16-02-2006
shedow25

Silver Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.42.02 (February 17, 2006)

Цитата:
Fixed UpDown controls to snap onto the right control when inside a Tab control that contains a ListView. [thanks Thalon]
 
Improved the Hotkey command with an "Off" option (typically used to create a hotkey in an initially-disabled state).
 
Improved A_Cursor not to interfere with double-clicking. [thanks Shimanov]

_http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe

Всего записей: 4042 | Зарегистр. 02-12-2004 | Отправлено: 08:29 18-02-2006
shedow25

Silver Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.42.03

Цитата:
Fixed crash of WinActivate in certain rare circumstances. [thanks twhyman]
 
Changed hotstrings to require the mouse hook by default (see next item). This can be prevented via #Hotstring NoMouse.
 
Improved hotstrings to take into account mouse clicks. This allows a hotstring to fire when the user's click focuses a new control or moves the caret.
 
Improved the Random command with a means to set a new seed. [thanks Laszlo]
 
Improved #ClipboardTimeout to reattempt data reading when the first attempt fails. Previously, only the opening of the clipboard was reattempted.
 
Added built-in variable A_LastError for DllCall and Run/RunWait. It contains the result from the OS's GetLastError().

_http://home.tampabay.rr.com/kodi/ahk/AutoHotkeyInstall.exe

Всего записей: 4042 | Зарегистр. 02-12-2004 | Отправлено: 22:01 20-02-2006
winhex



Advanced Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
Объясните может ли эта прога назначать горячие клавиши для мультимеди-клав (конкретно - Microsoft-Basic), или только на обычные клавиши.
А то в этом топике никакой инфы вообще нету...   Уважаемые shedow25 и Nick 2003 и для кого вы все это постите?

Всего записей: 628 | Зарегистр. 27-02-2005 | Отправлено: 17:29 22-02-2006
Nick 2003



Platinum Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.42.05

Цитата:
Changes:
- This is functionally identical to the previous release, whose EXE and BIN were about 1% larger than they should have been due to a compiler quirk.

http://www.autohotkey.com/download/AutoHotkeyInstall.exe
http://www.autohotkey.com/download/AutoHotkey.zip

Всего записей: 13879 | Зарегистр. 18-07-2003 | Отправлено: 20:30 06-03-2006
Nick 2003



Platinum Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
AutoHotkey 1.0.42.06

Цитата:
Changes:
- Fixed crash of A_ScriptDir (broken by 1.0.42.01).
- Fixed Run/RunWait's passing of an extra space character at the end of the parameter list when launching shortcuts. [thanks Arne Beckhaus]

http://www.autohotkey.com/download/AutoHotkeyInstall.exe
http://www.autohotkey.com/download/AutoHotkey.zip

Всего записей: 13879 | Зарегистр. 18-07-2003 | Отправлено: 20:29 07-03-2006
Открыть новую тему     Написать ответ в эту тему

Страницы: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76

Компьютерный форум Ru.Board » Компьютеры » Программы » AutoHotkey


Реклама на форуме Ru.Board.

Powered by Ikonboard "v2.1.7b" © 2000 Ikonboard.com
Modified by Ru.B0ard
© Ru.B0ard 2000-2024

BitCoin: 1NGG1chHtUvrtEqjeerQCKDMUi6S6CG4iC

Рейтинг.ru