Changes between Initial Version and Version 1 of Ticket #48751, comment 13
- Timestamp:
- 11/21/2019 02:03:50 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48751, comment 13
initial v1 8 8 > Instead, I couldn't find a way to make Shortcat move focus. It sorts of "selects" the matched element but it doesn't really moves focus. That doesn't help so much in reducing the number of required Tab presses. I'd tend to think this is a Shortcat limitation. 9 9 10 Shortcat is more like a clickable mouse pointer than a focus selector. if you type `.` into the Shortcat window, it highlights all the elements on a page. `ctrl+{character sequence}` then virtually moves the mouse pointer there, so then you press return to click or ctrl+return to right-click on that thing. This works wonderfully for websites that use a div as a button because Vimari only highlights things that it thinks are links. Shortcat also works on other apps, like Mail or System Preferences for instance.10 Shortcat is more like a clickable mouse pointer than a focus selector. if you type `.` into the Shortcat window, it highlights all the elements in an application. `ctrl+{character sequence}` then virtually moves the mouse pointer there, so then you press return to click or ctrl+return to right-click on that thing. This works wonderfully for websites that use a div as a button because Vimari only highlights things that it thinks are links. Shortcat also works on other apps, like Mail or System Preferences for instance. It hooks into the Apple accessibility system, so it's an abject failure for cross-platform apps, like any Electron app, Chrome, Firefox, etc. 11 11 12 12