Update default-mobile.handlebars

Adding the espace key on the send key list on the mobile view
This commit is contained in:
Luís Arruda 2023-02-28 18:08:53 -05:00 committed by GitHub
parent 0d97c62ed8
commit b818ba3548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4354,7 +4354,7 @@
QH('deskButtonMenu', x); QH('deskButtonMenu', x);
} }
var keyStrings = { 8: "BackSpace", 9: "Tab", 13: "Enter", 27: "Escape", 44 : "Print Screen", 45: "Insert", 46: "Del", 36: "Home", 35: "End", 33: "Page Up", 34: "Page Down", 37: "Left", 38: "Up", 39: "Right", 40: "Down", 0: "None" } var keyStrings = { 8 : "BackSpace", 9 : "Tab", 13 : "Enter", 27 : "Escape", 44 : "Print Screen", 45 : "Insert", 46 : "Del", 36 : "Home", 35 : "End", 32 : "Espace", 33 : "Page Up", 34 : "Page Down", 37 : "Left", 38 : "Up", 39 : "Right", 40 : "Down", 0 : "None" }
function keyShortcutTotext(n) { function keyShortcutTotext(n) {
var x = []; var x = [];