Skip to content
New issue

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

[問題] 請問 注音使用不同的 alternative_select_key,要如何更改? #222

Open
fuyu0425 opened this issue Jul 12, 2023 · 0 comments

Comments

@fuyu0425
Copy link

有辦法支持注音嗎? 雖然需求不大 (只有臺灣人在用)。

bopomofo的 schema中

menu:
  alternative_select_keys: ABCDEFGHIJ

這是 macOS上 鼠鬚管的,可以用 大寫A (shift+A)或 Enter 上字
圖片

這是 Emacs裡的
圖片

不知道要怎麼改成 ABC 上字
我有 bind rime-commit1 到 Enter

: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的問題。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant