Skip to content

Commit

Permalink
fix arrow keys having characters anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishram1123 committed Feb 22, 2024
1 parent 66478bf commit ec8d46a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gjsosk@vishram1123.com/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,14 @@ class Keyboard extends Dialog {
btn2.char = (keycodes.row6[keycodes.row6.length - 1])[1]
btn3.char = (keycodes.row6[keycodes.row6.length - 1])[2]
btn4.char = (keycodes.row6[keycodes.row6.length - 1])[3]
btn1.char.lowerName = ""
btn1.char.upperName = ""
btn2.char.lowerName = ""
btn2.char.upperName = ""
btn3.char.lowerName = ""
btn3.char.upperName = ""
btn4.char.lowerName = ""
btn4.char.upperName = ""
btn1.width = Math.round((((topRowWidth) + 5)) * (2 / 3));
btn1.height = topRowHeight + 20;
btn2.width = Math.round((((topRowWidth) + 5)) * (2 / 3));
Expand Down

0 comments on commit ec8d46a

Please sign in to comment.