getting status of SHIFT and CTRL key under Python curses

Jonathan P. jbperez808 at yahoo.com
Mon Nov 4 12:40:57 EST 2002


Is it possible to get the status of the SHIFT and
CTRL keys under the python curses API?  Both
getch() nor getkey() return the same values for
SHIFT-'some key' and just 'some key' - no 
differentiation.



More information about the Python-list mailing list