pmbarrett314 / curses-menu

A simple console menu system in python using the curses library
MIT License
475 stars 53 forks source link

added vim-like keybindings #50

Closed franzbrandtwein closed 2 years ago

franzbrandtwein commented 2 years ago

missed vim like key bindings. h = quit j = down k = up l = select

pmbarrett314 commented 2 years ago

This is interesting, but I would rather keep built-in keybinds to a minimum so users of the library can customize as they see fit when they create their own menus.