<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Global send keys not working on Windows application. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Global-send-keys-not-working-on-Windows-application/m-p/61076#M14434</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am having problems using global send keys and global send keys events on a windows application.&lt;BR /&gt;&lt;BR /&gt;Blueprism only sends the first letter of the input to the selected field and shortcuts like ALT+O are not working.&lt;BR /&gt;&lt;BR /&gt;I cannot use the interval option because this is not available on my version (v5) and i already have tried the Activate/Focus solution mentioned in other threads.&lt;BR /&gt;&lt;BR /&gt;Anyone with this problem or a possible solution?&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
    <pubDate>Mon, 10 Aug 2020 17:37:00 GMT</pubDate>
    <dc:creator>DavidCruz</dc:creator>
    <dc:date>2020-08-10T17:37:00Z</dc:date>
    <item>
      <title>Global send keys not working on Windows application.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Global-send-keys-not-working-on-Windows-application/m-p/61076#M14434</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am having problems using global send keys and global send keys events on a windows application.&lt;BR /&gt;&lt;BR /&gt;Blueprism only sends the first letter of the input to the selected field and shortcuts like ALT+O are not working.&lt;BR /&gt;&lt;BR /&gt;I cannot use the interval option because this is not available on my version (v5) and i already have tried the Activate/Focus solution mentioned in other threads.&lt;BR /&gt;&lt;BR /&gt;Anyone with this problem or a possible solution?&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
      <pubDate>Mon, 10 Aug 2020 17:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Global-send-keys-not-working-on-Windows-application/m-p/61076#M14434</guid>
      <dc:creator>DavidCruz</dc:creator>
      <dc:date>2020-08-10T17:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Global send keys not working on Windows application.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Global-send-keys-not-working-on-Windows-application/m-p/61077#M14435</link>
      <description>Can you share a screenshot of your configuration to send the Global Send Keys? I know that I used this solution before:&lt;BR /&gt;
&lt;OL dir="ltr"&gt;
&lt;LI dir="ltr"&gt;You have to spy an element on the page with AA spy mode. &amp;nbsp;This can be anything random.&lt;/LI&gt;
&lt;LI dir="ltr"&gt;Then you have to change your Activate action to use this AA element as and action to Focus. &amp;nbsp;Then you have to add a second step of your Full Home Window element to Verify as shown in the pic below. &amp;nbsp;I also added a 1 sec pause between these steps:&lt;IMG src="https://eucattachment.freshdesk.com/inline/attachment?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6NzAzNTEyMTUxNywiZG9tYWluIjoiYmx1ZXByaXNtZXUuZnJlc2hkZXNrLmNvbSIsImFjY291bnRfaWQiOjQ5MDIwNn0.a7gGye-pI9WI-v79_Et1E2fisjTHejyxoTZi07OA26M" class="fr-fic fr-fil fr-dib inline-image img-responsive" data-id="7035121517" /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;BR /&gt;I would also minimize everything else on the screen so there is loss of the token or focus.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gabe Marquez&lt;BR /&gt;Technical Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Aug 2020 19:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Global-send-keys-not-working-on-Windows-application/m-p/61077#M14435</guid>
      <dc:creator>gmarquez</dc:creator>
      <dc:date>2020-08-10T19:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Global send keys not working on Windows application.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Global-send-keys-not-working-on-Windows-application/m-p/61078#M14436</link>
      <description>Hi David - if the 1st character lands but the rest don;t then it sounds like a speed/focus issue. If you're still on v5 I'd recommend creating a page that mimics the interval feature of later versions. The page should take in a text parameter and send each character separately with a small interval (maybe 0.25s) in between, with things like ALT+O sent together. Slowing the keystrokes down, together with a small wait after an activate/focus/click, should work.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Aug 2020 08:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Global-send-keys-not-working-on-Windows-application/m-p/61078#M14436</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2020-08-11T08:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Global send keys not working on Windows application.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Global-send-keys-not-working-on-Windows-application/m-p/61079#M14437</link>
      <description>I tried this and it is not working. &lt;BR /&gt;&lt;BR /&gt;I want to notice that my automation worked but after some time stop working. I do not know if this can be related with the resource. Did you know if anything related with the resource can be the root cause of this problem?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;David Cruz&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Aug 2020 09:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Global-send-keys-not-working-on-Windows-application/m-p/61079#M14437</guid>
      <dc:creator>DavidCruz</dc:creator>
      <dc:date>2020-08-11T09:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Global send keys not working on Windows application.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Global-send-keys-not-working-on-Windows-application/m-p/61080#M14438</link>
      <description>Hello. For me works the next one.&lt;BR /&gt;1) Map an element with UIA&lt;BR /&gt;2) in the same navigate stage use active application and send global send key to the element mapped previouly, and use a pause after 0,25&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Benjamin Hambra&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2022 02:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Global-send-keys-not-working-on-Windows-application/m-p/61080#M14438</guid>
      <dc:creator>BenjaminHambra1</dc:creator>
      <dc:date>2022-09-19T02:06:00Z</dc:date>
    </item>
  </channel>
</rss>

