Работа над хоткеями

This commit is contained in:
Book Pauk
2020-03-15 21:44:26 +07:00
parent dc3f682d2d
commit 0c5f5975aa
2 changed files with 12 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ const toolButtons = [
//readerActions[name]
const hotKeys = [
{name: 'help', codes: ['F1', 'KeyH']},
{name: 'help', codes: ['F1', 'H']},
{name: 'loader', codes: ['Escape']},
];