<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[run a key press simulation]]></title><description><![CDATA[<p dir="auto">I'm trying to get triggercmd to run a keypress command but I can't seem to figure it out!</p>
<p dir="auto">what I would like to do is to have the command press ctrl+shit+alt+b<br />
on a windows 10</p>
<p dir="auto">thank you</p>
]]></description><link>https://www.triggercmd.com/forum/topic/1987/run-a-key-press-simulation</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 18:39:02 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/1987.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Jan 2022 00:49:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to run a key press simulation on Mon, 12 Jun 2023 23:23:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/20541">@fmaick93</a>, please try this command (no space in sendkeypress):</p>
<pre><code>nircmd sendkeypress f1
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/7108</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7108</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Mon, 12 Jun 2023 23:23:03 GMT</pubDate></item><item><title><![CDATA[Reply to run a key press simulation on Mon, 12 Jun 2023 14:29:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> I followed the steps shown in the video but when I run the .bat, nothing happens. my code is the following:<br />
nircmd sendkey press f1<br />
does nircmd still work?</p>
]]></description><link>https://www.triggercmd.com/forum/post/7105</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7105</guid><dc:creator><![CDATA[fmaick93]]></dc:creator><pubDate>Mon, 12 Jun 2023 14:29:12 GMT</pubDate></item><item><title><![CDATA[Reply to run a key press simulation on Wed, 07 Dec 2022 21:51:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/18371">@Pedro-Paulo-0</a> can you show me your .bat file?</p>
]]></description><link>https://www.triggercmd.com/forum/post/6487</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/6487</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Wed, 07 Dec 2022 21:51:41 GMT</pubDate></item><item><title><![CDATA[Reply to run a key press simulation on Wed, 07 Dec 2022 19:53:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> I was trying to run a .bat file to press Ctrl+Insert but when triggercmd runs it the cmd window stay opened. While when i started it manually the cmd window close automatically. What can i do to fix it?</p>
]]></description><link>https://www.triggercmd.com/forum/post/6486</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/6486</guid><dc:creator><![CDATA[Pedro Paulo 0]]></dc:creator><pubDate>Wed, 07 Dec 2022 19:53:13 GMT</pubDate></item><item><title><![CDATA[Reply to run a key press simulation on Thu, 20 Jan 2022 01:17:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/13711">@marcott</a>, please try this as a .bat file script:</p>
<pre><code>nircmd sendkey shift down
nircmd sendkey ctrl down
nircmd sendkey alt down
nircmd sendkey b press
nircmd sendkey shift up
nircmd sendkey ctrl up
nircmd sendkey alt up
</code></pre>
<p dir="auto">If you don't have nircmd yet, <a href="https://www.youtube.com/watch?v=xub4pjenLVs" rel="nofollow ugc">this video</a> shows how to install it.</p>
<p dir="auto">This is the relevant nircmd documentation page:  <a href="https://nircmd.nirsoft.net/sendkey.html" rel="nofollow ugc">https://nircmd.nirsoft.net/sendkey.html</a></p>
]]></description><link>https://www.triggercmd.com/forum/post/5319</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/5319</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Thu, 20 Jan 2022 01:17:46 GMT</pubDate></item></channel></rss>