Re: Sending ScanCodes

2000-12-08 Thread Dieter Raith
This does not work. The application is running in a DOS Box of Windows NT. So it is easy to find out what happens, if one uses a 400 Byte program scancode.exe which does nothing else as setting up the BIOS IRQ 0x16 FUNC 0x00. This waits for a keyboard input and returns AH=scan code AL=ASCII charac

RE: Sending ScanCodes

2000-12-08 Thread Steve Palocz
Try Alt+Shift+Q I found this works on a Solaris viewer for Alt+Shift+F4 to close a window in the viewer. When I hit Alt+F4 it closes the viewer. Steve Palocz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dieter Raith Sent: Friday, December 08, 2000 8:

Re: Sending ScanCodes

2000-12-08 Thread Carlyle Sutphen
What the client sends are so called glyphs, which are for all practical purposes in this case, scan codes, which are recieved by the server and translated according to a KeySym table, into events for the X clients. It's just a matter of configuring the right KeySyms. Date: 08.12.2000 1