X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=blobdiff_plain;f=config.py;h=2057a2bee3e6385f148d92cec2c44abc8a2ede42;hp=6cd69a3784cad2f3e0d4d0ecba28cae9e068602d;hb=HEAD;hpb=4d92363ae6e59e08aab84b017356cb70aae831eb diff --git a/config.py b/config.py index 6cd69a3..2057a2b 100644 --- a/config.py +++ b/config.py @@ -10,6 +10,8 @@ alphabetize = False shuffle = False reverse = False cache = True +table = False # set to integer or range +lenient = False default_view = 1 @@ -35,6 +37,15 @@ 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" @@ -45,7 +56,7 @@ quit_key = "q" ############################################################################### # OTHER -confirm_quit = True +quit_confirmation = True show_menu_at_end = True debug = False