jkbrzt / macos-fn-toggle

A macOS app to quickly toggle the behavior of the fn key.

Home Page:https://twitter.com/jakubroztocil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work on macOS Ventura 13.0

RaeesBhatti opened this issue · comments

Thank you for creating this! It might be exactly what I've been looking for, for a long while. But I doesn't seem to run on macOS 13. I'm assuming it's because they changed the layout of the System Preferences app.
Could you please update or give me patch to make it work on macOS Ventura!

I'm getting the error The action “Run AppleScript” encountered an error: “System Settings got an error: AppleEvent handler failed.
Is it the same for you?

I'm getting the error The action “Run AppleScript” encountered an error: “System Settings got an error: AppleEvent handler failed. Is it the same for you?

Yes, I'm getting the same error on Ventura 13.1

hey , I managed to make fn-toggle run on macos Ventura. The interface had a substantial change, so the script got a bit more complex.. I'm not used to write AppleScript, so suggestions are wellcomed

please check the PR out here: #13

to try it yourself, please clone the fork:
https://github.com/gabrielcipriano/macos-fn-toggle-ventura
the steps are pretty much the same:
make install

go to System Settings > Privacy & Security > Accessibility

allow fn-toggle

commented

hey , I managed to make fn-toggle run on macos Ventura. The interface had a substantial change, so the script got a bit more complex.. I'm not used to write AppleScript, so suggestions are wellcomed

please check the PR out here: #13

to try it yourself, please clone the fork: https://github.com/gabrielcipriano/macos-fn-toggle-ventura the steps are pretty much the same: make install

go to System Settings > Privacy & Security > Accessibility

allow fn-toggle

Just tried your fork on 13.2.1 and got the following error:
The action “Run AppleScript” encountered an error: “System Settings got an error: AppleEvent handler failed.”

hey , I managed to make fn-toggle run on macos Ventura. The interface had a substantial change, so the script got a bit more complex.. I'm not used to write AppleScript, so suggestions are wellcomed
please check the PR out here: #13
to try it yourself, please clone the fork: https://github.com/gabrielcipriano/macos-fn-toggle-ventura the steps are pretty much the same: make install
go to System Settings > Privacy & Security > Accessibility
allow fn-toggle

Just tried your fork on 13.2.1 and got the following error: The action “Run AppleScript” encountered an error: “System Settings got an error: AppleEvent handler failed.”

I tried only on the latest version: 13.3.1 (a)

hey , I managed to make fn-toggle run on macos Ventura. The interface had a substantial change, so the script got a bit more complex.. I'm not used to write AppleScript, so suggestions are wellcomed

please check the PR out here: #13

to try it yourself, please clone the fork: https://github.com/gabrielcipriano/macos-fn-toggle-ventura the steps are pretty much the same: make install

go to System Settings > Privacy & Security > Accessibility

allow fn-toggle

Works perfectly on 13.3.1 (a). Thanks!

@gabrielcipriano’s fix is now in master, thanks!