Windows Applicaiton to create shortcuts in windows and automate actions on event trigger. Events include creating a new document or folder and an action example is auto adding the date to the title to a folder or document. This is what some content creators do manually to organize their data.
This project is no longer being worked on.
- This is being programmed with Microsoft Visual Studio Community Edition
- This is a UWP Program
- Windows UWP Overview Tutorials: Link
- Injecting input in UWP Apps: Link
- Creating-a-process-in-the-background-that-will-listen-to-keyboard
- 2018.01.03 Stephen brought idea to Luis and we discussed initial thoughts on the project. Added intial thoughts conversation to notes.docx
- 2019.01.07 Created Initial App with Visual Studio. The app is a Windows UWP App.
- 2019.01.18 Created C# Hello World Project
- 2019.01.19 Added Keyboard text injection and Mouse pointer location injection. Showcase