php-x11/examples/self_keys.php

9 lines
138 B
PHP
Raw Permalink Normal View History

2016-12-26 19:54:28 +00:00
<?php
require_once __DIR__."/../vendor/autoload.php";
use NoccyLabs\X11\Window;
$me = new Window();
$me->sendKeys("l s Return", true);