Page MenuHomeFreeBSD

uk.kbd: Fix € mapping
ClosedPublic

Authored by emaste on Jun 5 2025, 3:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 25, 8:57 AM
Unknown Object (File)
Sun, Nov 23, 3:01 AM
Unknown Object (File)
Sun, Nov 23, 3:01 AM
Unknown Object (File)
Sun, Nov 23, 3:00 AM
Unknown Object (File)
Sun, Nov 23, 2:55 AM
Unknown Object (File)
Sun, Nov 9, 5:13 AM
Unknown Object (File)
Fri, Nov 7, 3:55 AM
Unknown Object (File)
Oct 11 2025, 7:11 AM
Subscribers

Details

Summary
We previously emitted the generic currency sign `¤` for Ctrl+4.
Generally speaking the modifer should be AltGr not Ctrl, and this should
be the Euro symbol `€`.

Fixes: eb8f9028fb38 ("Add the Euro symbol mapping to the UK keyboard keymap.")
Fixes: a232c1d130d2 ("Copy country-code .iso syscons keymaps for vt(4)")
Fixes: fdd869bd8a89 ("Another rpund of fixes, after checking keymaps for plausibility and with")

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste requested review of this revision.Jun 5 2025, 3:30 PM
emaste created this revision.
emaste added a reviewer: se.

none of my physical FreeBSD systems have a keyboard attached to test this, but based on source inspection it looks right: € should be on altgr+4 on a standard ISO PC keyboard, while U+00A4 'CURRENCY SIGN' is not labelled on any UK keyboard i've ever seen.

This revision is now accepted and ready to land.Jun 5 2025, 3:42 PM
This revision was automatically updated to reflect the committed changes.