Replies: 4 comments 3 replies
-
ST never deletes/overwrites a keybinding. You can image that it just puts your custom keybindings before defaults. So Yet I don't know what's your expectation honestly. |
Beta Was this translation helpful? Give feedback.
-
font{
line-height: 1.6;
}
ul,ol{
padding-left: 20px;
list-style-position: inside;
}
我现在想配置 alt + d 删除整行, 但是发现下面的配置无效, 请问是什么原因?[ { "keys": ["alt+d","alt+k","ctrl+k"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }]
张俊杰
***@***.***
…---- 回复的原邮件 ----
发件人
Jack ***@***.***>
发送日期
2023年09月26日 17:38
收件人
***@***.***>
抄送人
***@***.***>
,
***@***.***>
主题
Re: [sublimetext-io/docs.sublimetext.io] 自定义快捷键无法覆盖原来的快捷键 (Issue #80)
ST never deletes/overwrites a keybinding. You can image it just put your custom keybinding before
defaults.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Get super confused. You say you want |
Beta Was this translation helpful? Give feedback.
-
Your config works fine for me so you would have to debug this from the very beginning.
|
Beta Was this translation helpful? Give feedback.
-
配置了 alt +d 然后无法覆盖默认的 { "keys": ["ctrl+shift+k"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, 这个配置..
Beta Was this translation helpful? Give feedback.
All reactions