-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
14 lines (9 loc) · 715 Bytes
/
README
File metadata and controls
14 lines (9 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Nice! Shortcuts intented to configure shortcuts on Windows without install a program, just run the .exe file, and provide a easy way to apply configurations at another any computer.
All needed is a file calling shortcuts.xml with your configurations at the same directory of NiceShortcuts.exe.
Shortcuts.xml looks like this:
<?xml version="1.0"?>
<ArrayOfNiceShortcut xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<NiceShortcut Name="Winamp" HotKey="Control+Shift+W" Command="Winamp" />
<NiceShortcut Name="Winamp" HotKey="Windows+Alt+G" Command="chrome" />
</ArrayOfNiceShortcut>
Each time Shortcuts.xml change, NiceShortcuts.exe has to be reinitialized.