Skip to content

exwm-input-global-keys sensitive to modifier order #203

@xpusostomos

Description

@xpusostomos

I found that if I bind (kbd "s-C-") to a key, it seems to work for buffers, but not for x windows. Until I reverse the order ... (kbd "C-s-"), X windows swallow the key, instead of exwm taking it. This suggests that the code that binds those keys in the xserver is sensitive to modifier order in a way that emacs in general is not. That can cause you to tear your hair out for days on end. Would suggest that the X interaction code either be made to not care about order and/or print an error if there is some requirement for a particular order.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions