We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有辦法支持注音嗎? 雖然需求不大 (只有臺灣人在用)。
bopomofo的 schema中
menu: alternative_select_keys: ABCDEFGHIJ
這是 macOS上 鼠鬚管的,可以用 大寫A (shift+A)或 Enter 上字
這是 Emacs裡的
不知道要怎麼改成 ABC 上字 我有 bind rime-commit1 到 Enter
rime-commit1
:bind (:map rime-active-mode-map ("C-RET" . 'rime--return) ("C-<return>" . 'rime--return) ("<return>" . 'rime-commit1))
會有以下 error
Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) rime-commit1() funcall-interactively(rime-commit1) call-interactively(rime-commit1 nil nil) command-execute(rime-commit1)
不知是 emacs-rime的問題還是 librime的問題。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
有辦法支持注音嗎? 雖然需求不大 (只有臺灣人在用)。
bopomofo的 schema中
這是 macOS上 鼠鬚管的,可以用 大寫A (shift+A)或 Enter 上字
這是 Emacs裡的
不知道要怎麼改成 ABC 上字
我有 bind
rime-commit1
到 Enter會有以下 error
不知是 emacs-rime的問題還是 librime的問題。
The text was updated successfully, but these errors were encountered: