Skip to content

Commit

Permalink
Merge pull request #5012 from eitalouarruda/patch-2
Browse files Browse the repository at this point in the history
Update default-mobile.handlebars
  • Loading branch information
Ylianst authored Mar 9, 2023
2 parents 8918208 + b818ba3 commit b76499c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/default-mobile.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -4354,7 +4354,7 @@
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) {
var x = [];
Expand Down Expand Up @@ -6946,4 +6946,4 @@
</script>
</body>
</html>
</html>

0 comments on commit b76499c

Please sign in to comment.