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

please post a new version #31

Open
s6677 opened this issue Feb 13, 2023 · 2 comments
Open

please post a new version #31

s6677 opened this issue Feb 13, 2023 · 2 comments

Comments

@s6677
Copy link

s6677 commented Feb 13, 2023

I can't use the qq function,Then want the url to open the function,

The biggest problem at present is that I can't use the qq switching function. This one is completely different from pressing the earth key, because it can wait for the action to be completed before switching. If the action is not completed, if it is switched, the action will be invalid.

e(something,qq) Perhaps the most useful feature

@einmeterhecht
Copy link
Contributor

Hello @s6677
I don't understand what exactly your problem is. The only thing I can do is explain how qq works. Current behaviour of the qq command is to set a flag that it should switch the keyboard when all other commands have been completed. Using it combined with the e(...) command is a little bit tricky because e(...) starts a separate thread to execute the commands. The consequences are:

  • If the command is something like "e(something),qq", it may switch the keyboard before everything inside e(...) has been executed. I haven't tested if this can cause bugs.
  • If the command is something like "e(something1,qq),something2,something3", the e(...) could be done with its commands and switch the keyboard before something3 has been executed. This is why qq is explicitly disabled inside e(...) atm.
    Of course this is not good code, so feel free to change it!

I haven't used the URL functionality of the app and also do not know how URL handling works in Android. Perhaps I can help if you explain your problem more precisely.

@s6677
Copy link
Author

s6677 commented Feb 21, 2023 via email

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

2 participants