diff libervia/cli/constants.py @ 4143:849721e1563b

cli: `call` command: This command has 2 subcommands: `make` and `receive` to make a new call or wait for one. When call is in progress, a window will be created to show incoming stream and local feedback, and a text UI is available to (un)mute audio or video, and hang up. rel 426
author Goffi <goffi@goffi.org>
date Wed, 01 Nov 2023 14:10:00 +0100
parents 51744ad00a42
children 0f8ea0768a3b
line wrap: on
line diff
--- a/libervia/cli/constants.py	Wed Nov 01 14:08:00 2023 +0100
+++ b/libervia/cli/constants.py	Wed Nov 01 14:10:00 2023 +0100
@@ -92,4 +92,5 @@
         "priority_high": "bold magenta",
         "priority_urgent": "bold red",
         "notif_title": "bold",
+        "shortcut": "bold underline"
     })