<?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 RE: (I so wish we could do edits… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Need-to-Send-Keys-Events-with-Numpad-Enter/m-p/54140#M8714</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;There is one situation where one field like Tax No can not enter using past option. That need to use keyboard to enter. Can any one provide any solution how to enter numeric value using key board because this field not support copy past value.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;Tax ID: 1234567 (this field support copy past)&lt;/P&gt;
&lt;P&gt;Reenter Tax ID: Manually need to enter using keyboard not support copy past&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pralay&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pralay Das&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 03 Nov 2023 15:29:00 GMT</pubDate>
    <dc:creator>Pralay</dc:creator>
    <dc:date>2023-11-03T15:29:00Z</dc:date>
    <item>
      <title>Need to Send Keys Events with Numpad Enter</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-Send-Keys-Events-with-Numpad-Enter/m-p/54136#M8710</link>
      <description>Hi all,

I am automating a very old HOST System where specifically&amp;nbsp;the Enter button on the numpad needs to be pressed to commit a command.

How can this be done as the Standard Send Key Event "{ENTER}" is not working. I have found "{NUMPADENTER}" on the&amp;nbsp;internet but this gets rejected as an unsupported key?

&amp;nbsp;

Any ideas? Thanks

&amp;nbsp;

&amp;nbsp;</description>
      <pubDate>Thu, 28 Feb 2019 00:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-Send-Keys-Events-with-Numpad-Enter/m-p/54136#M8710</guid>
      <dc:creator>JanMarciniak</dc:creator>
      <dc:date>2019-02-28T00:03:00Z</dc:date>
    </item>
    <item>
      <title>This may need to be added to…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-Send-Keys-Events-with-Numpad-Enter/m-p/54137#M8711</link>
      <description>This may need to be added to BP's functionality. Not sure. I'm guessing it's not currently possible because Microsoft's Send Keys and Send Key Events documentation doesn't even mention a distinction between the two sets of keys for Enter, Subtract, Add, etc.
I can see that being necessary since applications can be designed to behave differently for the numpad enter compared to the normal enter.</description>
      <pubDate>Thu, 28 Feb 2019 02:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-Send-Keys-Events-with-Numpad-Enter/m-p/54137#M8711</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-02-28T02:59:00Z</dc:date>
    </item>
    <item>
      <title>Did some digging. I never…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-Send-Keys-Events-with-Numpad-Enter/m-p/54138#M8712</link>
      <description>Did some digging. I never trust the BP documentation for SendKeys and always refer to this Microsoft page as a cheat-sheet.&amp;nbsp;https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.sendke…
ENTER {ENTER} or ~
Keypad add {ADD}
Keypad subtract {SUBTRACT}
Keypad multiply {MULTIPLY}
Keypad divide {DIVIDE}
It seems ~ is the regular Enter, while {ENTER} is the numpad version. For the num row versions of all the math items, send ""+"", ""-"", ""*"" or ""/"" .</description>
      <pubDate>Fri, 01 Mar 2019 20:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-Send-Keys-Events-with-Numpad-Enter/m-p/54138#M8712</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-03-01T20:15:00Z</dc:date>
    </item>
    <item>
      <title>(I so wish we could do edits…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-Send-Keys-Events-with-Numpad-Enter/m-p/54139#M8713</link>
      <description>(I so wish we could do edits!)
I just tested sending {ENTER} without issue. Make sure your window is active, and send the key input to the top-most item in your filter tree.</description>
      <pubDate>Fri, 01 Mar 2019 20:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-Send-Keys-Events-with-Numpad-Enter/m-p/54139#M8713</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-03-01T20:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: (I so wish we could do edits…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-Send-Keys-Events-with-Numpad-Enter/m-p/54140#M8714</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;There is one situation where one field like Tax No can not enter using past option. That need to use keyboard to enter. Can any one provide any solution how to enter numeric value using key board because this field not support copy past value.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;Tax ID: 1234567 (this field support copy past)&lt;/P&gt;
&lt;P&gt;Reenter Tax ID: Manually need to enter using keyboard not support copy past&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pralay&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pralay Das&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Nov 2023 15:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-Send-Keys-Events-with-Numpad-Enter/m-p/54140#M8714</guid>
      <dc:creator>Pralay</dc:creator>
      <dc:date>2023-11-03T15:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: (I so wish we could do edits…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-Send-Keys-Events-with-Numpad-Enter/m-p/54141#M8715</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You can use global send keys to fill in, check the documentation and the following article with some solutions:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=59026fd7-fde8-44bc-ba5b-3d813855e8d2&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;bm=59026" target="test_blank"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=59026fd7-fde8-44bc-ba5b-3d813855e8d2&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;bm=59026&lt;/A&gt; fd7-fde8-44bc-ba5b- 3d813855e8d2#bm59026fd7-fde8-44bc-ba5b-3d813855e8d2&lt;/P&gt;
&lt;P&gt;Check the documentation too:&lt;BR /&gt;&amp;nbsp; &lt;A href="https://bpdocs.blueprism.com/bp-7-2//en-us/Guides/global-send-keys/global-send-keys.htm?TocPath=Guides%7CGlobal%20Send%20Keys%20and%20Global" target="test_blank"&gt;https://bpdocs.blueprism.com/bp-7-2//en-us/Guides/global-send-keys/global-send-keys.htm?TocPath=Guides%7CGlobal%20Send%20Keys%20and%20Global&lt;/A&gt; %20Send%20Key%20Events%7C_____0&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Leonardo Soares&lt;BR /&gt;RPA Developer Tech Leader&lt;BR /&gt;Bridge Consulting&lt;BR /&gt;América/Brazil&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Nov 2023 20:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-Send-Keys-Events-with-Numpad-Enter/m-p/54141#M8715</guid>
      <dc:creator>LeonardoSQueiroz</dc:creator>
      <dc:date>2023-11-05T20:10:00Z</dc:date>
    </item>
  </channel>
</rss>

