*: refactor
Documentation will be rewritten and added later.
This commit is contained in:
8
hook/keymap/keymap
Normal file
8
hook/keymap/keymap
Normal file
@ -0,0 +1,8 @@
|
||||
# vim: set ft=sh:
|
||||
# shellcheck shell=sh
|
||||
#
|
||||
# https://shellcheck.net/wiki/SC2154
|
||||
# shellcheck disable=2154
|
||||
|
||||
copy_file "$keymap_path" "$keymap_path" 0644
|
||||
copy_exec loadkmap
|
8
hook/keymap/keymap.init
Normal file
8
hook/keymap/keymap.init
Normal file
@ -0,0 +1,8 @@
|
||||
# vim: set ft=sh:
|
||||
# shellcheck shell=sh
|
||||
#
|
||||
# https://shellcheck.net/wiki/SC2154
|
||||
# shellcheck disable=2154
|
||||
|
||||
# TODO support loadkeys
|
||||
loadkmap < "$keymap_path"
|
Reference in New Issue
Block a user