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
「発する(はっする)」を入力したいと思います。 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
(setq skk-sticky-key ";") (require 'skk)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
「発する(はっする)」を入力したいと思います。
skkにおいてこれを入力するには「HasSuru」と入力する必要があります。
以下のように遷移します。
しかし、sticky-keyを使用して入力する場合、消費されていない「s」がなぜか消えてしまうため入力することができません。
init.el
The text was updated successfully, but these errors were encountered: