From: "Tim Nicholson" Newsgroups: comp.os.msdos.djgpp Subject: Rhide and the Ctrl+C key sequence Date: Thu, 14 Dec 2000 21:47:26 -0000 Organization: Skyforce avionics Limited Lines: 25 Message-ID: <91bf72$kn0$1@plutonium.btinternet.com> NNTP-Posting-Host: host213-1-65-16.btinternet.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, Having spent the last X years writing software using Window's GUI IDE's such as Delphi I am finding Rhide a bit tiresome. In order to make it more friendly (IMHO) I decided to map the CUT, PASTE and COPY keys to Ctrl+X, Ctrl+V and Ctrl+C. The problem is this... Rhide detects Ctrl+C as a 'break request' and thinks that I want to interrupt the program. Is there any easy way to disable this behaviour in Rhide so that I can detect the key sequence? I have all the source files and can add a bit of code in the initialisation routine - problem is, I have no idea how to do it! Thanks Tim Nicholson