<?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[problems typing keys with nircmd]]></title><description><![CDATA[<p dir="auto">I followed the steps shown in the video <a href="https://www.youtube.com/watch?v=xub4pjenLVs" rel="nofollow ugc">https://www.youtube.com/watch?v=xub4pjenLVs</a> but when I run the .bat, nothing happens. my test code is as follows:</p>
<p dir="auto">nircmd sendkey press f1</p>
<p dir="auto">does nircmd still work?<br />
is there another more practical way to type keys? I searched here on the forum and found nircmd which can hold keys down and press others. example ctrl + alt + del. I need an option that allows creating key combinations</p>
]]></description><link>https://www.triggercmd.com/forum/topic/2618/problems-typing-keys-with-nircmd</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 17:20:48 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/2618.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Jun 2023 14:36:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to problems typing keys with nircmd on Mon, 26 Jun 2023 20:52:42 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> hello. I was able to run the sendkeypress command, but I'm trying to do several commands in the same file and only the first command is executed. I wrote the list of commands below and only the command "nircmd sendkeypress ctrl+shift+esc" is executed, the other commands are not executed. What can it be?</p>
<p dir="auto">nircmd sendkeypress ctrl+shift+esc<br />
nircmd wait 1000<br />
nircmd setcursor 1055 615<br />
nircmd wait 1000<br />
nircmd sendmouse left down<br />
nircmd wait 1000<br />
nircmd sendkeypress alt+f4</p>
]]></description><link>https://www.triggercmd.com/forum/post/7148</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7148</guid><dc:creator><![CDATA[fmaick93]]></dc:creator><pubDate>Mon, 26 Jun 2023 20:52:42 GMT</pubDate></item><item><title><![CDATA[Reply to problems typing keys with nircmd on Mon, 12 Jun 2023 23:21:46 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>, yes, nircmd still works.  You're almost there.  Just remove the space between sendkey and press, like this:</p>
<pre><code>nircmd sendkeypress f1
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/7107</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/7107</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Mon, 12 Jun 2023 23:21:46 GMT</pubDate></item></channel></rss>