ctrl-c, not ctrl-q, is quit
This commit is contained in:
parent
3852855a06
commit
94562de018
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class CancelButton(Button):
|
|||
class Tui(App):
|
||||
CSS_PATH = "tui.css"
|
||||
BINDINGS = [
|
||||
Binding("ctrl+q", "quit", "Quit", show=True, priority=True),
|
||||
Binding("ctrl+c", "quit", "Quit", show=True, priority=True),
|
||||
]
|
||||
|
||||
def __init__(self, api=None, session=None):
|
||||
|
|
|
|||
Loading…
Reference in a new issue