Keyboard input without keyboard

  • Thread starter Dirk Bruere at NeoPax
  • Start date
P

Python42

XP xomes with a program called OSK.EXE (for On Screen Keyboard). You'll find
it in your system32 folder.


Dirk Bruere at NeoPax said:
I need to send an alt-tab to the OS when there is no keyboard attached.
Is it possible to do this through a program eg DOS box command line etc?

--
Dirk

http://www.transcendence.me.uk/ - Transcendence UK
http://www.theconsensus.org/ - A UK political party
http://www.onetribe.me.uk/wordpress/?cat=5 - Our podcasts on weird stuff


Try this for starters:
http://www.codeproject.com/KB/system/keyboard.aspx
 
M

Milt

Dirk Bruere at NeoPax,

As Python 42 said, you can get OSK.exe from your system 32 file. Or from
Start/Programs/Accessories/Accessibility. But, have you considered that you
will need a pointing device of some sort to use it.

Try opening the on screen keyboard and reading it's Help file.

Milt
 
R

Rick Merrill

Milt said:
Dirk Bruere at NeoPax,

As Python 42 said, you can get OSK.exe from your system 32 file. Or from
Start/Programs/Accessories/Accessibility. But, have you considered that you
will need a pointing device of some sort to use it.

Try opening the on screen keyboard and reading it's Help file.

Milt

Very cool! But give the OP (and me) a hint as to how you
tell OSK to hold down ALT and TAB at the same time?
 
R

Rick Merrill

Don said:
It appears the Alt key is a click on, click off; kind of like the clapper.

ahah! Looks like I just shot myself in the foot with exactly that!
Some keys (like small 'a' ) I could type but not small 'b'! So I've
learned a few shortcuts - the hard way!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Old XP on new system 19
Which XP do I have? 4
price? 3
Enhanced Write Filter 3
Autostart 5
VNC on LAN by name? 6
XP on flash 1
Audio config 7

Top