-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The caption key combination as well as other settings stored in the Settings.settings should configurable.
Tasks:
- Create a new window containing the settings.
- Create a notification icon using hardcodet WPF tray icon. Add it to the MainWindow.
- When you click on the notification icon, the settings window should open.
- Create a view model for the settings window.
- Use a text input field to get a key combination as explained in the link below.
- Add a button to save the settings. Create a Save DelegateCommand in the viewmodel and bind it to the button command property. In the save command, copy the settings from the view model to the Settings.Default instance. Call the save method on the Settings object.
Useful links:
Metadata
Metadata
Assignees
Labels
No labels