Skip to content
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

Keyboard Shortcuts #12

Closed
rsjaffe opened this issue Sep 27, 2015 · 7 comments
Closed

Keyboard Shortcuts #12

rsjaffe opened this issue Sep 27, 2015 · 7 comments

Comments

@rsjaffe
Copy link
Owner

rsjaffe commented Sep 27, 2015

From @clearminds on August 24, 2015 18:18

A nice feature would be to be able to map a button to a keyboard shortcut. One example is CTRL+ALT+V (Copy settings from previous photo). Would make the start of some photos a lot easier.

Copied from original issue: thegouger/MIDI2LR#29

@rsjaffe
Copy link
Owner Author

rsjaffe commented Sep 27, 2015

From @thegouger on August 26, 2015 22:51

I'll see if I this can be done through the plugin API.

Keyboard shortcuts might come further down the line (but it would take a while to implement as it's somewhat complex and not consistent across platforms).

@rsjaffe
Copy link
Owner Author

rsjaffe commented Sep 27, 2015

From @micksh6 on August 30, 2015 21:52

I also support this request. This would be very useful.

I'm a Windows C++ programmer, but I know nothing about Lightroom SDK or OS X. Since your code is C++ and you make .exe file I assume you can call Win32 API.
If you don't mind to make non-portable calls you can probably use Win32 API SendInput() method to simulate any keyboard input.
OS X probably has something like that. I would understand if you don't want to create OS-specific branches in your code, though.

But, this would open endless possibilities even beyond Lightroom. Windows allows to assign keyboard shortcuts to a lot of actions, and there is 3rd party software to automate everything with keyboard. NanoKontrol2 and probably other MIDI controllers have lots of buttons that are currently unused.

@rsjaffe
Copy link
Owner Author

rsjaffe commented Sep 27, 2015

From @Henk72 on September 7, 2015 21:45

Maybe use Autohotkey for the keyboard shortcuts

@rsjaffe
Copy link
Owner Author

rsjaffe commented Sep 27, 2015

From @amycastell on September 22, 2015 19:50

Palette (palettegear.com) incorporates keyboard shortcuts in their software already

@rsjaffe
Copy link
Owner Author

rsjaffe commented Sep 27, 2015

From @stevejmu on September 25, 2015 18:59

Did you see that VSCO Keys is now open source?! Once a premium Lightroom plugin, they're no longer supporting it after November 2, 2015. But thankfully they're not killing it altogether. Can you use their code to implement keyboard shortcuts into MIDI2LR? https://github.com/vsco/keys

@fldutch
Copy link

fldutch commented Sep 29, 2015

Would be great if this could be done somehow - using a Logitech G13 here with paddy for lightroom and sticked to lr 5.7 at the moment.

The way i use it in development mode is:

  • push a button to select a slider (like exposure, contrast, whatever)
  • use mini joystick to move slider (increase/decrease by a certain amount)
  • use other keys to move slider with smaller amounts

In addition to this, it would be nice to beeing able to use all the layers of the G13 (which are 3).

@rsjaffe
Copy link
Owner Author

rsjaffe commented Oct 22, 2015

see #31

@rsjaffe rsjaffe closed this as completed Oct 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants