-
Notifications
You must be signed in to change notification settings - Fork 3
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
inconsistent "mode" capabilities #47
Comments
hmm. the reason i chose i'm provisionally open to combining the send keys strategy and remote mode into a single capability, i just know someone will want to pick and choose at some point though :-p |
at the very least i think we should be consistent with the names. picking and choosing is only sort of possible. you can use the proxy to send keystrokes in either mode, but you can't use the remote to send keystrokes if you're not already in remote rcMpde. another way to do it would be to just use one mode flag and provide a second command, e.g. "tizen: setValue" which does it via rc. and setValue itself is removed and instead just proxies. I'm not sure if that jives with peoples expectations about these APIs though |
yeah... that's probably not a bad idea. it means people can't do |
Does it make sense to have both
rcMode
andrcSendKeysStrategy
? I don't think it does. It would seem thatrcMode: <proxy|remote>
would be sufficient, and control both regular key presses and text input behavior.I'd also like to rename
rcMode
js
toproxy
@jlipps
The text was updated successfully, but these errors were encountered: