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

Caps lock escape swap not working in vimode #1132

Closed
rishabh-vasudevan opened this issue Nov 10, 2021 · 2 comments
Closed

Caps lock escape swap not working in vimode #1132

rishabh-vasudevan opened this issue Nov 10, 2021 · 2 comments

Comments

@rishabh-vasudevan
Copy link

rishabh-vasudevan commented Nov 10, 2021

I have remaped my caps lock key to escape and my escape key to caps lock using a kde function. But when I work in vimode in geany the escape key (caps lock key in hardware) does not work.

Something similar also happened in vscode but I was able to fix it with the following Preferences → Settings → Application → Keyboard → Dispatch and select keyCode

Is there something similar that I can do in geany?

@techee
Copy link
Member

techee commented Nov 14, 2021

I don't think you can do anything in Geany itself.

I don't know how this re-mapping works but I would expect it just sends different key codes to applications so I would expect this to be transparent to applications. Geany is a GTK application so maybe one thing to try is to look for GTK problems of this kind.

Also, in GTK it is possible to remap keys using GTK key themes so you could play with those too (you just have to check if Geany was compiled as a GTK2 or GTK3 application and look for the right documentation for your GTK version).

@rishabh-vasudevan
Copy link
Author

Thanks for the info. I decided to use this applicationKey-Mapper to remap my keys. It works for GTK applications as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants