xtype
Synopsis:
xtype [-literal] <type>
Description:
xtype works just like type, except that it may also take certain
switches. Currently, there is only one switch for xtype.
Options:
-literal do not expand key bindings
Examples:
To literally insert a control-a instead of having its meaning expanded:
xtype -l now inserting
a ^A is easy!