-
Notifications
You must be signed in to change notification settings - Fork 642
Open
Description
I use hs.keycodes.setMethod to customize the keyboard shortcut used to swith input methods. It has worked for the past 3 years without an issue.
My mac upgraded to Tahoe over the weekend and I found hs.keycodes.setMethod no longer works for switching from ABC to Pinyin - Simplified. However it still works when switching the other direction, but that uses hs.keycodes.setLayout instead of setMethod. (Don't ask me why, ask Apple for this retarded decision).
I also tried to use hs.keycodes.setLayout on Pinyin but it doesn't work since it is a method not a layout.
Observation is that hs.keycodes.setMethod returns false when trying to set to Pinyin. Pinyin is listed as one of the methods when calling hs.keycodes.methods().
Metadata
Metadata
Assignees
Labels
No labels