mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 11:20:16 +01:00
This commit is contained in:
parent
5822519f06
commit
199c566ab1
1 changed files with 2 additions and 0 deletions
|
|
@ -157,6 +157,8 @@ export const keydown = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|||
} else if (Constants.KEYCODELIST[event.keyCode] === "\\" ||
|
||||
// 德语
|
||||
event.key === "\\" ||
|
||||
// Mac 日文-罗马字 https://github.com/siyuan-note/siyuan/issues/13725
|
||||
(event.key === "," && event.keyCode === 229) ||
|
||||
// windows 中文
|
||||
(event.code === "Backslash" && event.key === "Process" && event.keyCode === 229)) {
|
||||
protyle.hint.enableSlash = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue