Use the plus sign to connect shortcut keys consistently

This commit is contained in:
pagedown
2022-08-18 17:05:00 +08:00
parent c161ee7b5e
commit 0f4cb1955f
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ def read_keys() -> None:
def legacy_main() -> None:
print('Press any keys - Ctrl-D will terminate this program', end='\r\n', flush=True)
print('Press any keys - Ctrl+D will terminate this program', end='\r\n', flush=True)
print(styled('UNIX', italic=True, fg='green'), styled('send_text', italic=True, fg='green'), sep='\t\t', end='\r\n')
with raw_mode():