
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=paste_into_vnc_with_xdotool</id>
		<title>paste into vnc with xdotool - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=paste_into_vnc_with_xdotool"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=paste_into_vnc_with_xdotool&amp;action=history"/>
		<updated>2026-05-13T19:27:46Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=paste_into_vnc_with_xdotool&amp;diff=1300&amp;oldid=prev</id>
		<title>Nighthawk: Created page with &quot;vnc client = TightVNC Viewer version 1.3.9  this should work for other programs not supporting you clipbaord  ==problem==  can't paste into vnc, have to type out commands  ==s...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=paste_into_vnc_with_xdotool&amp;diff=1300&amp;oldid=prev"/>
				<updated>2019-07-18T08:35:21Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;vnc client = TightVNC Viewer version 1.3.9  this should work for other programs not supporting you clipbaord  ==problem==  can&amp;#039;t paste into vnc, have to type out commands  ==s...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;vnc client = TightVNC Viewer version 1.3.9&lt;br /&gt;
&lt;br /&gt;
this should work for other programs not supporting you clipbaord&lt;br /&gt;
&lt;br /&gt;
==problem== &lt;br /&gt;
can't paste into vnc, have to type out commands&lt;br /&gt;
&lt;br /&gt;
==solution==&lt;br /&gt;
&lt;br /&gt;
# install xdotool&lt;br /&gt;
# create a keyboard shortcut - this can be done many ways. you can do it directly with the xserver using xbindkeys or you can do it within the &amp;quot;control panel&amp;quot; options of most desktop environments. you need to bind a key combo to the &amp;quot;paste&amp;quot; function.&lt;br /&gt;
&lt;br /&gt;
example for lxqt desktop&lt;br /&gt;
&lt;br /&gt;
under panel menu, select Preferences &amp;gt; LXQT Settings &amp;gt; Keyboard shortcuts, then Add...&lt;br /&gt;
&lt;br /&gt;
set shortcut key combo&lt;br /&gt;
&lt;br /&gt;
enter for command&lt;br /&gt;
 sh -c 'sleep 1; xdotool type &amp;quot;$(xclip -o -selection clipboard)&amp;quot;'&lt;br /&gt;
or to paste text from mouse highlighted clipboard...&lt;br /&gt;
 sh -c 'sleep 1; xdotool type &amp;quot;$(xclip -o -selection primary)&amp;quot;'&lt;br /&gt;
&lt;br /&gt;
# copy and paste!&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>