On Sat, Jan 8, 2011 at 11:08 AM, [email protected]
<[email protected]> wrote:
> really a toy ... awesome

you can pay with like

## launch
xdotool key ctrl+alt+F2

## run command
xdotool key alt+F2

# launch Firefox
xdotool key alt+F2 ;
WinNum=$(xdotool search 'Run Application')
xdotool windowfocus $WinNum
xdotool type firefox
xdotool key Return

# launch gedit
xdotool key alt+F2 ;
WinNum=$(xdotool search 'Run Application')
xdotool windowfocus $WinNum
xdotool type gedit
xdotool key Return

I know, one  can launch gedit using type gedit in terminal... :)

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to