|
|
2007-12-07
, 18:51
|
|
Posts: 465 |
Thanked: 149 times |
Joined on Oct 2007
|
#2
|
What I want to be able to do is re-direct my existing PC keyboard to the tablet.
So, would it be possible to plug a USB BT dongle into my PC and run some software on the PC so that it makes make PC keyboard look like a BT keyboard to the tablet?
| The Following User Says Thank You to dblank For This Useful Post: | ||
|
|
2007-12-07
, 19:34
|
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#3
|
I'd use something like :
http://x2x.dottedmag.net/
|
|
2007-12-07
, 20:09
|
|
Posts: 465 |
Thanked: 149 times |
Joined on Oct 2007
|
#4
|
|
|
2007-12-07
, 20:50
|
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#5
|
In that case, synergy?
http://synergy2.sourceforge.net/
I used to use something to go between Linux, OSX, and Windows, I thought it was x2x, not sure what I did on the Windows side..
|
|
2007-12-07
, 20:56
|
|
Posts: 465 |
Thanked: 149 times |
Joined on Oct 2007
|
#6
|
| The Following User Says Thank You to dblank For This Useful Post: | ||
|
|
2007-12-08
, 19:21
|
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#7
|
|
|
2007-12-08
, 19:33
|
|
Posts: 465 |
Thanked: 149 times |
Joined on Oct 2007
|
#8
|
I spoke to somebody who tried this a year or so ago and he said that it compiled OK and worked, except that because there is no mouse pointer on a tablet it was not really usable because you could not tell where you were.
I have ordered a BT keyboard but it occurs to me that I don't really want another keyboard on my desk. What I want to be able to do is re-direct my existing PC keyboard to the tablet. I know I can use ssh, but that does not cover non-xterm usage (does it?).
So, would it be possible to plug a USB BT dongle into my PC and run some software on the PC so that it makes make PC keyboard look like a BT keyboard to the tablet?
Maybe the inverse of xkbid-bthid, see:
http://www.mulliner.org/bluetooth/xkbdbthid.php
or maybe an extension of this code.
The memory stick comes into the picture because I would like to be able to take this (zero install) software with me and use the keyboard on other people's PCs to talk to my tablet.
Oh, how about a BT mouse emulator too?
If it is within my capabilities (a bit of Python programming) then I am prepared to work on this as a project. If not, then I would contribute to a bounty fund.
A couple of thoughts:
Could 'Pybluez' http://org.csail.mit.edu/pybluez/ be used to do this or is a knowledge of BT keyboard protocols needed?
Are these open protocols?
If not, then is there a BT sniffer available on the tablet so that the protocol could be reverse-engineered?
Are there any other relevant BT devices that could be emulated on a host PC?