I think i went somewhat over my head with a little tool i wanted to make.
The idea was to bind certain keys(users choice) to countdown timers and progressbars.
But since the keys are never the same i have to save the chosen key for the selected progressbar.
So when the assigned key is pressed the timer & progressbar linked to that key will start a countdown timer.
But from what i can tell there is no simple way to do this.
Found some examples with keyboard hooks, but none of them where in WPF.
Hope i am making sense about what i want.
And any advice or examples would be much appreciated.