1. -- 0.55.1 bit 'o fluff, and DIGEST recipients ?

------=_NextPart_000_01C091C1.39541020

Ok, here's why I was asking if anyone might be able to send me a more
complete list of WIN-enabled keyboard hot keys... still hoping, since I don't
have such...
Judith might be amused by RunDialog.
.. bug reports appreciated, as always.

DIGEST users: re: attachments...
Daniel Johnson wrote an EU Dos  program that will restore the base64
'gibberish' in digests back to a usable form, tho it requires some copy/paste
etc., on your part. It's in the EU archives.

Wolf

------=_NextPart_000_01C091C1.39541020
Content-Description: WinKeys.exw (EXW File)

new topic     » topic index » view message » categorize

2. Re: -- 0.55.1 bit 'o fluff, and DIGEST recipients ?

I'm not realy sure what you mean;
But I always do this to find out Win32 key codes and
hot keys:

include win32lib.ew

constant wnd = create(Window,"Press Any Key To See The
Keycodes",0,0,0,640,480,0)

procedure onKeyDown_wnd(int key, int shift)
wPuts(wnd,sprintf("Keycode: %d | Shift:
%d",{key,shift}))
end procedure

onKeyDown[wnd] =  routine_id("onKeyDown_wnd")

WinMain(wnd,Normal)


Mike The Spike
--- Wolf <wolfritz at KING.IGS.NET> wrote:
> Ok, here's why I was asking if anyone might be able
> to send me a more
> complete list of WIN-enabled keyboard hot keys...
> still hoping, since I don't
> have such...
> Judith might be amused by RunDialog.
> ... bug reports appreciated, as always.
> 
> DIGEST users: re: attachments...
> Daniel Johnson wrote an EU Dos  program that will
> restore the base64
> 'gibberish' in digests back to a usable form, tho it
> requires some copy/paste
> etc., on your part. It's in the EU archives.
> 
> Wolf
> 
>

> ATTACHMENT part 2 application/octet-stream
name=WinKeys.exw

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu