Skip to content
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

Notion Integration #28

Open
slano-ls opened this issue Mar 4, 2023 · 3 comments
Open

Notion Integration #28

slano-ls opened this issue Mar 4, 2023 · 3 comments

Comments

@slano-ls
Copy link

slano-ls commented Mar 4, 2023

I want to have Vim keybindings in notion, but SketchyVim does not seem to be able to edit text fields in Notion. Is there any workaround to this or something I can use?

@jondkinney
Copy link

+1

@FelixKratz
Copy link
Owner

I think it is an electron app, the electron devs do not care about accessibility, but you can try to compile with manual ax support:

DEFINES = -DHAVE_CONFIG_H -DMACOS_X -DMACOS_X_DARWIN # -DMANUAL_AX -DGUI_MOVES

@syouSui
Copy link

syouSui commented Jun 13, 2024

adfs

I think it is an electron app, the electron devs do not care about accessibility, but you can try to compile with manual ax support:

DEFINES = -DHAVE_CONFIG_H -DMACOS_X -DMACOS_X_DARWIN # -DMANUAL_AX -DGUI_MOVES

I tried to modify the following two places, then make and run, but still works bad on notion.

DEFINES = -DHAVE_CONFIG_H -DMACOS_X -DMACOS_X_DARWIN # -DMANUAL_AX -DGUI_MOVES

DEFINES = -DHAVE_CONFIG_H -DMACOS_X -DMACOS_X_DARWIN -DMANUAL_AX -DGUI_MOVES

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants