Skip to content

Commit 54b581e

Browse files
committed
everytime a retry, i find another missing char...
1 parent 22a6d11 commit 54b581e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ScrollpHat.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ New-Variable -Name "Alphabet" -Value @{
5858
"]" = 0x11,0x1F
5959
"{" = 0x04,0x1B,0x11
6060
"}" = 0x11,0x1B,0x04
61+
"," = 0x10,0x08
62+
"." = 0x18,0x18
6163
} -Scope Script
6264

6365
function Select-ScrollpHat {

0 commit comments

Comments
 (0)