Skip to content

Commit

Permalink
Add Czech keyboard km-00000405.ini
Browse files Browse the repository at this point in the history
The file itself has been generated on an Ubuntu 20.04 system to
avoid a non-working numlock. See this PR for more details:-

neutrinolabs#3022
  • Loading branch information
matt335672 committed Dec 23, 2024
1 parent d2284e1 commit 2cb9de4
Show file tree
Hide file tree
Showing 3 changed files with 1,052 additions and 0 deletions.
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

0 comments on commit 2cb9de4

Please sign in to comment.