|
Starting with version 4.2 Flashpaste uses new macro format.
Macros created in the earlier versions are not supported and must
be replaced with new ones. To convert all old macro into the new
format in the current database, select String ->
Insert Macro -> Convert old macros into new format
in the main menu of the configuration
window.
Macros replace table
- %Date% -> %ExTime(#x)% - Current date
insertion.
- %Time% -> %ExTime(#X)% - Current time
insertion.
- %DateTime% -> %ExTime(%#c)% - Current date
and time insertion.
- %VK_TAB% -> %Control(tab)% - Insert the
command emulating pressing the TAB key.
- %VK_ENTER% -> %Control(enter)% - Insert the
command emulating pressing the Enter key.
- %VK_SPACE% -> %Control(space)% - Insert the
command emulating pressing the Space key.
- %VK_UP% -> %Control(up)% - Insert the
command emulating pressing the Arrow Up key.
- %VK_DOWN% -> %Control(down)% - Insert the
command emulating pressing the Arrow Down
key.
- %VK_LEFT% -> %Control(left)% - Insert the
command emulating pressing the Arrow Left
key.
- %VK_RIGHT% -> %Control(right)% - Insert the
command emulating pressing the Arrow Right
key.
|