<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://humanemulator.net/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://humanemulator.net/wiki/feed.php">
        <title>Human Emulator wiki en:objects:keyboard:send_events</title>
        <description></description>
        <link>https://humanemulator.net/wiki/</link>
        <image rdf:resource="https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-08-10T15:15:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:keyboard:send_events:send_input&amp;rev=1785959141&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:keyboard:send_events:send_key&amp;rev=1785959141&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:keyboard:send_events:send_key_down&amp;rev=1785959142&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:keyboard:send_events:send_key_up&amp;rev=1785959142&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Human Emulator wiki</title>
        <link>https://humanemulator.net/wiki/</link>
        <url>https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:keyboard:send_events:send_input&amp;rev=1785959141&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:keyboard:send_events:send_input</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:keyboard:send_events:send_input&amp;rev=1785959141&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&quot;;

$PHP_Use_Trought_Shell = false;

//connect the object to control the emulator, if not already connected
if(!isset($path))
  $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; keyboard-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s go to Yandex:&quot;;
echo $browser-&gt;navigate(&quot;http://ya.ru&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let&#039;s focus on the search string:&quot;;
echo $input-&gt;set_focus_by_number(0)…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:keyboard:send_events:send_key&amp;rev=1785959141&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:keyboard:send_events:send_key</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:keyboard:send_events:send_key&amp;rev=1785959141&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

$PHP_Use_Trought_Shell = false;

//connect the object to control the emulator, if not already connected
if(!isset($path))
  $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; keyboard-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s go to the polygon:&quot;;
echo $browser-&gt;navigate(&quot;http://www.humanemulator.net/poligon/listbox.html&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Set focus to listbox 4 and se…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:keyboard:send_events:send_key_down&amp;rev=1785959142&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:keyboard:send_events:send_key_down</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:keyboard:send_events:send_key_down&amp;rev=1785959142&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7016&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
  $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; keyboard-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s go to Yandex:&quot;;
echo $browser-&gt;navigate(&quot;http://ya.ru&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let&#039;s focus on the search string:&quot;;
echo $input-&gt;set_focus_by_number(0).&quot;&lt;br&gt;&quot;;

//3
echo &quot;3.Enter s(cod…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:keyboard:send_events:send_key_up&amp;rev=1785959142&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:45:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:keyboard:send_events:send_key_up</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:keyboard:send_events:send_key_up&amp;rev=1785959142&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7013&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; keyboard-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let&#039;s go to Yandex:&quot;;
echo $browser-&gt;navigate(&quot;http://ya.ru&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Let&#039;s focus on the search string:&quot;;
echo $input-&gt;set_focus_by_number(0).&quot;&lt;br&gt;&quot;;

//3
echo &quot;3.Let&#039;s ente…</description>
    </item>
</rdf:RDF>
