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

Modification keys: SHIFT and CTRL #7

Merged
merged 3 commits into from
Mar 20, 2022
Merged

Modification keys: SHIFT and CTRL #7

merged 3 commits into from
Mar 20, 2022

Conversation

eltos
Copy link
Owner

@eltos eltos commented Mar 5, 2022

From discussions in #6:

  • Make SHIFT toggle automode 0a80d717d7c14aca7bdfbcc48ac696a7b7a1dc0d
    When autosave is disabled, holding SHIFT will skip the dialog and save the file directly
    When autosave is enabled, holding SHIFT will show the dialog anyways
  • Add subdirectory option 768ee02fdf4610de236984f87a025b8a686e6be4
    When holding CTRL, the file is saved in a subdirectory.
    The name of the subdirectory can be configured via (template variables supported):
    .\PasteIntoFile.exe config --subdir "Subdir_{0:yyyyMMdd}"
    The explorer inline file rename for automode is disabled when saving to a subdirectory, since it would always open a new window which is undesireable

Related:
EslaMx7/PasteIntoFile#47
EslaMx7/PasteIntoFile#44
EslaMx7/PasteIntoFile#12
#6

@eltos eltos added the enhancement New feature or request label Mar 5, 2022
@eltos eltos self-assigned this Mar 5, 2022
@eltos eltos linked an issue Mar 5, 2022 that may be closed by this pull request
@eltos eltos merged commit 45ef36f into main Mar 20, 2022
@eltos eltos deleted the 6-maisonave branch March 20, 2022 16:45
eltos added a commit that referenced this pull request Mar 20, 2022
- React to hotkeys (WIN+ALT+V and WIN+ALT+C) and run in tray #8
- Make SHIFT toggle automode #7
- Add subfolder option #7
- Fix crash when trying to paste into special folders (like quick access or recycle bin)
- Use UTF-8 encoding without BOM bytes
- Improve documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use ctrl key to perform default action
1 participant