Re: -- 0.55.1 bit 'o fluff, and DIGEST recipients ?
- Posted by Mike The Spike <mtsreborn at yahoo.com> Feb 08, 2001
- 455 views
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