-
-
Notifications
You must be signed in to change notification settings - Fork 648
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
osascript error when opening new terminal windows. #1449
Comments
I have the same error. |
same issue |
I don't have this issue, so going to need some more information? Yabai is not using AppleScript for anything, so not sure why "osascript" would output an error. |
@koekeishiya got the same issue, when I'm using neovim, switching between insert and normal mode
I noticed that I do have an applescript to switch language input method (autocmd InsertEnter [*.md *.markdown *.norg]
`(os.execute "osascript -e 'tell application \"System Events\" to keystroke \"z\" using option down'"))
(autocmd InsertLeave [*.md *.markdown *.norg]
`(os.execute "osascript -e 'tell application \"System Events\" to keystroke \"z\" using option down'")) Update 2: could confirm that if I disable the script, the problem is gone. I can conclude that |
It is fixed on master. You need to run |
I upgraded but forgot to run the command you said above. Could confirm that fixed the issue! |
When opening a terminal window the following is displayed. The scripting addition is working just fine.
The text was updated successfully, but these errors were encountered: