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 character.
AL should be 0x00 and AH should be 0x10 for alt+q
This is true if I do the input on the local system (where the VNCServer
resides)
If I do the input on the Linux vncviewer AL is 0x71 and AH is 0x10 which
the value
for the character "q". I don't mind if I have to send it indirectly via
KeySym if
anyone could tell me how.
Rgds
Dieter
 
Steve Palocz wrote:
> 
> 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:08 AM
> To: [EMAIL PROTECTED]
> Subject: Sending ScanCodes
> 
> I want to send Alt+Q to an application from a LINUX vncviewer (VNCviewer
> for X).
> I tried to find the information for ctrl+alt+del which is more or less
> what is needed.
> I only found information about customizing the popup window. You can
> only send character
> keys but not scancodes. Any help or sugestions.
> Dieter
> 
> --
> Rechenzentrum                   Computing Center
> Universitaet Stuttgart          University of Stuttgart
> Dieter Raith                    Dieter Raith
> Allmandring 30                  Allmandring 30
> D-70550 Stuttgart               D-70550 Stuttgart (Germany)
> Tel 0711 685 4516               Tel +49 (711) 685 4516
> Fax 0711 682 357                Fax +49 (711) 682 357
> ---------------------------------------------------------------------
> To unsubscribe, send a message with the line: unsubscribe vnc-list
> to [EMAIL PROTECTED]
> See also: http://www.uk.research.att.com/vnc/intouch.html
> ---------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, send a message with the line: unsubscribe vnc-list
> to [EMAIL PROTECTED]
> See also: http://www.uk.research.att.com/vnc/intouch.html
> ---------------------------------------------------------------------

-- 
Rechenzentrum                   Computing Center
Universitaet Stuttgart          University of Stuttgart
Dieter Raith                    Dieter Raith
Allmandring 30                  Allmandring 30
D-70550 Stuttgart               D-70550 Stuttgart (Germany)
Tel 0711 685 4516               Tel +49 (711) 685 4516
Fax 0711 682 357                Fax +49 (711) 682 357
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to