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

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -