Scott Hansen

Results 163 comments of Scott Hansen

This one is a bit complicated. Keepmenu attempts to set a dynamic height based on the number of lines of input. There's no provision in keepmenu for any of the...

I see your concern. To my eyes, it seems that having a large launcher window is "ugly" when I'm only displaying a few entries or requesting a password. If I'm...

I suspect either a locale issue or an issue with the type_library you are using. I'd suggest using xdotool if you're not already (assuming X and not Wayland). Check the...

Did you to set your keyboard map locale someplace as per the docs (configure.md)? What window manager are you using? Try using xdotool and Rofi (separately) from the command line...

How are you launching keepmenu? Is it perhaps being started before the keyboard gets set during window manager startup? If you run `keepmenu` from the command line does it work...

> But with pynput I get 1-to-1 conversion of | to > I can replicate this and I believe it's a bug in pynput. I have tried many combinations of...

Thanks for submitting that bug and doing the in-depth troubleshooting! It's really frustrating not having a solid tool that works across X11/Wayland and all keyboard layouts/unicode characters. Because of these...

Can you share your script so I can test and figure out exactly what's going on? Thanks!

Well, I'm not seeing the same behavior. I tried your script (slightly edited) in zsh with a list of youtube links and it worked just fine. ``` # ./launch.sh #!/bin/sh...

Thanks for the contribution! Can you explain what issue you are trying to solve with this github action? As a Python project, builds for each push don't seem useful (to...