<Ctrl>+<Key> 
Author Message
 <Ctrl>+<Key>

How can I catch <Ctrl>+<Key> (OS- MsDos) ?


Sat, 21 Apr 2001 03:00:00 GMT  
 <Ctrl>+<Key>

Quote:

>How can I catch <Ctrl>+<Key> (OS- MsDos) ?


--
Craig

Manchester, NH
*plonk* right back at ya!  -- "Country Boy"



Sat, 21 Apr 2001 03:00:00 GMT  
 <Ctrl>+<Key>

Quote:
>How can I catch <Ctrl>+<Key> (OS- MsDos) ?

By asking in comp.os.msdos.programmer.

Dan
--
Dan Pop
CERN, IT Division

Mail:  CERN - EP, Bat. 31 1-014, CH-1211 Geneve 23, Switzerland



Sat, 21 Apr 2001 03:00:00 GMT  
 <Ctrl>+<Key>

   How can I catch <Ctrl>+<Key> (OS- MsDos) ?

Most ASCII-based OSes that support standard computer keyboards support
control keys via the control characters; i.e., Ctrl+A => '\1'
... Ctrl+Z => '\32' (26 == 032).
--
"In My Egotistical Opinion, most people's C programs should be indented six
 feet downward and covered with dirt." -- Blair P. Houghton
Please: do not email me copies of your posts to comp.lang.c
        do not ask me C questions via email; post them instead



Sat, 21 Apr 2001 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. <<<<<<<Parsing help, please>>>>>>>>

2. File Format conversion, ascii freeform -->.csv <-->.wk1<-->dbf<-->?HELP

3. <<<>>>Need C code advice with functions and sorting.<<<>>>

4. <><><>HELP<><><> PCMCIA Motorola Montana 33.6

5. >>>Windows Service<<<

6. Interrupt for <Ctrl><c>

7. Catch message of pressing keys <Ctrl>+<Alt>+<Del>

8. proposal: <basic.h>, <pascal.h>, <fortran.h>, <cobol.h>

9. <<<< C Grammar for yacc needed >>>>

10. - - - = = =<><> W e b - U S A <><>= = = - - -

11. >>>> * Get keypress * <<<<

12. <<testing>>

 

 
Powered by phpBB® Forum Software