Skip to content
Discussion options

You must be logged in to vote

It is predefined in class "App"

BINDINGS = [
        Binding("ctrl+c", "quit", "Quit", show=False, priority=True),
        Binding("tab", "focus_next", "Focus Next", show=False),
        Binding("shift+tab", "focus_previous", "Focus Previous", show=False),
]

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@willmcgugan
Comment options

Answer selected by WantToLearnJapanese
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants