<?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 Genius in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57317#M11338</link>
    <description>Genius</description>
    <pubDate>Mon, 21 Jan 2019 18:33:00 GMT</pubDate>
    <dc:creator>LeonardoMalaqui</dc:creator>
    <dc:date>2019-01-21T18:33:00Z</dc:date>
    <item>
      <title>Spacebar key</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57315#M11336</link>
      <description>Is there way to pass spacebar key to UI element in blueprism 5.0</description>
      <pubDate>Tue, 25 Sep 2018 16:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57315#M11336</guid>
      <dc:creator>M_Zubair</dc:creator>
      <dc:date>2018-09-25T16:51:00Z</dc:date>
    </item>
    <item>
      <title>Hi,
Use Send Keys with an…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57316#M11337</link>
      <description>Hi,
Use Send Keys with an input of "" "".
Dave</description>
      <pubDate>Tue, 25 Sep 2018 18:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57316#M11337</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2018-09-25T18:39:00Z</dc:date>
    </item>
    <item>
      <title>Genius</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57317#M11338</link>
      <description>Genius</description>
      <pubDate>Mon, 21 Jan 2019 18:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57317#M11338</guid>
      <dc:creator>LeonardoMalaqui</dc:creator>
      <dc:date>2019-01-21T18:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi,
Use Send Keys with an…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57318#M11339</link>
      <description>Hi Dave,&lt;BR /&gt;Do you know if there is a way to use the spacebar with another action?&amp;nbsp; I'm trying to use Ctrl+Spacebar in an Excel file to highlight an entire column (which has blanks) not pullin into BP, because it's too large, it kept crashing my stuff.&amp;nbsp; Hoping there is a quick fix here.&amp;nbsp; I've tried to put in a navigate stage and also to build together in a calc stage.&amp;nbsp; Nothing is working.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for any assistance you can provide!&lt;BR /&gt;Jenna&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jenna Schnizlein&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57318#M11339</guid>
      <dc:creator>JennaSchnizlein</dc:creator>
      <dc:date>2020-09-29T20:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi,
Use Send Keys with an…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57319#M11340</link>
      <description>Use this expression: &lt;CODE&gt;"^ "&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;^ is the special character for Ctrl when using send keys. The other special keys for send keys can be found here: &lt;A href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.sendkeys?view=netcore-3.1" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.sendkeys?view=netcore-3.1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57319#M11340</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2020-09-29T20:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi,
Use Send Keys with an…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57320#M11341</link>
      <description>Hi Nicholas,&lt;BR /&gt;&lt;BR /&gt;I tried that first.&amp;nbsp; It doesn't work.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jenna Schnizlein&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57320#M11341</guid>
      <dc:creator>JennaSchnizlein</dc:creator>
      <dc:date>2020-09-29T20:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hi,
Use Send Keys with an…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57321#M11342</link>
      <description>If send keys aren't working, you might want to try send key events.&amp;nbsp; A guide on how to use them is here: &lt;A href="https://portal.blueprism.com/documents/guide-send-keys-and-send-key-events" target="test_blank"&gt;https://portal.blueprism.com/documents/guide-send-keys-and-send-key-events&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I imagine the syntax for send key events would be something like: &amp;lt;{CTRL}{SPACE}&amp;gt;{CTRL}&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;James Man&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Asia/Hong_Kong&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/57321#M11342</guid>
      <dc:creator>james.man</dc:creator>
      <dc:date>2020-09-30T00:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,
Use Send Keys with an…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/118182#M52642</link>
      <description>&lt;P&gt;just to add up... &lt;SPAN&gt;Use Send Keys with an input of "' '".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 08:09:36 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spacebar-key/m-p/118182#M52642</guid>
      <dc:creator>Abhisheb11</dc:creator>
      <dc:date>2025-01-08T08:09:36Z</dc:date>
    </item>
  </channel>
</rss>

