Disable function keys in Python curses -
i'm writing application using python curses , know if there way disable function keys. have set keypad(1) read 1 character @ time.. works insert, home, delete, pageup , pagedown keys not work function keys...
i need disable function keys totally , want control keys behaviour.
thanks
you can use ascii codes: example 27 esc
Comments
Post a Comment