-
Notifications
You must be signed in to change notification settings - Fork 41
Fix small issues on windows #262
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
base: master
Are you sure you want to change the base?
Conversation
fa4de18
to
ace624e
Compare
Since we already have some other dependencies like wcwidth I'm not against adding one for the clipboard. There's at least the libraries |
|
Thanks again for the effort, I appreciate it! :) |
backspace is the same as hitting ctrl+h, so instead of removing the latest character, it toggles the help. Hence the shortcut for help toggle should be something else, maybe only for windows (F3?F7?F8?). But since default keymapping is global, I'm not sure how this could be done. Maybe it can be open as a separate issue as it does not block suplemon from working at least? |
Sorry for the late answer. Yeah, I guess it can be a separate issue, as long as backspace works for deleting characters. Help is also available by running the command |
I took a closer look at |
Hi @richrd, sorry for the long answer! I finally managed to find some time to address the remaining issues.
Let me know if there is anything to rework/address :). |
Bump @richrd 🤙 |
Hi and sorry for the late response! Summer has been busy :) |
Fixes #261
clipboard
library is less powerful than usingxclip/pbsel
directly (binary data and such?). Thoughts on that @richrd?