<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - karlhorky</title>
<link>http://snipplr.com/users/karlhorky/tags/right</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 04:20:51 GMT</pubDate>
<item>
<title>(Other) AutoHotkey: NiftyWindows Mod</title>
<link>http://snipplr.com/view/38654/autohotkey-niftywindows-mod/</link>
<description><![CDATA[ <p>A modification of the NiftyWindows AutoHotkey script, this snippet attempts to solve the following issues that I have been experiencing with the original script:
*  Middle click sends double click. This causes an issue for me as I use middle clicks to close:
  *   Tabs
  *  Applications using the title bar (this snippet adds this functionality)
  *  Applications using the task bar (this snippet allows middle clicks through to non-title bar areas if right button is not also pressed)</p> ]]></description>
<pubDate>Sat, 07 Aug 2010 03:43:08 GMT</pubDate>
<guid>http://snipplr.com/view/38654/autohotkey-niftywindows-mod/</guid>
</item>
<item>
<title>(Visual Basic) WSH (VBScript): Windows 7 New File Context Menu Item</title>
<link>http://snipplr.com/view/30935/wsh-vbscript-windows-7-new-file-context-menu-item/</link>
<description><![CDATA[ <p>A modification of Bill James' New Folder context menu script ( http://billsway.com/vbspage/ ), this script instead creates a "New File" item in the right click context menu of Directory Backgrounds. Upon running the New File item, you will be prompted for a filename that defaults to "new.txt". Once a valid filename has been entered (not an existing file) the script will then create the file. This allows the filename to be chosen in the dialog before any file creation has been executed. This has been tested to work on Windows 7 but may work on Vista as well.

Make the code below into a vbs file in the location you want it to be installed in (eg. C:\Windows\NewFile.vbs). To install the context menu item, run the vbs file. To uninstall the file, run the vbs file again.</p> ]]></description>
<pubDate>Mon, 05 Apr 2010 16:54:54 GMT</pubDate>
<guid>http://snipplr.com/view/30935/wsh-vbscript-windows-7-new-file-context-menu-item/</guid>
</item>
</channel>
</rss>