Home

OFF-SOFT.net

OFF-SOFT.net

This site is support & information site of WEB,and Software. This site might help you that create software or Web Site…perhaps?[:]

ssmacro.copy, ssmacro.paste, ssmacro.cut, ssmacro.clear Command

ssmacro.copy, ssmacro.paste, ssmacro.cut, ssmacro.clear Command

Those are copy, paste and cut commands from original buffer (not clipboard) that can use in ssmacro macro file.

Note, Those commands do not use clipboard.

So, that can not paste a few text that was copied by another application.

Also ssmacro.clear command can remove all texts that was copied to original buffer by ssmacro.copy or ssmacro.cut.

Parameter

The following parameter is it of ssmacro.paste command. - index num (This is copy index number. not set is last copy)

Example

1st step, you should create a macro file( see the page about macro file format detail ).

[
    {
        "args": null,
        "command": "ssmacro.copy"
    },
    {
        "args":
        {
            "index": 1
        },
        "command": "ssmacro.paste"
    },
    {
        "args": null,
        "command": "ssmacro.paste"
    }
]

2nd step, you will execute it macro file by ssmacro.run command.
1st time
executing image
2nd time
executing image

Note, paste the text was copied by 1st in 2nd execution because ssmacro.clear does not execute.




  • はてなブックマークへ追加する
  • Facebookでシェアする
  • twitter でつぶやく
  • Google Plusでシェアする
  • Pocketでシェアする
ページトップへ