qtools icon indicating copy to clipboard operation
qtools copied to clipboard

Can't use fcitx

Open C-Entropy opened this issue 4 years ago • 0 comments

I wrote something like this

(define-widget main-window (QWidget) ())
(define-subwidget (main-window writing-desk) (q+:make-qtextedit main-window))
(defun start ()
 (with-main-window (window 'main-window)))

then in the text edit I got, I can't input Chinese using fcitx-rime.What should I do to enable fcitx? I'm using SBCL V2.0.7, qtools is installed by quicklisp, so it should be the latest version too. Fcitx can be used in program like firefox.

C-Entropy avatar Aug 21 '20 14:08 C-Entropy