Home » Questions » Computers [ Ask a new question ]

Linux: change keyboard layout on the fly

Linux: change keyboard layout on the fly

How can you change the keyboard layout (to QWERTY from QWERTZ) on the fly from a Linux shell?

Asked by: Guest | Views: 184
Total answers/comments: 2
Guest [Entry]

setxkbmap
Guest [Entry]

I'm not aware of any tool that changes keymap on-the-fly, but in at least debian it is possible to edit /etc/default/console-setup with your preferred map, and make the system reflect those changes by issuing /etc/init.d/hal restart.