Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

What I've done is create an AutoHotkey script that types in the phrase for me.

If you want to copy it, the code is:

^d::
Send if (live_call()) return live_result;
return

You can activate the hotkey with Ctrl+D. It may not be the best ahk code but it works well enough for me.

Genius!

Thanks! I'm glad it worked