Currently when I press a hotkey to launch the QR code tool it will open the GUI for generating and decoding QR code. Is it possible to make this direct, like when I press a hotkey it goes straight to decoding from screen or image file?
skygate2012, you can use an AutoHotkey script if you don't wanna wait for ShareX to support this option.
I can write the code for you, if you want.
It would be something like:
WithOneShortcutSendTheseAutomaticCalls:
Send a shortcut to ShareX's QR Code tool
Wait for window QR Code tool
Send a custom Control Click
@vassilyzaitsev Thanks! I had actually wrote an AHK script automating the GUI process, but it's not native experience so I thought it would be nice to have the feature supported natively.
Oh yes, definitely!