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

設定可能項目で? Ctrl-jをかな入力モードでも消費するようにする #104

Closed
naokiri opened this issue May 6, 2021 · 0 comments

Comments

@naokiri
Copy link
Owner

naokiri commented May 6, 2021

vimで言うEscのようにCtrl-jはとりあえず入力する事が多く、これをアプリケーションの別機能で消費されると入力につまづく事がある。

ddskk ではctrl+jは消費され、通常のnewline-and-maybe-indentのような系統のコマンドは発生しない。
ueno/libskkではctrl+jは消費されず、アプリケーションのショートカットとして機能する。
windowsのskkfepではctrl+jは消費され、アプリケーションのショートカットは機能しない。
等々動作の統一はないので、設定可能項目ではなくとりあえずデフォルトで入力を何もしないコマンドとして消費しても良さそう。

@naokiri naokiri changed the title 設定可能項目でCtrl-jをかな入力モードでも消費するようにする 設定可能項目で? Ctrl-jをかな入力モードでも消費するようにする May 6, 2021
@naokiri naokiri closed this as completed in eb28227 May 6, 2021
naokiri added a commit that referenced this issue May 9, 2021
* fix readme link

* Previous composition (#98)

* back to previous composition on x. fix #96

* slightly refactor (#99)

* C-j to kakutei. fix #97 (#101)

* Flush kana on abort in precomposition. fix #100 (#102)

* Fix readme cargo-c link

* consume ctrl-j even when not changing mode. fix #104 (#105)

* Update candidate list on starting composition selection. fix #106 (#107)

* Update candidate list on starting composition selection. fix #106

* Fix loading jisyo line with space. fix #108 (#109)

* Expose candidate list in API. fix #59 (#110)

* Expose candidate list in API. fix #59

* Candidate list exposure (#111)

* Expose candidate list in API. fix #59

* Expose count too

* Fix candidate list name (#112)

* Fix okuri ari candidate selection escape. fix #113 (#114)

* Fix okuri ari candidate selection escape. fix #113

* update version (#115)
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