cdelorme / system-setup

Documentation and Scripts I use to ease setup, potentially fully automated.
23 stars 6 forks source link

multiple keyboard layouts #19

Closed cdelorme closed 6 years ago

cdelorme commented 10 years ago

This is probably handled by xset or xserver, but I want to figure out how to have multiple keyboards connected, and swap the keyboard layout based on which one input is coming from.

cdelorme commented 10 years ago

Seems to be handled by xorg/xserver in general, and setting them up involves identifying actual devices and creating multiple xorg config files. I'm still reading on the details.

cdelorme commented 8 years ago

I managed to get ibus/mozc working, but nothing yet at the terminal level to support live switching of keyboard layouts.

cdelorme commented 8 years ago

Turns out I can control fonts and some other behaviors at boot time via /etc/default/console-setup, same as with directly calling setfont, but I do not know whether this can be used as a solution for multi-language support within a terminal.