6 Messages
•
2.2K Points
Lightroom Classic: Allow for keyboard shortcut customization
Customizable keyboard shortcuts in Lightroom would be great. I just find it so confusing that crop and brush tools and things like that have such odd keyboard shortcuts in Lightroom. I understand that changing that all now would be awful for many existing users, but being able to override them like I can in Photoshop would be helpful. Doesn't anyone else out there find they use to wrong keyboard shortcuts in the wrong program?
Responses
geerd_jacobs
4 Messages
•
152 Points
8 y ago
how about a customization option in LR, for changing shortcuts of tools etc.?
It can't be that hard :).
It works in Photoshop as well!
Regards
This reply was created from a merged topic originally titled
How about defining your own shortcuts in LR.
0
kevin_edge_5294235
7 Messages
•
244 Points
8 y ago
I would really like to "Open as Layers in Photoshop" with one keystroke.
Better yet, I'd love to open a series of stacks as layered psd file.
This reply was created from a merged topic originally titled
LIGHTROOM: Custom keyboard shortcuts.
0
matthew_a_bulow
1 Message
•
132 Points
7 y ago
0
craig_ryan_6081458
3 Messages
•
174 Points
7 y ago
Keyboard Shortcuts, give us choices..
I cannot tell you how many times I have accidently dragged a finger on my keyboard and suddenly, I’m in an alternate universe. Yes I am talking about the myriad keyboard shortcuts in all Adobe products. One misplaced stroke on the keyboard, and your screen may change dramatically as you have inadvertanly pressed an unknown key and have to try to figure out how to get back to wherever you were. I would be amazed if there was even one person in the world that has all the keyboard shortcuts in every module of LR memorized. So here’s my suggestion and I have to believe it would be easily implemented by your brilliant software engineers (I mean that, they really are).
How about a preferences tab with a page for each module that would allow one to turn off, or turn on the keyboard shortcuts. It could be a simple checkbox for “All On” or “All Off” with “All On” being the default. But it would allow one to check on just the ones needed. That way, a person could start with some basics turned on, and then add more as they become more proficient. You know, the old “baby steps” theory.
I really hope you take my suggestion to heart and implement it. It would make LR an even more fabulous piece of software.
0
tj_zafarana_6175289
2 Messages
•
102 Points
7 y ago
Custom Keyboard Shortcuts for Lightroom!.
I want to be able to quickly change my keyboard shortcuts to improve my workflow. Looked for a similar way to change it like Photoshop, only to discover it doesn't exist!
Can we get this?
0
dikobg
82 Messages
•
1.3K Points
7 y ago
Otherwise as I can see for a couple of years no change even here. Please Adobe go google LR Paddy and check it. Then remember PS and AI and implement that all in LR. ;-)
0
ollie_765626
2 Messages
•
112 Points
7 y ago
Lightroom custom keyboard shortcuts.
Photoshop has custom keyboard shortcuts.
Please add them to Lightroom already! v5 and still not there? Ridonkulous
0
mattiasthuvander
4 Messages
•
188 Points
7 y ago
"Rotate picture" and "Hold to view before/after" is two shortcuts that doesn't work for me and that I really would like to use.
0
risto_leskinen
14 Messages
•
300 Points
6 y ago
As tablets are becoming more and more frequent in photo editing it would be most useful to be able to assign personalized short cuts to LR menu items in the same way as in PS. E.g. Photo>Edit in> (different options for external editing). At the moment there is a shortcut only to open in PS, but e.g. not to open in PS as smart object....
0
John_R_Ellis
Champion
•
5.8K Messages
•
100.4K Points
6 y ago
I agree that LR would benefit from a general facility for assigning shortcuts. However, on Mac you can assign shortcuts to nearly all of menu commands using OS X's built-in facility for assigning shortcuts. For example, I just assigned F4 to Photo > Edit In > Open as Smart Object in Photoshop:
1
risto_leskinen
14 Messages
•
300 Points
6 y ago
I did some search and it seems to me that windows does't have the capability to assign keyboard short cuts within other than MS office applications.
That leaves windows users with some plugins that are either as expensive as LR itself or are not properly supported....?
To me that confirms that there is a huge need for this capability natively within LR...
0
rob_cole_2221866
4.5K Messages
•
76.3K Points
6 y ago
http://www.robcole.com/LrForumSupport...
It requires editing a script text file, but most of the hard work is already done.
Here's an example "script-let" which assigns F4 to 'Open as Smart Object in Photoshop':
/*
Lightroom
F4 -> Alt-peo (Open as Smart Object in Photoshop)
*/
F4::
lr_win_id := GetLightroomWindowID()
if (lr_win_id <> 0) {
Send {Alt down}p{Alt up}eo
}
return
Instructions:
* Download 'LrAutoHotkey.zip' (from link above) and save file inside zip with the name 'AutoHotkey.ahk' in the root of your documents folder.
* Append the above "script-let" to the end of the file.
* Download and install Auto-Hotkey (e.g. from autohotkey.com).
With Lightroom running, press F4. If all went well, it should open selected photo as smart object in Ps.
To add more mappings, copy/paste and edit the scriptlet - you'll need 3 pieces of info to get the job done:
1. The keystroke sequence in Lightroom.
2. How to specify the key being assigned.
3. How to specify the keys to send when the key being assigned is pressed.
The first you can get using the Lightroom UI.
the second and third require auto-hotkey help doc.
I realize it's more work than you'd like, but it gets the job done - can also be used for mouse clicks and other things..
Cheers,
Rob
0
0
John_R_Ellis
Champion
•
5.8K Messages
•
100.4K Points
6 y ago
I'm sorry, I incorrectly assumed you were on Mac. On Windows, you can use the standard Windows keyboard accelerators to access all the menu items. So to open a pic as a smart object in photoshop, you'd type ALT-P E O.
Three keys aren't quite as good as a single key, I agree. But when working on Windows on repetitive tasks, I do like the a ability to access every menu command from the keyboard instantly.
0
0
risto_leskinen
14 Messages
•
300 Points
6 y ago
Finally a ray of hope to windows users :-) I almost started considering changing the platform.
Using keyboard short cuts especially together with Wacom tablet is of great help, indeed (even though Wacon driver for windows environment seem to have quite a few bugs...) .
I did some search about programming keyboard shortcuts in windows environment but I didn't find other that some instructions for MS office applications. Where can I find e.g. that ALT-PEO? There certainly are many other short cuts I would like to implement besides that open as smart object.
Thanks for your help!
BR
Risto
1
0
risto_leskinen
14 Messages
•
300 Points
6 y ago
Thanks to your answer as well (see above).
I'm using a wacom tablet, so probably I would rather assing the valid keystroke strings to various short cut triggers in the tablet which is quite easy to do
The main problem for me is to know what are those strings (your point 3), where could I find the relevant documentation? I did some google search previously but didn't find anything useful.
(E.g. concerning this particular string - do I need to hold ALT pressed when typing all 3 characters, or just when typing P...from the script it seems that the latter is the case. How about any other command strings?)
Thanks for your help!
BR
Risto
13