a468c11a30
Documentation will be rewritten and added later.
9 lines
156 B
Bash
9 lines
156 B
Bash
# vim: set ft=sh:
|
|
# shellcheck shell=sh
|
|
#
|
|
# https://shellcheck.net/wiki/SC2154
|
|
# shellcheck disable=2154
|
|
|
|
# TODO support loadkeys
|
|
loadkmap < "$keymap_path"
|