I have a netbook with a touchscreen, and I'm planning to turn it into a poor man's (not so poor) Optimus keyboard.
The idea is that the software server will run on the workstation, receiving commands entered from the software client that is running on the netbook, and then triggered the commands on the workstation accordingly.
Since AutoHotkey does not seem to support network, we might need to code a special utility to send keystrokes over LAN.
Any ideas?