Keyboard, mouse, and other inputs #869
Replies: 6 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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
siikamiika commented on 2019-12-04 @toasted-nutbread Are you working on something that would conflict if I extract the scanning functionality from |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions