Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
craigbrett17 opened this issue Oct 19, 2017 · 2 comments
Open

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

craigbrett17 opened this issue Oct 19, 2017 · 2 comments

Comments

@craigbrett17
Copy link
Owner

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
Copy link
Owner Author

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 craigbrett17 added this to the v2.3 milestone Mar 31, 2018
@craigbrett17
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant