-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Alternate Hot Key Screen Capture needed for windows #2167
Comments
I agree with this request that Flameshot should not be locked down to Print Screen, however the hot key combination should be configurable for whatever the user desires. Currently, I use AutoHotKey to allow me to bind key combinations to perform tasks in Windows. I personally want to replace the key combination I use for "Snipping Tool" (The older snip tool) with Flameshot. However I am forced to use "Print Screen". I don't want to use Print Screen, it disrupts the way I have been doing things. Please make the shortcuts configuration tab "Capture Screen" setting configurable to any key combination the user decides. Or make the actual action of perform a screen shot its own .exe, so I can use AutoHotKey to execute that .exe separately. |
This comment was marked as off-topic.
This comment was marked as off-topic.
+1 to this request. |
I believe this is duplicate of #1341, so I close this in favor of that. If you believe these two are different, please let me know and we will discuss |
Feature Description
Windows ships with snip and sketch bound to the PrtScr key.
Flameshot is programmed to bind to that key to launch graphical screen capture interface.
But this hotkey will not work if windows is already using it.
Therefore the only way for me to take a screen shot is to click the icon in the windows tray to activate a screen grab.
While best solution would be to allow the user to 'customize' the hot key. I'd propose just binding both PrtScr and Alt-PrtScr -- as the Alt-PrtScr does not conflict with any default windows keybindings.
I will create a pull request to add this simple alternative which will make flameshot imensely easier to use for windows users.
The text was updated successfully, but these errors were encountered: