Tuesday, December 9, 2014

remapping - Change keyboard mapping


HP Mini 210
Fedora 14 xfce


I have bought a new HP Mini. I use it for programming in emacs.


However, I want to change the key mapping for the 'fn' and 'ctrl'. Basically I want to swap them around. The 'ctrl' is not in a good position when using emacs. It would be better in the place of the 'fn'.


Is there a way to do this?


Many thanks for any suggestions,


Answer



Fn keys are usually handled below the operating system, and changing them is generally not possible.


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