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

[Feature] ignore some key by .windrc #195

Open
soluty opened this issue Aug 17, 2023 · 2 comments
Open

[Feature] ignore some key by .windrc #195

soluty opened this issue Aug 17, 2023 · 2 comments

Comments

@soluty
Copy link

soluty commented Aug 17, 2023

Describe the feature you'd like
can always ignore some key let other app use

i like to use spacefn as my keyboard interface, that is <space+n>, will map to key ,
but if i launch win-wind in edi-normal mode, when i press <space+n>, it cant map to key now, i think maybe win-vind catch it and consume it , i mapclear in .windrc , and it has no use. is it posible to add a function can always ignore some keys, like space, ctrl, alt etc.. to let user do their own logic first??

@gilbh
Copy link

gilbh commented Aug 17, 2023

See similar feature suggestion in #177

@pit-ray
Copy link
Owner

pit-ray commented Aug 18, 2023

@soluty
The following settings are available as commented in #177 (comment) .

enmap <space> {<space>}
enmap <ctrl> {<ctrl>}   # left ctrl and right ctrl
enmap <lalt> {<lalt>}   # left alt only

Thanks.

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

3 participants