Wednesday 7 December 2011

get ctrl + key in C

get ctrl + key in C

Hi Friends!!

I am developing a command-line user interface in C using readline, and I have to add a function so that when the user press a shortcut, one editor is opened.

The problem is that I don't know how to get a ctrl + key in C, for example ctrl + s.

Is there anyway to get these shorcuts in C??

Thank you very much!!

No comments:

Post a Comment