Added ability to turn keyboard shortcuts off

This commit is contained in:
Marcin Kurczewski
2015-05-14 23:04:30 +02:00
parent 8d119d2b62
commit c569504ce7
6 changed files with 50 additions and 4 deletions

View File

@ -32,6 +32,7 @@ App.BrowsingSettings = function(
sketchy: true,
unsafe: true,
},
keyboardShortcuts: true,
};
}