Thread
:
virtual keyboard
View Single Post
adcomp
2008-03-23 , 16:06
Posts: 3 | Thanked: 2 times | Joined on Mar 2008 @ Belgium
#
3
Currently, the only change on the client is the IP address of the server.
On the PC (server), you can change the "keycode".
The "keycode" is sendto the program that have focus on the server. So you can use it with all program ( presentation, mediacenter, etc .. )
Keys emulate :
escape , up , home , numpad +, F1
left , enter , right , numpad-, F2
space, down, [config IP] , m , F3
Key code - python
Code:
command_key = {'home':0xff50, 'esc':0xff1b, 'up':0xff52, ..... }
Key code can be change here but i'm planning to code some gui ..
Bye
Last edited by adcomp; 2008-03-23 at
16:13
. Reason: add emulate key
Quote & Reply
|
adcomp
View Public Profile
Visit adcomp's homepage!
Find all posts by adcomp