Fix half-qwerty layout and keyd's path in doc#1001
Open
Zwyx wants to merge 1 commit intorvaiya:masterfrom
Open
Fix half-qwerty layout and keyd's path in doc#1001Zwyx wants to merge 1 commit intorvaiya:masterfrom
Zwyx wants to merge 1 commit intorvaiya:masterfrom
Conversation
rvaiya
reviewed
May 22, 2025
docs/keyd.scdoc
Outdated
| E.g. | ||
|
|
||
| ln -s /usr/share/keyd/keyd.compose ~/.XCompose | ||
| ln -s /usr/local/share/keyd/keyd.compose ~/.XCompose |
Owner
There was a problem hiding this comment.
This will be /usr/share on most distros, /usr/local/ is conventionally used for packages installed from source. Other than that the PR looks good :).
Owner
|
Thanks :). A lot of thought went into the design of modifier layers to make sure they didn't break existing modifier semantics (which most other tools don't seem to care about). The PR looks good, but I would appreciate if you could squash it into a single commit and make the minor change mentioned above. |
`return` was used instead of `enter`. Also: - fix action 1 & 2 inverted for `timeout`, - fix various minor typos.
Author
|
No worries of course! I've reverted the addition of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi!
Thank you so much for having made Keyd! I was using an XKB configuration which was not perfectly supported by every application. I recreated my layout using keyd, and it's now flawless.
I am so impressed by the level of quality you have put into keyd. Your way of managing hybrid modifiers is so clever (if I understand correctly, you send a fake
controlpress to prevent a press of a modifier (for instance Alt) from having an effect (for instance focusing the menu bar of the current application)). Very clever.Keyd offers many customisation possibilities, while having a configuration format easy to understand. Such a breath of fresh air after XKB!
Anyway, here's a small PR of various things I picked up along the way.
Fix Half-Qwerty layout
Enterkeyreturnwas used instead ofenter.Fix keyd path in doc
From
/usr/share/keydto/usr/local/share/keyd, which is confirmed byPREFIXin the makefile.Fix various minor typos