This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv | |
SendMode Input | |
#SingleInstance force | |
;dummy script for multiple layers on a second keyboard | |
;not fully tested. | |
uselayer := 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;;;FILE MOVER TO TRANSCODE FOLDERS | |
; YTpublish = "Z:\Linus\1. Linus Tech Tips\Transcode\YT Publish 4K\" | |
; VESpublish = "Z:\Linus\1. Linus Tech Tips\Transcode\Vessel Final 4K\" | |
Explorer_GetSelection(hwnd="") { | |
;msgbox, now in getselection | |
hwnd := hwnd ? hwnd : WinExist("A") | |
WinGetClass class, ahk_id %hwnd% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Explorer_GetSelection(hwnd="") { | |
;msgbox, now in getselection | |
hwnd := hwnd ? hwnd : WinExist("A") | |
WinGetClass class, ahk_id %hwnd% | |
if (class="CabinetWClass" or class="ExploreWClass" or class="Progman") | |
for window in ComObjCreate("Shell.Application").Windows | |
if (window.hwnd==hwnd) | |
sel := window.Document.SelectedItems | |
for item in sel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
debug: | |
tooltip, counter = %counter%`nnlines = %nlines%, , , 9 | |
return | |
;;;;FILE MOVER TO TRANSCODE FOLDERS | |
YTpublish = "Z:\Linus\1. Linus Tech Tips\Transcode\YT Publish 4K\" | |
VESpublish = "Z:\Linus\1. Linus Tech Tips\Transcode\Vessel Final 4K\" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
Size := 50, Color := "Red" ; settings | |
CoordMode, mouse, screen | |
Gui, -Caption +ToolWindow +AlwaysOnTop +LastFound | |
Gui, Color, %Color% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;Apply ANY transition to a clip -- sadly you cannot use this to SAVE a CUSTOM transition | |
;A clip or clips must be selected first. | |
#SingleInstance force | |
#IfWinActive ahk_exe Adobe Premiere Pro.exe | |
Tippy(tipsHere, wait:=333) | |
{ | |
ToolTip, %tipsHere% |