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.left, ssmacro.right, ssmacro.up, ssmacro.down Command

ssmacro.left, ssmacro.right, ssmacro.up, ssmacro.down Command

Those are commands for moving cursor. And those are aliases as cursorLeft, cursorRight, cursorUp and cursorDown.

Parameter

  • count num[1-10000] (This is loop count. not set is 1)

Example

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

[
    {
        "args":
        {
            "count": 5
        },
        "command": "ssmacro.right"
    },
    {
        "args":
        {
            "count": 2
        },
        "command": "ssmacro.up"
    },
    {
        "args":
        {
            "count": 4
        },
        "command": "ssmacro.left"
    },
    {
        "args":
        {
            "count": 3
        },
        "command": "ssmacro.down"
    }
]

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




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