]> git.armaanb.net Git - lightcards.git/blobdiff - config.py
Add menu keybindings to config
[lightcards.git] / config.py
index 32b75ef0132876aa4db37e44ad87252a37648531..ee974b041c0d46a11200fa4d8882322f533aa873 100644 (file)
--- a/config.py
+++ b/config.py
@@ -35,11 +35,22 @@ card_last = ["$", "KEY_END"]
 help_disp = ["H", "?"]
 
 menu_disp = "m"
+menu_reset = "y"
+menu_alphabetize = "a"
+menu_shuffle = "z"
+menu_reverse = "t"
+menu_unstar = "u"
+menu_star = "d"
+menu_stars_only = "s"
+menu_open_file = "e"
+menu_restart = "r"
 
 view_one = "1"
 view_two = "2"
 view_three = "3"
 
+quit_key = "q"
+
 ###############################################################################
 # OTHER