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

Any way to exit? #56

Open
steveiliop56 opened this issue Dec 15, 2023 · 4 comments
Open

Any way to exit? #56

steveiliop56 opened this issue Dec 15, 2023 · 4 comments

Comments

@steveiliop56
Copy link

Is there any way to exit the keyboard through its buttons?

@proycon
Copy link
Collaborator

proycon commented Dec 15, 2023 via email

@steveiliop56
Copy link
Author

If you use the project on a Linux environment (like raspberry pi os which adopted it now) then in order to close it after you finish you have to go and type pkill wvkbd-mobintl. It would be nice to have a cmp + some button to exit. Although for now I will use a small script. If you want you could close the issue.

@VoreckLukas
Copy link

I use this script to toggle the keyboard on/off with a swipe gesture

kill -s 34 $(ps -C wvkbd-mobintl | grep wvkbd | awk '{print $1 }')

@steveiliop56
Copy link
Author

Cool cool I use this inside the . desktop file I have: bash -c "pkill wvkbd-mobintl || wvkbd-mobintl -L 200" which is like a button, I press the app keyboard opens I click it again keyboard closes, weirdly it needs the bash -c "" else it wouldn't work.

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