Skip to content

Commit

Permalink
Merge pull request #3430 from matt335672/v0_10_add_hu_kbd
Browse files Browse the repository at this point in the history
[V0.10] Add Hungarian keyboard
  • Loading branch information
matt335672 authored Feb 12, 2025
2 parents 729c05b + f1bf1a9 commit afccee4
Show file tree
Hide file tree
Showing 4 changed files with 1,055 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 @@ -32,6 +32,10 @@ setxkbmap -model pc105 -layout cz
setxkbmap -model pc104 -layout de
./xrdp-genkeymap ../instfiles/km-00000407.ini

# Hungarian 'hu' 0x0000040e
setxkbmap -model pc105 -layout hu
./xrdp-genkeymap ../instfiles/km-0000040e.ini

# Italian 'it' 0x00000410
setxkbmap -model pc104 -layout it
./xrdp-genkeymap ../instfiles/km-00000410.ini
Expand Down
1 change: 1 addition & 0 deletions instfiles/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dist_startscript_DATA = \
km-0000040a.ini \
km-0000040b.ini \
km-0000040c.ini \
km-0000040e.ini \
km-00000410.ini \
km-00000411.ini \
km-00000412.ini \
Expand Down
Loading

0 comments on commit afccee4

Please sign in to comment.