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

Add system tray mode and listen to global hotkey WIN+ALT+V #8

Merged
merged 10 commits into from
Mar 20, 2022
Merged

Conversation

eltos
Copy link
Owner

@eltos eltos commented Mar 8, 2022

  • Add command to open program into system tray
    Program will stay in the tray and listen for Hotkey WIN+ALT+V
    SHIFT and CTRL modifiers as implemented in Modification keys: SHIFT and CTRL #7 also work
    .\PasteIntoFile.exe tray
  • Allow registering autostart into system tray on windows startup
    .\PasteIntoFile.exe config --enable-autostart
    .\PasteIntoFile.exe config --disable-autostart
  • Add description and checkbox to enable autostart to setup wizard
    Replace "Context menu entry" checkbox on main window with link to setup wizard
  • (Un-)Register autostart during (un-)install
  • Add feature description to readme
  • This PR builds on top of Modification keys: SHIFT and CTRL #7, make sure to merge Modification keys: SHIFT and CTRL #7 first!

Related:
EslaMx7/PasteIntoFile#36
EslaMx7/PasteIntoFile#46

@eltos eltos added the enhancement New feature or request label Mar 8, 2022
@eltos eltos self-assigned this Mar 8, 2022
@eltos eltos marked this pull request as draft March 8, 2022 22:13
@eltos eltos changed the title WIP: Tray Add system tray mode and listen to global hotkey WIN+ALT+V Mar 8, 2022
@eltos eltos marked this pull request as ready for review March 8, 2022 23:13
@eltos eltos merged commit 4765e86 into main Mar 20, 2022
@eltos eltos deleted the tray 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
@ghost
Copy link

ghost commented Aug 3, 2022

Good job

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.

1 participant