Wednesday, December 24, 2014

windows 7 - How can I remap the keys for a specific keyboard?

There are several keyboards attached to my computer. I'd like to remap the keys on ONE of them, but keep the rest as they were. How can I do this?


As for the "why" – I have this idea that I'd like to have a "multimedia keypad" which is separate from my main keyboard, but I could not find any online. So I think that I could take a typical USB numpad (they cost like 5$), and remap the keys on one of them. Add appropriate stickers, and I'm all seat, cheaply.


I know that it's theoretically possible, but before I get my hands dirty and write my own software, I'd like to see if there's maybe an existing one out there.


Oh, yes, I'm running Windows 7.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...