lay2c (class:lay2 lay2c)

Clipboard Master

- Macros

Clipboard Master has several macros you can use. Each macro will be exapnded/executed whenb pasting.

Macro

Description

{#date}

The current date will be inserted.

{#time}

The current time will be inserted.

{#date format}

The current date will be inserted, but with the specified format
e.g. {#date mm/dd/yyyy}

{#time format}

The current time will be inserted, but with the specified format
e.g. {#time hh:ss}

{#cursorpos}

Defines the cursor position after pasting

{#tab}

Inserts a tag

{#asc number}

Insert the Acsii character with the given number. The number can be in hex, e.g. 33, &h33 or 0x33

{#env variable}

Inserts the given environement variable. E.g. to insert the folder of the temporary files: {#env temp}

{#file Dateiname}

Inserts the filecontents of the given file

{#input "Title" default}

Shows an input box: the entered text will be inserted.
"Title" and default are optional

{#open}
{#open "Title" "path" ext}


Shows a file open dialog to select a file. The file contents of the selected file will be inserted.
Title, Path and ext are are optional:
Title: Dialog title
Path: folder
ext: filename extension

{#c}

Line number: inserts the current line number

{#cn}

Line counter: inserts for each line the line number

Download

  • Clipboard Master Version 2.6.0

download