prevent commit keystroke being hijacked#792
Open
groverlynn wants to merge 1 commit intorime:masterfrom
Open
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
Member
|
|
Member
|
我準備給 Squirrel 構建成功再合併這項修改。 |
Contributor
Author
Alacritty 更新一次就出一種新的bug。這次的bug就是輸入光標的位置錯位一整行,系統的capslock提示框直接覆蓋光標……想來想去只能加這麼一個選項來修正 |
f9ed35e to
5eebdfb
Compare
Member
|
这个问题在neovide中也存在,我发现这种问题普遍存在与rust构建的应用程序中,但wezterm例外 |
4346417 to
111e615
Compare
|
when will this pull request be merged? |
Member
Whenever it's ready |
when will it be ready? |
Member
Whom are you asking this to? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
By adding a placeholder before direct (panel-less) commits, keystroke hijacking is prevented. resolves #741
panelless_commit_fix: trueunderapp_options/org.alacrittyThis pull also resolves similar issues (backspace being hijacked in the address bar of chrome): resolves #435 #450 #514 etc.
inline_placeholder: trueunderapp_options/com.google.Chromeandapp_options/com.operasoftware.OperaFurthermore, 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)