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

Add Hungarian keyboard #3429

Merged
merged 2 commits into from
Feb 12, 2025
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
1 change: 1 addition & 0 deletions genkeymap/dump-keymaps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ kbgen 60409 "en-US" "$os" -model pc104 -layout us -variant colemak
kbgen 040a "es-ES_tradnl" "$os" -model pc105 -layout es
kbgen 040b "fi-FI" "$os" -model pc105 -layout 'fi'
kbgen 040c "fr-FR" "$os" -model pc105 -layout fr
kbgen 040e "hu-HU" "$os" -model pc105 -layout hu
kbgen 0410 "it-IT" "$os" -model pc104 -layout it
kbgen 0411 "ja-JP" "$os" -model pc105 -layout jp -variant OADG109A
kbgen 0412 "ko-KR" "$os" -model pc105 -layout kr
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.toml \
km-0000040b.toml \
km-0000040c.toml \
km-0000040e.toml \
km-00000410.toml \
km-00000411.toml \
km-00000412.toml \
Expand Down
Loading