Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Add KEY_EXIT support as q
Browse files Browse the repository at this point in the history
  • Loading branch information
kucharskim committed Jan 15, 2018
1 parent 523c396 commit 3a99ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samsungctl/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
["KEY_NPAGE", "KEY_CHDOWN", "Page Down", "P Down"],
["\n", "KEY_ENTER", "Enter", "Enter"],
["KEY_BACKSPACE", "KEY_RETURN", "Backspace", "Return"],
["q", "KEY_EXIT", "Q", "Exit"],
["h", "KEY_CONTENTS", "H", "Smart Hub"],
["l", "KEY_CH_LIST", "L", "Channel List"],
["m", "KEY_MENU", "M", "Menu"],
Expand Down

0 comments on commit 3a99ba5

Please sign in to comment.