1
0
mirror of https://github.com/ret-Phoenix/SmartConfigurator.git synced 2025-11-29 22:47:55 +02:00

#74 Открыть основную форму внеш. отчета/обработки

This commit is contained in:
SUshakov
2018-08-24 11:56:48 +03:00
parent 3bc7971861
commit ce754ee5cd
2 changed files with 13 additions and 0 deletions

View File

@@ -209,4 +209,9 @@ Return
; Ctrl + 6 - ������� ������ ������� ������� ��������� / �������� ������
~^6::
actionOpenObjectModuleExternal()
Return
; Ctrl + 5 - ������� �������� ����� ������� ��������� / �������� ������
~^5::
actionOpenMainFormExternal()
Return

View File

@@ -321,3 +321,11 @@ actionOpenObjectModuleExternal() {
SendInput, {CtrlDown}%KeyT%{CtrlUp}
SendInput, {Tab}{Enter}{down}{Enter}
}
actionOpenMainFormExternal() {
Global
SendInput, {CtrlUp}
SendInput, {CtrlDown}%KeyT%{CtrlUp}
SendInput, +{Tab}
SendInput, ^+{F4}
}