FelixKratz / SketchyVim

Adds all vim moves and modes to macOS text fields
GNU General Public License v3.0
634 stars 9 forks source link

Notion Integration #28

Open slano-ls opened 1 year ago

slano-ls commented 1 year ago

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 commented 1 year ago

+1

FelixKratz commented 1 year ago

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: https://github.com/FelixKratz/SketchyVim/blob/010426a7b924a280257080e70afe6a6855037c20/makefile#L3

syouSui commented 3 months ago

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:

https://github.com/FelixKratz/SketchyVim/blob/010426a7b924a280257080e70afe6a6855037c20/makefile#L3

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