> -----Original Message----- > From: Sean Adam [mailto:[EMAIL PROTECTED]] > > I'm wondering if there is a way to emulate the Sun > Keyboard keys (such as COPY PASTE OPEN FIND FRONT) > when running a vncviewer on the PC (WIN2K > specifically)
There is an app called `xkeycaps` in which you get a window with a keyboard of your choice. Then you can press the keys with you mouse to get the key-event. It also works reverse: press a key and see which key it thinks you pressed. If you play around with it, you can totally redefine your keyboard and save the output. Once you have a proper file, you can load it with `xmodmap` every time you connect. Like in ~/.vnc/xstartup or such. With the current viewer, you can somehow define some actions in the menu (and maybe hook them to keys?) The major problem is there are more keys on the sun keyboard than you have available on your pc-keyboard. CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
