-
Notifications
You must be signed in to change notification settings - Fork 415
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
prevent commit keystroke being hijacked #792
base: master
Are you sure you want to change the base?
Conversation
49a60c5
to
fc24909
Compare
fc24909
to
ff6516f
Compare
ff6516f
to
9a13c72
Compare
a14bc7f
to
256247a
Compare
301bc91
to
ecf5184
Compare
ecf5184
to
b357d5d
Compare
|
我準備給 Squirrel 構建成功再合併這項修改。 |
Alacritty 更新一次就出一種新的bug。這次的bug就是輸入光標的位置錯位一整行,系統的capslock提示框直接覆蓋光標……想來想去只能加這麼一個選項來修正 |
f9ed35e
to
5eebdfb
Compare
这个问题在neovide中也存在,我发现这种问题普遍存在与rust构建的应用程序中,但wezterm例外 |
4346417
to
111e615
Compare
when will this pull request be merged? |
Whenever it's ready |
when will it be ready? |
Whom are you asking this to? |
By adding a placeholder before direct (panel-less) commits, keystroke hijacking is prevented. resolves #741
panelless_commit_fix: true
underapp_options/org.alacritty
This pull also resolves similar issues (backspace being hijacked in the address bar of chrome): resolves #435 #450 #514 etc.
inline_placeholder: true
underapp_options/com.google.Chrome
andapp_options/com.operasoftware.Opera
Furthermore, non-inline mode now works perfectly fine in terminal without even the need to have a space as placeholder (and this is the case for most apps except for a small handful e.g. chrome)