#! /bin/sh # /etc/rc.d/rc.keymap # # Load the keyboard map. More maps are in /usr/share/kbd/keymaps. # # modified for colorized screen messages and local needs source /etc/functions-colors # Tell the viewers what's going to happen. echo -e "${BOLDBLUE}Setting the keyboard map:${COLOR_RESET}" if [ -x /usr/bin/loadkeys ]; then /usr/bin/loadkeys us-two-alt.map #/usr/bin/loadkeys us.map fi