-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Works in Notes app but not Mail app #1
Comments
Interestingly apple does not implement the required accessibility features for their mail compose window because it |
It's so bad that there is no access to Mail compose window. I do most my writing in Mail:( |
Thats why I have moved to Mailspring. In mailspring the "rich text and advanced editor features" can be switched off, this will give a monospaced plain text view for mail composing. Since mailspring is an electron app, svim needs to be compiled with |
Hi, FelixKratz Many thanks for the info about Mailspring. I would like to try it. I don't know so much about programming, so I didn't figure out how to do it. Here is what I tried.
the above didn't work. and the compiled binary size is only half of brew installed binary. Would you please help me out? |
You steps are perfectly fine, except one critical detail that revolves around code signature and the macOS gatekeeper: You can create the full bundle I use for the releases by running: make bundle it properly signs the binary for gatekeeper if you have a certificate called 'svim-cert' here: Lines 39 to 41 in 010426a
If you don't want to bother with creating this certificate you can simply swap out the signature command with an ad-hoc certificate: codesign --force -s - $(ODIR)/svim If you now run Alternatively it should also be enough to run: make
codesign --force -s - bin/svim this binary only contains one instruction set, i.e. x86 or arm64 depending on the system you compile it on, thats why it is half the size of the release binary, which contains both. |
Many thanks for your very detailed instructions and explanation. But after more than years working with Mail, I am afraid the pain of changing. BTW, svim doesn't support multi-key mapping. So we can't map jk to escape insert mode. There is a workaround by using Karabinar. 2022-12-17.13.14.08.mov |
Any trick to get it working with Mail?
The text was updated successfully, but these errors were encountered: