Skip to content

Commit a1f6f14

Browse files
committed
Additional Lilygo tdeck keyboard constructs
1 parent 605230f commit a1f6f14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PyDOS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def PyDOS():
6767
global envVars
6868
if "envVars" not in globals().keys():
6969
envVars = {}
70-
_VER = "1.30"
70+
_VER = "1.31"
7171
prmpVals = ['>','(',')','&','|','\x1b','\b','<','=',' ',_VER,'\n','$','']
7272

7373
print("Starting Py-DOS...")

cpython/lib/optional/pydos_ui_lilygokbd.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ def input(disp_text=None):
112112
if disp_text != None:
113113
print(disp_text,end="")
114114

115-
bld_chr1 = '_(+'
116-
bld_chr2 = '-+)'
117-
bld_chr = '=[]'
115+
bld_chr1 = '_(+(-__-'
116+
bld_chr2 = '-+)-)/#/'
117+
bld_chr = '=[]<>\^%'
118118
bld_started = False
119119

120120
histPntr = len(Pydos_ui.commandHistory)

0 commit comments

Comments
 (0)