I'm trying to run
The installer somehow manages to do that, but I get lots of weird results trying to integrate it in a shell command.
E.g.
what I really want is kbdmap's output like the one it prints after interactive use, such as
Ultimately, I want to do the equivalent of
kbdmap
from a script, interactively, and put the user's selection into a shell variable.The installer somehow manages to do that, but I get lots of weird results trying to integrate it in a shell command.
E.g.
echo `kbdmap`
gives me this output:
Code:
lang_default = en
dialect = en
lan_abk = en
what I really want is kbdmap's output like the one it prints after interactive use, such as
Code:
keymap="german.iso.kbd"
Ultimately, I want to do the equivalent of
sysrc `kbdmap`
.