home *** CD-ROM | disk | FTP | other *** search
- ;; macro set for SoftQuad HoTMetaL Pro release:
- ;; sample and convenience macros
- ;;
- ;; @(#)sqhmpro.mcr 1.1 94/09/29 Copyright (c) 1994, SoftQuad Inc.
- ;;
-
- ("MakeDefaultSize10" "Ctrl+Shift+0" ((set-properties ".DEFAULT" ((font-size 10))
- )))
- ("MakeDefaultSize12" "Ctrl+Shift+2" ((set-properties ".DEFAULT" ((font-size 12))
- )))
- ("MakeDefaultSize14" "Ctrl+Shift+4" ((set-properties ".DEFAULT" ((font-size 14))
- )))
- ("MakeDefaultSize18" "Ctrl+Shift+8" ((set-properties ".DEFAULT" ((font-size 18))
- )))
- ("NestedJoin" "Ctrl+Shift+J" ((go-to-before-container) (join) (go-to-next-elemen
- t) (join) (text " ")))
- ("NestedSplit (After)" "Ctrl+Shift+A" ((extend-to-end) (contract-selection-right
- ) (split) (go-to-before-container) (split) (go-to-next-element)))
- ("NestedSplit (Before)" "Ctrl+Shift+B" ((extend-to-start) (contract-selection-le
- ft) (split) (go-to-before-container) (split) (go-to-previous-element) (go-to-pre
- vious-element)))
- ("NextElement" "Ctrl+Shift+N" ((go-to-next-element)))
-