[maemo-developers] xresponse / cnee question re: mimic of multi-key event

From: Henrik Sandklef hesa at sandklef.com
Date: Thu Mar 19 10:56:26 EET 2009
Hi

cnee way
--------------------------------------------------

Record:
    cnee --record --mouse --keyboard -o file.xns

 do yer Alt+F10 and what ever, and then, Replay:

    cnee --replay -f file.xns



Alt. if you wanna script "Alt + F9":
--------------------------------------------------

 . /usr/local/share/xnee/xnee.sh

 xnee_fake_key_press "Alt"
 xnee_fake_key "F9"
 xnee_fake_key_release "Alt"


/hesa




Eero Tamminen wrote:
> Hi,
> 
> ext Burke, James wrote:
>> Is there a way to use xresponse (or cnee) to mimic a multi-key event such as Alt+F10 ?
> 
> I haven't tried cnee, but I think it should be able to record Alt+F10
> (and then replay it).
> 
> With Xresponse it would go something like this:
> 	xresponse -k "ISO_Level3_Shift,2000" &
> 	xresponse -w 2 -k "F10"
> 
> 	- Eero
> _______________________________________________
> maemo-users mailing list
> maemo-users at maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-users
> 


More information about the maemo-developers mailing list