<?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:windowinterface:keyboard</title>
        <description></description>
        <link>https://humanemulator.net/wiki/</link>
        <image rdf:resource="https://humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-06-28T00:12:20+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:input&amp;rev=1602682430&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:key&amp;rev=1603190460&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:key_down&amp;rev=1602682464&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:key_up&amp;rev=1602682478&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:send_key_down&amp;rev=1602682494&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:send_key_up&amp;rev=1602682509&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:set_current_language&amp;rev=1602682524&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://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/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:input&amp;rev=1602682430&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:33:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:keyboard:input</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:input&amp;rev=1602682430&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:705&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let's add text to the navigation:&quot;;
echo $window-&gt;get_by_text(&quot;Human&quot;, false)-&gt;get_child_by_number(0)-&gt;get_child_by_number(0)-&gt;get_child_by_number(0)-&gt;
get_child_by_number(2)-&gt;get_…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:key&amp;rev=1603190460&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-20T13:41:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:keyboard:key</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:key&amp;rev=1603190460&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Let's add text to the navigation:&quot;;
$navigate = $window-&gt;get_by_text(&quot;XWeb&quot;, false)-&gt;get_child_by_number(0)-&gt;get_child_by_class(&quot;XTPToolBar&quot;)-&gt;get_child_by_class(&quot;RichEdit&quot;);
echo…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:key_down&amp;rev=1602682464&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:34:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:keyboard:key_down</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:key_down&amp;rev=1602682464&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&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's add text to navigation by the first letter:&quot;;
$navigate = $window-&gt;get_by_text(&quot;XWeb&quot;, false)-&gt;get_child_by_number(0)-&gt;get_child_by_class(&quot;XTPToolBar&quot;)-&gt;get_child_by_class(&quot;RichEdi…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:key_up&amp;rev=1602682478&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:34:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:keyboard:key_up</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:key_up&amp;rev=1602682478&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&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's add text to navigation by the first letter:&quot;;
$navigate = $window-&gt;get_by_text(&quot;XWeb&quot;, false)-&gt;get_child_by_number(0)-&gt;get_child_by_class(&quot;XTPToolBar&quot;)-&gt;get_child_by_class(&quot;RichEdi…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:send_key_down&amp;rev=1602682494&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:34:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:keyboard:send_key_down</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:send_key_down&amp;rev=1602682494&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&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's add text to navigation by the first letter:&quot;;
$navigate = $window-&gt;get_by_text(&quot;XWeb&quot;, false)-&gt;get_child_by_number(0)-&gt;get_child_by_class(&quot;XTPToolBar&quot;)-&gt;get_child_by_class(&quot;RichEd…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:send_key_up&amp;rev=1602682509&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:35:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:keyboard:send_key_up</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:send_key_up&amp;rev=1602682509&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&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's add text to navigation by the first letter:&quot;;
$navigate = $window-&gt;get_by_text(&quot;XWeb&quot;, false)-&gt;get_child_by_number(0)-&gt;get_child_by_class(&quot;XTPToolBar&quot;)-&gt;get_child_by_class(&quot;RichEdi…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:set_current_language&amp;rev=1602682524&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T16:35:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:keyboard:set_current_language</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:keyboard:set_current_language&amp;rev=1602682524&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&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; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the navigation window:&quot;;
$navigate = $window-&gt;get_by_text(&quot;XWeb&quot;, false)-&gt;get_child_by_number(0)-&gt;get_child_by_class(&quot;XTPToolBar&quot;)-&gt;get_child_by_class(&quot;RichEdit&quot;);
echo $navig…</description>
    </item>
</rdf:RDF>
