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

UK pound key #49

Closed
kenmccallUK opened this issue Nov 20, 2017 · 2 comments
Closed

UK pound key #49

kenmccallUK opened this issue Nov 20, 2017 · 2 comments

Comments

@kenmccallUK
Copy link

Would it be possible to add the £ symbol to the standard mappings available?

(I have a US laptop keyboard with no NumPad.)

@randyrants
Copy link
Owner

What's the scan code value for a pound only symbol? In so far as I know, the pound key only shows up on UK-based keyboards and then it's a combination key, like Shift+3 or Shift+4 or AltGr+4. Since this registry key remaps the entire key, there's no way to map any of the above.

That said you can always us ALT+0163 (on the num keyboard) to inject a £ on a US keyboard.

@kenmccallUK
Copy link
Author

Hi,
Thanks for prompt response. The UK pound on a UK keyboard replaces the # on US keyboard (ie Shift + 3). AFAICS there's no specific scan code for the pound - maybe it's done at some higher level in the driver or something?? (My laptop doesn't have a numeric keypad so I can't use the Alt+0163.) Anyways, thanks for looking.

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

No branches or pull requests

2 participants