Credit: @dbalatero In Mac terminal vi:Replace "iTerm" with your terminal application of choice::let script="activate application \"iTerm\"\ntell application \"System Events\"\n keystroke \":\"\n keystroke \"q\"\n keystroke \"a\"\n keystroke \"!\"\n key code 36\nend tell" | ...
Replace the menu bar with an "Open" button. <Button Grid.Row="0" Click="OpenButtonClick">Open</Button> osamu-ikawaadded thebugSomething isn't workinglabelJun 20, 2022 ghostadded theneeds-triageIssue needs to be triaged by the area ownerslabelJun 20, 2022 ...
#NoEnv #SingleInstance SetTitleMatchMode, 2 SetWorkingDir %A_ScriptDir% FileRead, YuzuLauncherTempFile, YuzuLauncher_Default.ahk StringReplace, YuzuLauncherTempFile, YuzuLauncherTempFile, RomFile, %1% FileDelete, YuzuLauncher.ahk FileAppend, %YuzuLauncherTempFile%, YuzuLauncher.ahk Run, C:\Windows...