We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101e5d5 commit 92e2cd1Copy full SHA for 92e2cd1
browser/main/Detail/MarkdownNoteDetail.js
@@ -217,30 +217,6 @@ class MarkdownNoteDetail extends React.Component {
217
}
218
219
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
236
237
238
- if (isSuper && !e.shiftKey && !e.altKey) {
239
240
- this.addSnippet()
241
242
243
244
245
246
0 commit comments