
Dearborn2020
Explorer
Dearborn2020
Explorer
Activity
‎Jul 28, 2021
06:01 AM
Disreguard my last post. It looks like the program glitched and didn't save my preferences. It's switched back now and Ctrl+Shift+S brings up the correct dialog box with all the file type options as before.
... View more
‎Jul 28, 2021
05:57 AM
I have not seen that. I've checked the box for using 'legacy save as' dialog, but it still only gives me the 4 options in the 'save as' box. The only way I've found I can get to the rest of the list is by switching to 'save a copy'. Is there something I'm missing?
... View more
‎May 27, 2021
12:55 PM
NEVERMIND THE LAST SCRIPT. I got it to save your previously copied text to a .txt file, then put it back in the clipboard once the script is done. Hopefully it's not too buggy on y'alls end. ~^+s::GoSub, RemoveCopy RemoveCopy: FileDelete, %A_ScriptDir%\Script File Appends\ClipboardAppend.txt FileAppend, %Clipboard%, %A_ScriptDir%\Script File Appends\ClipboardAppend.txt WinWait, Save a Copy ; ClipSaved := Clipboard ; Sleep, 500 Clipboard := Send, ^c ClipWait, 1 FileDelete, %A_ScriptDir%\Script File Appends\BadFileName.txt FileAppend, %Clipboard%, %A_ScriptDir%\Script File Appends\BadFileName.txt FileRead, GoodFileName, %A_ScriptDir%\Script File Appends\BadFileName.txt Clipboard := StrReplace(GoodFileName, " copy.",".",0) ; Sleep, 1000 Send, ^v Sleep, 300 FileRead, ClipboardAppend, %A_ScriptDir%\Script File Appends\ClipboardAppend.txt Clipboard := ClipboardAppend Return
... View more
‎May 27, 2021
12:45 PM
1 Upvote
Hey Y'all, If any of you use AutoHotKey (AHK) I've written a script that seems to be pretty effective at removing the 'copy' text along with the space that comes before it. It script clears your clipboard and it might not work all the time, but it's working well for me in the few tests I've done today. I tried to make it save the clipboard, but I kept getting bugs with it where it would paste whatever you previously copied (as upposed to the corrected file name). If it doesn't work for you, you might need to add some pauses in there to slow down the script and give your computer the chance to catch up. ~^+s::GoSub, RemoveCopy RemoveCopy: WinWait, Save a Copy ; ClipSaved := Clipboard ; Sleep, 500 Clipboard := Send, ^c ClipWait, 1 FileDelete, %A_ScriptDir%\Script File Appends\BadFileName.txt FileAppend, %Clipboard%, %A_ScriptDir%\Script File Appends\BadFileName.txt FileRead, GoodFileName, %A_ScriptDir%\Script File Appends\BadFileName.txt Clipboard := StrReplace(GoodFileName, " copy.",".",0) ; Sleep, 1000 Send, ^v ; Clipboard := Clipsaved Return
... View more
‎May 27, 2021
11:17 AM
Could you at least make a it a setting to NOT put the word "COPY" in the file name? Please Please Please?
... View more
‎Oct 28, 2020
12:41 PM
1 Upvote
I'm running a windows 10 machine and this is happening to me too. Is there any (I mean ANY) update to this?
... View more
‎Oct 28, 2020
09:15 AM
I have tried doing that. I have also tried docking and undocking the floating windows to the main window with no success. I have a program called AHK Windows Spy, and the window title goes blank when I move off the main window...even after doing the steps you indicated.
... View more
‎Oct 28, 2020
08:56 AM
This is still an issue for me. I have done what ali_jaber did, but it has not fixed the problem. I have Auto Hot Key with Windows Spy, and when I switch from the main window on my primary screen to the second window on my second screen the window title goes blank. It seems that adobe is not treating the second window as a part of the main project.
... View more
‎Oct 26, 2020
12:49 PM
I just updated to the latest version of Premier Pro and I have this issue now. Has there been any headway on this?
... View more
‎Oct 26, 2020
12:47 PM
I have this problem too. Are you trying to say that the problem still exists?
... View more
‎Jun 16, 2020
09:02 AM
I know this might be an old topic, but I would also love this functionality. I have spent hours using autohotkey to find a work around fo the lack of this feature, but it's finicky at best. I use my keyboard to target tracks all the time, but I would love to have this as well.
... View more
‎May 03, 2019
09:42 AM
I'm doing so many in the field as well. Is there an application that I need to fill out, so I can get a copy of that as well?
... View more