win-vind icon indicating copy to clipboard operation
win-vind copied to clipboard

[Feature] ignore some key by .windrc

Open soluty opened this issue 1 year ago • 2 comments

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??

soluty avatar Aug 17 '23 02:08 soluty

See similar feature suggestion in #177

gilbh avatar Aug 17 '23 09:08 gilbh

@soluty The following settings are available as commented in https://github.com/pit-ray/win-vind/issues/177#issuecomment-1684182255 .

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

Thanks.

pit-ray avatar Aug 18 '23 16:08 pit-ray