craigbrett17 / blindspot

An accessible windowless Spotify Windows desktop client
Other
3 stars 1 forks source link

Key map doesn't allow some characters to be used #10

Open craigbrett17 opened 6 years ago

craigbrett17 commented 6 years ago

chrisnorman2[CodePlex]
When editing the Hotkeys file, I don't seem to be able to enter certain characters (namely comma (,), and period (.)).

I tried , comma for ,, and period dot and . for full stop.

Is this just me being stupid? It has been known to happen! :-)

craigbrett17 commented 6 years ago

craigbrett17[CodePlex]
It's not just you being stupid, don't worry!

The technique I'm using to get shortcut keys working wherever you are on the computer uses a specific set of possible keystrokes. For some reason, comma and period become OEMComma and OEMPeriod. I have no idea why.

For now, you could just use those, but I think we should handle this when looking at people's hotkey files.

craigbrett17 commented 6 years ago

My current track of thinking is going to be to look for commas or periods and replace them with the relevant enum symbols. This should get us most of the way there.