Skip to content

Commit 92e2cd1

Browse files
committed
deleted ctr+l and ctrl+t
1 parent 101e5d5 commit 92e2cd1

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

browser/main/Detail/MarkdownNoteDetail.js

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -217,30 +217,6 @@ class MarkdownNoteDetail extends React.Component {
217217
}
218218
}
219219
break
220-
// L key
221-
case 76:
222-
{
223-
const isSuper = global.process.platform === 'darwin'
224-
? e.metaKey
225-
: e.ctrlKey
226-
if (isSuper) {
227-
e.preventDefault()
228-
this.focus()
229-
}
230-
}
231-
break
232-
// T key
233-
case 84:
234-
{
235-
const isSuper = global.process.platform === 'darwin'
236-
? e.metaKey
237-
: e.ctrlKey
238-
if (isSuper && !e.shiftKey && !e.altKey) {
239-
e.preventDefault()
240-
this.addSnippet()
241-
}
242-
}
243-
break
244220
}
245221
}
246222

0 commit comments

Comments
 (0)