Keys was originally distributed by Visual Supply Company in order to give users a speed boost when editing images in Adobe Photoshop Lightroom. In August 2015, it was discontinued as a product for purchase, and is now open source and available for free download.
Keys is released under the GPLv2 (or any later version). See full license in LICENSE.
Go to http://vsco.github.io/keys/ and click the "Download for Windows" or "Download for Mac" link, depending on your platform. Unzip the downloaded file and double-click the installer. Follow the prompts and it will be installed.
How to build Keys installers for OS X and Windows:
Instructions below are for use on a OS X machine.
Prerequisite: Download Bitrock InstallBuilder (http://installbuilder.bitrock.com/download.html)
- Put appropriate application files in correct folders to build installer. (This setting may be change in Tools/VSCOKeys.xml)
- For OS X app generated from Xcode, VSCOKeys.app, place .app file in
Build/
directory - For Windows app generated from Visual Studio,
VSCOKeys.exe
, place.exe
file inBuild/VSCOKeys/
directory
- For OS X app generated from Xcode, VSCOKeys.app, place .app file in
- Open Terminal and run
Tools/BuildInstallerOnOSX.sh
, both OS X and Windows installer will be built - Installers can be found in
Build/
, zip files and they are ready to distribute
For setting on installer, such as build directory and naming of installers, changes can be made to Tools/VSCOKeys.xml
.
-
Open the
sampleLayout.keysjson
file in a text editor of your choice (you may edit this file directly or create a new file with the extension.keysjson
) to create your own layout. -
To find the correct values for input, please use the
Layout/keymap.json
andLayout/toolkitlistlr4.json
for reference. Change thekey
value and the name of the adjustment inadj
(e.g.Saturation
). Usekeymap.json
to find the imtxcode that maps to the desired key on your keyboard. Refer totoolkitlistlr4.json
for the adjustment names and values.Layout/sampleLayout.keysjson Example: Line 10 sets `Q` to the preset "C - Fuji 160C from Film 01" Line 11 sets `W` to decrease saturation by 1 Line 12 sets `E` to increase saturation by 1 Line 13 sets Ctrl `W` to decrease exposure by 1 Line 14 sets Ctrl `E` to increase exposure by 1
-
Change the
uuid
line and thename
line to what you prefer. -
Save the file.
-
Launch Lightroom with VSCO Keys 2.0 enabled.
-
Double click the saved file to load the file into VSCO Keys 2.0. (make a backup of file if you want to update later)
-
Click on the VSCO Keys 2.0 Icon to change the layout.