Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V0.10] add czech keyboard #3358

Merged
merged 2 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions genkeymap/dump-keymaps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ setxkbmap ${OLD_SETTINGS}
setxkbmap -model pc105 -layout gb
./xrdp-genkeymap ../instfiles/km-00000809.ini

# Czech 'cz' 0x00000405
setxkbmap -model pc105 -layout cz
./xrdp-genkeymap ../instfiles/km-00000405.ini

# German 'de' 0x00000407
setxkbmap -model pc104 -layout de
./xrdp-genkeymap ../instfiles/km-00000407.ini
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.ini \
km-00000406.ini \
km-00000407.ini \
km-00000409.ini \
Expand Down
Loading