1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Changed top:focus-search shortcut

This commit is contained in:
William Grant
2018-04-17 18:22:54 +02:00
parent a32cfc8aff
commit 1d4f1764fc
2 changed files with 4 additions and 4 deletions

View File

@@ -281,8 +281,8 @@ class NoteList extends React.Component {
ee.emit('detail:focus')
}
// F or S key
if (e.keyCode === 70 || e.keyCode === 83) {
// L or S key
if (e.keyCode === 76 || e.keyCode === 83) {
e.preventDefault()
ee.emit('top:focus-search')
}