-
Notifications
You must be signed in to change notification settings - Fork 32
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
Can´t get it to work with docs.google.com #71
Comments
Hey @bdiebold, There are a lot of problems with rich input fields like Google Docs. What should be happening is that you enter fallback Vim mode, but it appears that it is actually trying to use the accessibility API + advanced mode here. It's very odd because it's doing the right thing on my machine. Can you This is the logic that determines whether to try to use advanced mode: VimMode.spoon/lib/accessibility_buffer.lua Lines 137 to 145 in f1c740c
It's possible this detection is broken/not complete in all cases: VimMode.spoon/lib/utils/ax.lua Lines 13 to 27 in f1c740c
|
Would something like a URL list be handy? You could set up URL regexes to set which mode this plugin operates in? I can get the current URL in Chrome with tell application "Google Chrome" to return URL of active tab of front window Safari with tell application "Safari" to return URL of current tab of window 1 And Firefox appears to just be blowing it: |
Same here. Exits normal after one keystroke in both docs.google.com and Gmail compose. 10.15.7 / Chrome 88.0.4324.96
|
@d8b887ab-63f8-4e62-9966-d6e02ed906ff Does this work for you if you enforce fallback mode for docs.google.com as outlined here? |
I apologize for the inconsistencies, apps, particularly browsers, have some pretty wild behavior that's really hard to tame easily. |
It does work—albeit intermittently—in a freshly-created Chrome profile. Same for a page with just Thanks for looking into it |
Thanks for your awesome spoon - using it in a lot of apps.
Unfortunately, I have not yet managed to get it run with google docs.
Whenever i enter normal mode, either it does not recognize further keystrokes or switches automatically back to insert mode.
Any idea - or is this a general problem ?
The text was updated successfully, but these errors were encountered: