Wednesday, November 19, 2014

macos - Remap escape key to underscore

I'm currently working on remapping my keyboard using PCkeyboardhack for MAC OSX.


I'm currently looking for the virtual key for underscore. Is the only way to get this key with the shift modifier key?


I was trying to remap my escape key to underscore as I don't use the escape key. I frequently use underscore, but I cant find the virtual key anywhere.

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...