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 Hungarian keyboard #3430

Merged
merged 2 commits into from
Feb 12, 2025

Conversation

matt335672
Copy link
Member

@matt335672 matt335672 commented Feb 11, 2025

See #3424

I'm hoping for confirmation from @domjant that this works before merging it.

See also #3427. This will need to be rebased to fix the FreeBSD CI issue, but this doesn't affect the files.

The file itself has been generated on an Ubuntu 20.04 system to
avoid a non-working numlock. See PR neutrinolabs#3022 for more details.

This script was used to generate the file on a clean X server:-

    #!/bin/sh

    if [ -z "$1" ]; then
        xvfb-run -s "-noreset" $0 _IN_XVFB_
    else
        setxkbmap -model pc105 -layout hu
        ./xrdp-genkeymap ../instfiles/km-0000040e.ini
    fi
(cherry picked from commit 879212e)
@matt335672 matt335672 merged commit afccee4 into neutrinolabs:v0.10 Feb 12, 2025
13 checks passed
@matt335672 matt335672 deleted the v0_10_add_hu_kbd branch February 12, 2025 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant