Skip to content

Commit 4f10b92

Browse files
committed
xx
1 parent 1173d0e commit 4f10b92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

files/main.gs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424

2525
key kEnter eq {
2626
edit .text
27-
/action 1 def
27+
/action 0x11 def # '\n'
28+
# /action 0x0d def # 'c'
2829
} if
2930

3031
action

0 commit comments

Comments
 (0)