Open barbarian23 opened 2 years ago
Segmantation Fault occurs if it is non-latin input source on MacOS. I fixed this issue by changing from
TISCopyCurrentASCIICapableKeyboardInputSource
to
TISCopyCurrentKeyboardLayoutInputSource
in createStringForKey function. Tested with 2-set Korean, 3-set Korean and Simple Telex
Refer to this link https://discussions.apple.com/thread/250732490#251392420022
This project appears to be unmaintained, see https://github.com/octalmage/robotjs/pull/622
Segmantation Fault occurs if it is non-latin input source on MacOS. I fixed this issue by changing from
to
in createStringForKey function. Tested with 2-set Korean, 3-set Korean and Simple Telex
Refer to this link https://discussions.apple.com/thread/250732490#251392420022