Initial commit
This commit is contained in:
8
examples/self_keys.php
Normal file
8
examples/self_keys.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__."/../vendor/autoload.php";
|
||||
|
||||
use NoccyLabs\X11\Window;
|
||||
|
||||
$me = new Window();
|
||||
$me->sendKeys("l s Return", true);
|
Reference in New Issue
Block a user