Moonraking

Results 2 comments of Moonraking

took a while to find this, but try: `hotkeys.get('a').callback(); //this will hopefully trigger the key press of 'a'`

This is the same bug as https://github.com/symfony/symfony/issues/54269. At the moment I am using the following workaround: ```php use ReflectionClass; use Symfony\Component\Finder\Finder as SymfonyFinder; use Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator; /** * This class is...