Examples

Select all text (for Word)

PenCommand name: ALL

 

// Select all text (Ctrl+A)

// this PenCommand works in Word

<#type><*ctr_dn>a<*ctr_up>

 

You can easy implement some [CTRL]+… PenCommands, such as Copy ([CTRL]+[C]), Cut ([CTRL]+[X]), Undo ([CTRL]+[Z]), Paste ([CTRL]+[V]) etc.

 

Select all text (for most text edit applications)

PenCommand name: ALL

 

// Select  all text

<#Type><*ctr_dn><*home><*shift_dn><*end><*shift_up><*ctr_up>

 

Open Corrector Window

PenCommand name: SPELL

 

// Open Corrector Window for all current documents

// first: select all text (see the PenCommand in sample2)

<#Macro>all

// then open corrector window

<#corr>

 

Open Favorite Internet WEB page

PenCommand name: WEB

 

// Open PhatWare web site

<#Start>iexplorer http://www.phatware.com/

 

Open Inbox on Pocket PC

PenCommand name: INBOX

 

// Open inbox

<#Start>pMail

 

Place the ‘™’ Symbol into Text

PenCommand name: TM

 

// Place the '™' symbol into text.

<#Type>™

 

See Also

Overview