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

Does not respect my Xmodmap #479

Closed
lijaesela opened this issue Feb 25, 2021 · 3 comments
Closed

Does not respect my Xmodmap #479

lijaesela opened this issue Feb 25, 2021 · 3 comments
Labels
bug Something isn't working keyboard Input Catch all category for keyboard issues

Comments

@lijaesela
Copy link

This has happened to me before with other programs, where some use keycodes and other use keysyms.
For example, when I try to enter (which I enter on my laptop as Super + u with my Xmodmap, because my ctrl key is broken), rather than page up, neovim tells me "already at oldest change", as if I only pressed 'u'.

This is small, very platform specific, and frankly probably not on any list of priorities, but it would make this program useable in fringe cases like mine.

@Kethku
Copy link
Member

Kethku commented Feb 28, 2021

I actually think this is relatively high priority because it represents an issue with the way that keyboard input is handled. However its unlikely to get solved until we switch to winit and the hopefully upcoming rewrite of the keyboard input api.

This issue #445 tracks the effort

@Kethku Kethku added bug Something isn't working keyboard Input Catch all category for keyboard issues labels Feb 28, 2021
@mablin7
Copy link

mablin7 commented Jun 11, 2021

Hey, I'm having the same issue with my remapped caps lock. Is there maybe a temporary workaround?

@Kethku
Copy link
Member

Kethku commented Jun 26, 2021

I believe this has been fixed in main. Please reopen if either of these problems persist.

@Kethku Kethku closed this as completed Jun 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working keyboard Input Catch all category for keyboard issues
Projects
None yet
Development

No branches or pull requests

3 participants