Skip to content

Commit 0c19777

Browse files
committed
Map shift-enter
1 parent c4c52e7 commit 0c19777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textual/_ansi_sequences.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@
369369
"\x1bOw": "7",
370370
"\x1bOx": "8",
371371
"\x1bOy": "9",
372+
"\x1bOM": (Keys.Enter,),
372373
}
373374

374375
# https://gist.github.com/christianparpart/d8a62cc1ab659194337d73e399004036

0 commit comments

Comments
 (0)