Skip to content

Commit

Permalink
fixes lol
Browse files Browse the repository at this point in the history
lolol
  • Loading branch information
TaranVH committed Aug 28, 2018
1 parent e1fc868 commit 9ee39aa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Almost_All_Windows_Functions.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ if f_class in ExploreWClass,CabinetWClass ; if the window class is an Explorer w
WinGetTitle, title, ahk_id %f_window_id% ;super lame way to do this, does not always work.
;msgbox, address is `n%title%
;sorry, I tried to NOT have to refer to these folder paths directly, but it always failed spectacularly:
FileDelete, C:\AHK\2nd-keyboard\Taran_Windows_mods\SavedExplorerAddress.txt
FileAppend, %title% , C:\AHK\2nd-keyboard\Taran_Windows_mods\SavedExplorerAddress.txt
FileDelete, C:\AHK\2nd-keyboard\Taran's_Windows_Mods\SavedExplorerAddress.txt
FileAppend, %title% , C:\AHK\2nd-keyboard\Taran's_Windows_Mods\SavedExplorerAddress.txt
SavedExplorerAddress = %title%
;checkForFile("Thumbnail","Template.psd")
msgbox, , , %title%`n`nwas saved as root, 0.3
Expand All @@ -155,7 +155,7 @@ else
;in progress
checkForFile(subDirectory, filename)
{
FileRead, SavedExplorerAddress, C:\AHK\2nd-keyboard\Taran_Windows_mods\SavedExplorerAddress.txt
FileRead, SavedExplorerAddress, C:\AHK\2nd-keyboard\Taran's_Windows_Mods\SavedExplorerAddress.txt
;msgbox, current directory is`n%directory%
directory = %SavedExplorerAddress%
msgbox, new directory is`n%directory%
Expand Down Expand Up @@ -195,7 +195,7 @@ openlatestfile(directory, filetype)
{
if directory = 1
{
FileRead, SavedExplorerAddress, C:\AHK\2nd-keyboard\Taran_Windows_mods\SavedExplorerAddress.txt
FileRead, SavedExplorerAddress, C:\AHK\2nd-keyboard\Taran's_Windows_Mods\SavedExplorerAddress.txt
;msgbox, current directory is`n%directory%
directory = %SavedExplorerAddress%
;msgbox, new directory is`n%directory%
Expand Down Expand Up @@ -364,7 +364,7 @@ send {SC0E8} ;scan code of an unassigned key. This is needed to prevent the item

if pleasePrepend = 1 ;i forget what this is even for...
{
FileRead, SavedExplorerAddress, C:\AHK\2nd-keyboard\Taran_Windows_mods\SavedExplorerAddress.txt
FileRead, SavedExplorerAddress, C:\AHK\2nd-keyboard\Taran's_Windows_Mods\SavedExplorerAddress.txt
;msgbox, current f_path is %f_path%
f_path = %SavedExplorerAddress%\%f_path% ;there is no need to use . to concatenate
;msgbox, new f_path is %f_path%
Expand Down
4 changes: 2 additions & 2 deletions directly_launched/launch github scripts folder.ahk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
StringToSend = runexplorer("C:\Users\TaranWORK\Documents\GitHub\2nd-keyboard")
StringToSend = runexplorer("C:\AHK\2nd-keyboard")
Send_WM_COPYDATA(StringToSend)
runexplorer("C:\Users\TaranWORK\Documents\GitHub\2nd-keyboard")
runexplorer("C:\AHK\2nd-keyboard")
Exitapp
SetWorkingDir %A_ScriptDir%
#Include %A_ScriptDir%/REDIRECTOR Windows.ahk
Binary file removed insideclipboard/clipboards/1p7 million premiere.clp
Binary file not shown.
Binary file removed insideclipboard/clipboards/clipFLASH.clp
Binary file not shown.
Binary file removed insideclipboard/clipboards/clipnumpad7.clp
Binary file not shown.
Binary file removed insideclipboard/clipboards/fuckyou.clp
Binary file not shown.

0 comments on commit 9ee39aa

Please sign in to comment.