Skip to content

Commit

Permalink
Update jkeyboard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fullopt authored Oct 20, 2021
1 parent 26e1c73 commit 04b4c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/jkeyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@

var function_keys = {
backspace: {
text: '⇦',
text: '←',
},
return: {
text: '↵'
},
shift: {
text: '⇫'
text: '⇧'
},
space: {
text: ' '
Expand Down

0 comments on commit 04b4c00

Please sign in to comment.