Skip to content

hs.keycodes.setMethod() stopped working in Tahoe (26) #3825

@patrickli

Description

@patrickli

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions