Lines Matching full:keymap
35 f_include $BSDCFG_SHARE/keymap.subr
41 # Default file to store keymap selection in
43 : ${KEYMAPFILE:=$BSDINSTALL_TMPETC/rc.conf.keymap}
51 msg_continue_with_keymap="Continue with %s keymap"
56 msg_keymap_selection="Keymap Selection"
59 msg_test_keymap="Test %s keymap"
60 msg_test_the_currently_selected_keymap="Test the currently selected keymap"
61 msg_test_the_keymap_by_typing="Test the keymap by typing letters, numbers, and symbols. Characters\…
65 # dialog_keymap_test $keymap
67 # Activate $keymap and display an input box (without cancel button) for the
78 # Attempt to activate the keymap
129 f_getvar $VAR_KEYMAP keymap
130 if [ ! "$keymap" ]; then
131 keymap=$( f_sysrc_get keymap )
132 case "$keymap" in [Nn][Oo]) keymap="";; esac
148 "${keymap:-$msg_default}" )
149 test_msg=$( printf "$msg_test_keymap" "${keymap:-$msg_default}" )
164 if [ "$keym" = "$keymap" ]; then
179 # Display keymap configuration menu
207 ">>> "*) # Continue with keymap
209 "->-"*) # Test keymap
210 dialog_keymap_test "$keymap"
219 # Turn that number ithe name of the keymap struct
222 # Get actual keymap setting while we update $keymap and $KEYMAPFILE
223 keymap_$k get keym keymap
224 echo "keymap=\"$keymap\"" > "$KEYMAPFILE"
227 f_quietly f_keymap_kbdcontrol "$keymap"