-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get custom key working... #18
Comments
Hi, do you have solved? How did you do? |
@ilquare I actually stopped using this product. I switched to Better Touch Toolbar and haven't looked back! Lots of awesome customizability. |
unfortunately I use WIN and Better Touch Toolbar doesn't works |
If anyone is still looking for how to do this, I think I found the answer in this Standard [VSCO].keysjson layout. In this case they're assigning the I haven't tested this with the up arrow but this should make it work: {
"mod": "0",
"key": "126",
"adj": {
"_RemapKey": {
"mod": "12",
"key": "9"
}
}
}, For finding the key codes, I came across this helpful keyboard map in another post: Note: the modifier keys have their own internal codes in VSCO Keys. From what I could find, these are the
With this knowledge, it should be possible to create new complex shortcuts or remap just about any Lightroom menu option (even those without existing shortcuts if we use the Mac OS Application Keyboard Shortcut overrides). Hope it helps someone! |
Before this became open source I had my "up" arrow key set to paste the settings from the previous image I was on. Can't get the custom key set to work now... Any ideas??
This is what I set:
{ "mod": "0", "key": "126", "adj": { "Develop: Settings": "Paste Settings From Previous" } },
Thanks for any help out there :)
The text was updated successfully, but these errors were encountered: