aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/kbdlayout
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1675-75/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* bhyve/kdblayout: add some missing keys to german layoutCorvin Köhne2022-11-153-0/+9
| | | | | | | | | | The '/' and '§' keys are missing in the german keyboard layout. Reviewed by: markj Approved by: manu (mentor) MFC after: 1 week Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D37386
* pkgbase: bhyve: Tag the kbdlayout file to be in the bhyve packageEmmanuel Vadot2022-01-261-0/+1
|
* Append Keyboard Layout specified option for using VNC.Michael Reifenberger2022-01-2075-0/+2839
Part two: Append bhyve -K option for specified keyboard layout with layout setting files every languages. Since the cmd option '-k' was used in the meantime it was changed to '-K' PR: 246121 Submitted by: koinec@yahoo.co.jp Reviewed by: grehan@ Differential Revision: https://reviews.freebsd.org/D29473 MFC after: 4 weeks