Skip to content

Commit

Permalink
Merge pull request #16 from quentint/patch-1
Browse files Browse the repository at this point in the history
Fix "Droite" sequence
  • Loading branch information
Zigazou authored Feb 5, 2024
2 parents 25a6074 + 43e96ee commit fad284c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/minitel/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ Minitel.keys = {
"MajHaut": [0x1B, 0x5B, 0x4D],
"Bas": [0x1B, 0x5B, 0x42],
"MajBas": [0x1B, 0x5B, 0x4C],
"Droite": [0x1B, 0x5B, 0x42],
"Droite": [0x1B, 0x5B, 0x43],
"MajDroite": [0x1B, 0x5B, 0x34, 0x68], // [0x1B, 0x5B, 0x34, 0x6C]
"Gauche": [0x1B, 0x5B, 0x44],
"MajGauche": [0x1B, 0x5B, 0x50],
Expand Down

0 comments on commit fad284c

Please sign in to comment.