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

ローマ字テーブルにおいて変換キーを仮名テーブルに置いているせいで上書きすると潰れる #183

Open
kuuote opened this issue Jan 13, 2024 · 2 comments

Comments

@kuuote
Copy link
Member

kuuote commented Jan 13, 2024

具体的にはこれができない
https://github.com/uhooi/dotfiles/blob/a31ebfebf3d0ac7e9c0d87719b73581dd921ce5d/.config/nvim/lua/plugins/config/skkeleton.lua#L29

call skkeleton#register_kanatable('rom', {' ': [' ', '']})

恐らく変換キーをkeymapに移動して、henkanFirstの適当な実装をやり直す必要がある

@sankantsu
Copy link

sankantsu commented Jan 13, 2024

雑な検証ですが、自分の環境では下の設定でちゃんと動いてそうに見えました。
かな -> 漢字変換はできませんでした

call skkeleton#register_kanatable("rom", {
  \ " ": [" "],
  \ })
]])

skkeleton-space-zenkaku

環境

  • MacOS: 13.3.1
  • Neovim: 0.9.5
  • deno: 1.39.2
  • denops.vim: commit 8b53173
  • skkeleton: commit ce5968d

@sankantsu
Copy link

sankantsu commented Jan 13, 2024

これ、全角スペースが入力できないじゃなくてかな漢字変換が開始できないほうの問題だったんですね
完全に勘違いしてました、すみません

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

2 participants