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

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -