Results 1 to 13 of 13
Thread: Windows 10
Hybrid View
-
12th July 2019 14:57 #1Registered User
Join Date: Aug:2014
Location:
Posts: 41
Windows 10
. :
Ctrl+Page Down , ALT+Dawn , F , E
, , ?
-
12th July 2019 15:05 #2
-
13th July 2019 18:25 #3Registered User
Join Date: Aug:2014
Location:
Posts: 41
. ?
-
13th July 2019 21:11 #4
-
13th July 2019 21:21 #5Registered User
Join Date: Aug:2014
Location:
Posts: 41
1.Ctrl+Page Down
2.ALT+Dawn
3.F
4.E
- . , . , , .
-
13th July 2019 23:30 #6
-
15th July 2019 21:20 #7
, ( .ahk ) . Excel 2016.
Autohotkey , , -, AHK , , - .
, .
Ctrl+Win+A.
** , . .
Code:; AutoHotkey Version: 1.x ; Language: English ; Author: ; ; Script Function: ; #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. SetTitleMatchMode 2 ;to match partial titles DetectHiddenWindows, Off ; Excel #IfWinActive, ahk_class XLMAIN ahk_exe EXCEL.EXE $#^a:: Send, {Control Down}{PgDn} Sleep, 20 Send, {Control Up} Sleep, 20 Send, {Alt Down}{Down} Sleep, 20 Send, {Alt Up} Sleep, 20 Send, fe return #IfWinActiveLast edited by nepoklatim; 15th July 2019 at 21:21.
-
16th July 2019 06:44 #8Registered User
Join Date: Aug:2014
Location:
Posts: 41
. - . - Pulover's Macro Creator . AutoHotKey, Notepad sleep-. :
Escape::
Macro1:
WinActivate, Microsoft Excel - OFFICE [Last saved by user] ahk_class XLMAIN
Send, {LControl Down}
Send, {PgDn}
Send, {LControl Up}
Send, {LAlt Down}
Send, {Down}
WinActivate, ahk_class Net UI Tool Window
Send, {LAlt Up}
Send, {f}
Send, {e}
Return
, ! .




Reply With Quote

7th May 2023, 16:02 in PC