laishulu/emacs-smart-input-source

fail to convert english input method to chinese input method using "

fu123456 opened this issue · 1 comments

fail to convert english input method to chinese input method using "

I fail to convert English input method to Chinese input method using "shift" key. In my system (mac m1), I can switch the English input method and the Chinese input method using "shift" key. In my Emacs, I can switch to the English input method in the Chinese input environment using "shift" key, but fail to switch to the Chinese input method in the English input environment using "shift" key.

My config is the following:

(add-to-list 'load-path "~/.emacs.d/packages/emacs-smart-input-source")
(require 'sis)
;; (sis-ism-lazyman-config nil "rime" 'native)
;; Not needed if your input sources are the same with the default values
(sis-ism-lazyman-config
 "com.apple.keylayout.ABC"
 "im.rime.inputmethod.Squirrel.Hans")
  ;; enable the /cursor color/ mode
  (sis-global-cursor-color-mode t)
  ;; enable the /respect/ mode
  (sis-global-respect-mode t)
  ;; enable the /context/ mode for all buffers
  (sis-global-context-mode t)
  ;; enable the /inline english/ mode for all buffers
  (sis-global-inline-mode t)

In addition, the version of my emacs is 29+.