Skip to content

My Code is ALMOST Perfect, But I Need Help #32

@snaphappy

Description

@snaphappy

The code I've made so far is working and I'm really happy. There are just a few changes to the VSCO Keys layout I don't know how to implement.

  1. I want to map the Spot Removal Tool to the letter J. imtxCode for J is 38
  2. I want the old Copy, Paste, and Paste from Previous, which worked with these keys respectively , . /
  3. I would LOVE CMD 1, CMD 2, etc to apply presets.

2&3 were standard VSCO operations, so I assume the code is in the toolkitlistlr3.json - I just need to find it, copy it, and know where to paste it into my code.

Here's my code, which works perfectly:

{
"name": "My Fifth Try",
"description": "Test file",
"author": "test user",
"uuid": "Custom",
"lrVersion": "4",
"modeKey": "53",
"keys":
[

    { "mod":"0", "key":"12", "adj" : {"Tint":"-1"} },
{ "mod":"0", "key":"13", "adj" : {"Tint":"1"} },
{ "mod":"0", "key":"5", "adj" : {"Highlights2012":"-10"} },
{ "mod":"0", "key":"4", "adj" : {"Highlights2012":"10"} },
{ "mod":"0", "key":"11", "adj" : {"Whites2012":"-10"} },
{ "mod":"0", "key":"45", "adj" : {"Whites2012":"10"} },
{ "mod":"0", "key":"8", "adj" : {"Shadows2012":"-5"} },
{ "mod":"0", "key":"9", "adj" : {"Shadows2012":"5"} },
{ "mod":"0", "key":"6", "adj" : {"Blacks2012":"-5"} },
{ "mod":"0", "key":"7", "adj" : {"Blacks2012":"5"} },
{ "mod":"0", "key":"0", "adj" : {"Contrast2012":"-5"} },
{ "mod":"0", "key":"1", "adj" : {"Contrast2012":"5"} },
{ "mod":"0", "key":"32", "adj" : {"Vibrance":"-2"} },
{ "mod":"0", "key":"34", "adj" : {"Vibrance":"2"} },
{ "mod":"0", "key":"17", "adj" : {"Saturation":"-2"} },
{ "mod":"0", "key":"16", "adj" : {"Saturation":"2"} },
{ "mod":"0", "key":"14", "adj" : {"Temperature":"-100"} },
{ "mod":"0", "key":"15", "adj" : {"Temperature":"100"} },
{ "mod":"0", "key":"17", "adj" : {"Saturation":"-2"} },
    { "mod":"0", "key":"16", "adj" : {"Saturation":"2"} },
    { "mod":"0", "key":"2", "adj" : {"Exposure2012":"-0.10"} },
{ "mod":"0", "key":"3", "adj" : {"Exposure2012":"0.10"} }
]

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions