-
Notifications
You must be signed in to change notification settings - Fork 110
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Keyboard, mouse, and other inputs #46
Comments
siikamiika commented on 2019-12-01 Just adding a mention of gestures here as well in addition to https://www.github.com/FooSoft/yomichan/issues/292#issuecomment-560111090 |
siikamiika commented on 2019-12-01 Another issue: the search page query parser and glossary clicking don't currently support touch events. I could copy and paste code from |
siikamiika commented on 2019-12-04 @toasted-nutbread Are you working on something that would conflict if I extract the scanning functionality from |
toasted-nutbread commented on 2019-12-04 The only thing I've somewhat started on is pointer events, so I don't have anything that should conflict. |
siikamiika commented on 2019-12-07 Swipe gestures could work only on some parts of the popup or search page, similar to what's done in https://www.github.com/FooSoft/yomichan/commit/e99c8c40a1b87e307d5365fe619fa1a71996b500 and how Chrome for Android switches between tabs. |
siikamiika commented on 2019-12-10 Regarding #300 and #161, I think we could reuse the scanning modifiers but for now give the caret position adjustment responsibility to the browser or another extension. The copy event (https://www.github.com/FooSoft/yomichan/issues/300#issuecomment-563918308) shouldn't focus the popup immediately, but there could be another hotkey for that. Automatically selecting the scanned text might also interfere with the feature. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
toasted-nutbread opened issue FooSoft/yomichan#267 on 2019-10-26
This issue is intended to be an overview of issues features related to inputs. There are some changes I want to make to text-scanning inputs, and I'm going to list all other input-related issues I can find.
Add support for pen devices using pointer events
Customizable scanning modifier keys
Customizable webpage hotkeys
UI changes
The text was updated successfully, but these errors were encountered: