Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

My laptop has a US built-in keyboard and I am also connecting a good old Cherry keyboard with German key layout via a PS/2-to-USB adapter. Is there a way to install different keymaps used in the Linux text console for the different devices simultaneously?

share|improve this question

1 Answer

You have to find the ID device:

xinput -list | grep -i key

and using such ID set the layout:

setxkbmap -device ID -layout layout

share|improve this answer
Right, that's for X11. I am looking for the corresponding procedure for the text-console. – Tilman Vogel May 25 '12 at 20:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.