-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Feature Request: Use ctrl key to perform default action #44
Comments
I've created a new version of this program with the above changes: Please feel free to pull the changes into the main. |
@David-Maisonave Brilliant! what a great effort! Thank you very much, David, I will definitely pull it as soon as possible. |
The version of PasteIntoFile in eltos/PasteIntoFile, uses the shift key for the no-popup option. Also I'm going to add right mouse button logic to do the no-popup so that users can perform no-popup action without having to touch the keyboard. |
I updated the code to switch ctrl and shift functionality, but I couldn't figure out how to get the right mouse button logic to work, so I'll have to leave that for another time. I updated the README.md with info on the new logic. |
Use the ctrl key to perform the default action automatically without any further user input.
I recommend using ctrl key combination to have PasteIntoFile perform the default action automatically without having to prompt user with a dialog window.
Another option that would be good to have is an action for the shift key select, where when user holds the shift key while selecting "Paste Into File", a folder is appended to the Current Location field. The appended folder can be Text for text files and Image for image.
There can be and option to change the default appended folders via command line, like there is for /filename.
These two options could be made to work together so if user holds both ctrl-shift key while selecting "Paste Into File", it will create the file in the sub-folder automatically without prompting the user.
If needed, I could try to do the implementation myself. I'm a C++ programmer and I've done modifications on a few C-sharp projects before.
The text was updated successfully, but these errors were encountered: