/winhotkey/winhotkey.nuspec
https://gitlab.com/Smileyt/choco-auto · nuspec · 37 lines · 33 code · 3 blank · 1 comment · 0 complexity · e88b49250eec3c6892a7776b42545c53 MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
- <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
- <metadata>
- <id>{{PackageName}}</id>
- <title>WinHotKey</title>
- <version>{{PackageVersion}}</version>
- <authors>Brian Mathis</authors>
- <owners>doc</owners>
- <summary>WinHotKey allows you to assign "hot keys" that do various things.</summary>
- <description>
- WinHotKey allows you to assign "hot keys" that do various things. Actions that can be done with a hotkey are:
- - Launch a Program
- - Open a document
- - Open a folder
- - Automatically type something (Sorry, this feature doesn't work on Vista, Windows 7, or later)
- - Control other windows on the screen
- The main goal of this tool is to be easy to use. There are many other hotkey programs out there, but most of them do not provide a sufficient level of "ease of use". This walks the user through the options, while remaining a powerful tool.
- When running, the program sits in the system tray. Double-clicking on the system tray icon will bring up the main window.</description>
- <projectUrl>http://directedge.us/content/winhotkey</projectUrl>
- <tags>hotkey key winhotkey</tags>
- <copyright></copyright>
- <licenseUrl>http://directedge.us/content/winhotkey-license</licenseUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <dependencies>
- <dependency id="autohotkey.portable" />
- </dependencies>
- <iconUrl>https://cdn.rawgit.com/aronovgj/chocolatey/master/icons/{{PackageName}}.jpeg</iconUrl>
- <releaseNotes></releaseNotes>
- </metadata>
- <files>
- <file src="tools\**" target="tools" />
- </files>
- </package>