Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.22k stars 94 forks source link

No keybindings in wayland arch #315

Closed ghost closed 1 year ago

ghost commented 1 year ago

Adding the flag --binding vim results in showing the --help or results in error in wayland, arch.

Cloudef commented 1 year ago

Are you using bemenu from git?

ghost commented 1 year ago

I am using bemenu v0.6.13. Is it added in the git version only?

Cloudef commented 1 year ago

it's only in git currently

ghost commented 1 year ago

Oh, Sorry for the issue. Btw I love your work :)

octvs commented 1 year ago

When we can expect a release that will include this?

Cloudef commented 1 year ago

@cenktaskin should be now in 0.6.14

octvs commented 1 year ago

@Cloudef Thanks for the heads up. I got it from AUR and gave a try right away.

Considering the information from Readme : The escape button seems to get me out of bemenu prompt. So I don't get to enter to the normal mode. Is there something I'm missing?

Nimmidev commented 1 year ago

@cenktaskin I just tested it on wayland and it indeed does not seem to work there. Which is kind of weird considering it just checks for the escape key. I did not know that there is a difference in key values between x11 and wayland. Is this intended or a bug @Cloudef? It is probably an issue with this line where unicode is not 0 on wayland.

Cloudef commented 1 year ago

It sounds like a bug, the renderer abstraction should return same values

octvs commented 1 year ago

If it is related --accept-single is not working as well

octvs commented 1 year ago

Hey, now it seems to work for me. No improvement on the --accept-single flag. But I will open a separate issue for that.