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

sticky-key使用時、まだ消費されていない文字が消える #197

Open
conao3 opened this issue Aug 30, 2021 · 0 comments
Open

Comments

@conao3
Copy link
Member

conao3 commented Aug 30, 2021

「発する(はっする)」を入力したいと思います。
skkにおいてこれを入力するには「HasSuru」と入力する必要があります。
以下のように遷移します。

input: HasSu

▽h					; H
▽は					; a
▽はs					; s
▽はっ*s					; S
▼発す					; u

しかし、sticky-keyを使用して入力する場合、消費されていない「s」がなぜか消えてしまうため入力することができません。

input: ;has;su

▽					; ;
▽h					; h
▽は					; a
▽はs					; s
▽は*					; ;
▽は*s					; s
▼馳す					; u

init.el

(setq skk-sticky-key ";")
(require 'skk)
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