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

docs: Clarify how to use a custom XKB symbol file. #7270

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions sway/sway-input.5.scd
Expand Up @@ -56,6 +56,10 @@ For more information on these xkb configuration options, see
Sets all xkb configurations from a complete .xkb file. This file can be
dumped from _xkbcomp $DISPLAY keymap.xkb_. This setting overrides
xkb_layout, xkb_model, xkb_options, xkb_rules, and xkb_variant settings.
Custom XKB symbol files may placed in _$XDG_CONFIG_HOME/xkb/symbols_ and
other locations. See
https://xkbcommon.org/doc/current/md_doc_user_configuration.html
for details.
Comment on lines +59 to +62
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see the need to specifically mention the symbols files when all the xkb user components should work, so I would probably just word this as "xkb files".


*input* <identifier> xkb_layout <layout_name>
Sets the layout of the keyboard like _us_ or _de_.
Expand Down