From: Maxime Devos <maximedevos@telenet.be>
To: luhui <luhuins@163.com>
Cc: 47994@debbugs.gnu.org
Subject: [bug#47994] [PATCH] services: kmscon: Add xkb-layout and xkb-options fields.
Date: Sun, 25 Apr 2021 14:46:25 +0200 [thread overview]
Message-ID: <ef083366e5e92fba2d42a09c3e035f337a38a97e.camel@telenet.be> (raw)
In-Reply-To: <YIU+rmMowFm3Gqrw@thinkpad-x230-luhui>
[-- Attachment #1: Type: text/plain, Size: 2529 bytes --]
luhui schreef op zo 25-04-2021 om 18:04 [+0800]:
> +@item @code{xkb-layout} (default: @code{#f})
> +When true, this field be a string used for set keyboard layout used in Kmscon.
> +See the @code{xkeyboard-config} package for valid layouts.
> +
> +@item @code{xkb-options} (default: @code{#f})
> +When true, this field be a string used for set keyboard layout options used in
> +Kmscon. See the @code{xkeyboard-config} package for valid options.
I looked in the guix manual for ideas how to formulate this clearer.
The section ‘10.6 Keyboard layout’ (<https://guix.gnu.org/manual/en/html_node/Keyboard-Layout.html#Keyboard-Layout>)
seems interesting, in particualr the "keyboard-layout" procedure from (gnu system keyboard).
It seemed a nicer abstraction than just raw strings.
An extract from the manual:
Keyboard layouts are represented by records created by the
‘keyboard-layout’ procedure of ‘(gnu system keyboard)’. Following the X
Keyboard extension (XKB), each layout has four attributes: a name (often
a language code such as “fi” for Finnish or “jp” for Japanese), an
optional variant name, an optional keyboard model name, and a possibly
empty list of additional options. In most cases the layout name is all
you care about.
-- Scheme Procedure: keyboard-layout NAME [VARIANT] [#:model]
[#:options '()]
Return a new keyboard layout with the given NAME and VARIANT.
NAME must be a string such as ‘"fr"’; VARIANT must be a string such
as ‘"bepo"’ or ‘"nodeadkeys"’. See the ‘xkeyboard-config’ package
for valid options.
Here are a few examples:
;; The German QWERTZ layout. Here we assume a standard
;; "pc105" keyboard model.
(keyboard-layout "de")
;; The bépo variant of the French layout.
(keyboard-layout "fr" "bepo")
Could this be used instead of raw strings?
> +When true, this field be a string used for set keyboard layout used in Kmscon.
When true, this field is a string representing the name of the keyboard layout.
Suggested documentation (based on the xorg-configuration documentation):
@item @code{keboard-layout} (default: @code{#f})
If this is false, Kmscon uses the default keyboard layout.
Otherwise this must be a field is a ‘keyboard layout’ object specifying
the keyboard layout to use for the console. *Note
Keyboard Layout::, for more information on how to specify the
keyboard layout.
Greetings,
Maxime.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
next prev parent reply other threads:[~2021-04-25 12:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-24 5:37 [bug#47994] [PATCH] services: kmscon: Add xkb-layout and xkb-options fields luhui
2021-04-25 9:12 ` Maxime Devos
2021-04-25 10:04 ` luhui
2021-04-25 12:46 ` Maxime Devos [this message]
2021-04-26 2:07 ` luhui
2021-04-26 19:23 ` Maxime Devos
2021-05-04 11:32 ` luhui
2021-06-04 12:40 ` Mathieu Othacehe
2021-06-21 15:28 ` luhui
2021-06-29 17:02 ` bug#47994: " Mathieu Othacehe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ef083366e5e92fba2d42a09c3e035f337a38a97e.camel@telenet.be \
--to=maximedevos@telenet.be \
--cc=47994@debbugs.gnu.org \
--cc=luhuins@163.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.