I have a very long list of things I want to trigger with hotkeys in windows. (Unmuting, Playing a soundfile, muting). I have more than 100 soundfiles I want to reach that way, so the normal combinations of windows-hotkeys are not enough (since I do not want to override shortcuts already used by other programs).
My idea is to have something similar to ASCII-codes, where you press ALT-152 to get ÿ for example. Do you know of any tool that allows something like that?
I already tried to use ÿ directly as a hotkey, but that does not seem to work.
Edit: I already tried using autohotkey, but did not manage to achieve my goals (see comment to Santis answer)