nsbgn

Results 119 comments of nsbgn

> I am no developper myself, so i can be slow to understand… bear with me. No worries at all! > This key is located on the [N] position on...

Does this happen in every application? If not, might it be related to #285 ?

If I'm not mistaken, ISO_Level_5_Shift is a display server concept, ie something that keyd *can't* send as is, because keyd only deals with keycodes (as if it were a hardware...

That is a related but different problem --- but good to point out! Maybe worth creating a separate issue for it. I would guess it is because the layer activation...

Oh, good catch! I think that example was created before composite layers existed. The way to achieve it now would be simply: ``` [ids] * [main] capslock = overload(capslock, esc)...

Sure! rvaiya is the one who ultimately decides on PRs but this seems rather cut and dry :)

Are you using a keyboard layout that has no native pound symbol, so you want to produce it via the compose mechanism? If not, ie your keyboard *does* have a...

What is your exact config? In general, the insertion of an extra key is to deal with applications that react to bare modifier taps, and it can be disabled with...

If I understand the log correctly, the sequence ` ...` results in ` ... `? If so, that would be expected behaviour: the ` ... ` is because the alt...

Thanks for the detailed description! > Conclusion: Now I think the cause of problem is from `ibus-bamboo`, not `keyd` anymore :( But it does happen in conjunction with `keyd`, right?...