Skip to content

Commit

Permalink
Merge pull request neutrinolabs#3359 from matt335672/czech_kbd
Browse files Browse the repository at this point in the history
Implement Czech keyboard
  • Loading branch information
matt335672 authored Dec 24, 2024
2 parents 3f1c4b1 + cbbfdb4 commit 4c8c773
Show file tree
Hide file tree
Showing 4 changed files with 1,020 additions and 0 deletions.
1 change: 1 addition & 0 deletions genkeymap/dump-keymaps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ if [ -z "$os" ]; then
os="Unknown"
fi

kbgen 0405 "cs-CZ" "$os" -model pc105 -layout cz
kbgen 0406 "da-DK" "$os" -model pc105 -layout dk
kbgen 0407 "de-DE" "$os" -model pc104 -layout de
kbgen 0409 "en-US" "$os" -model pc104 -layout us
Expand Down
1 change: 1 addition & 0 deletions instfiles/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ SUFFIXES = .in
startscriptdir=$(sysconfdir)/xrdp

dist_startscript_DATA = \
km-00000405.toml \
km-00000406.toml \
km-00000407.toml \
km-00000409.toml \
Expand Down
Loading

0 comments on commit 4c8c773

Please sign in to comment.