1. aorr's Avatar
    I bought shortcutme yesterday. Nice application but I cant find how to write macro.

    Any help is appreciated.
    08-22-11 07:38 AM
  2. linuxdaemon's Avatar
    Here are the two links from their webpage that explain what all the functions do, and some examples of them.
    http://forums.crackberry.com/blackbe...tcutme-637024/
    http://forums.crackberry.com/blackbe...rtcuts-549683/

    To actually enter them, click on the "Macro Editor" button within a shortcut.
    08-22-11 09:24 AM
  3. aorr's Avatar
    Here are the two links from their webpage that explain what all the functions do, and some examples of them.
    http://forums.crackberry.com/blackbe...tcutme-637024/
    http://forums.crackberry.com/blackbe...rtcuts-549683/

    To actually enter them, click on the "Macro Editor" button within a shortcut.
    Thanks. I think I got the idea about the macros now, but it is a lot of posts in the links you sent.

    do you know what macro to write to toggle wifi bluettoth and 3G in the same shot?
    08-22-11 11:24 AM
  4. adam543's Avatar
    Thanks. I think I got the idea about the macros now, but it is a lot of posts in the links you sent.

    do you know what macro to write to toggle wifi bluettoth and 3G in the same shot?
    Set a shortcut to launch Manage Connections, then add the followings in the macro field (use macro editor to enter it or entering by hand)

    delay400;navClick;delay200;navMoveDown1;navClick;d elay100;navMoveDown1;navClick;delay200;escKey

    Then just run this shortcut using one of the methods used for launching shortcuts in Shortcutme.
    Last edited by adam543; 08-23-11 at 10:48 AM.
    08-22-11 11:44 AM
  5. aorr's Avatar
    Set a shortcut to launch Manage Connections, then add the followings in the macro field (use macro editor to enter it or entering by hand)

    delay400;navClick;delay200;navMoveDown;navClick;de lay100;navMoveDown;navClick;delay200;escKey

    Then just run this shortcut using one of the methods used for launching shortcuts in Shortcutme.
    thanks. I get an error message running your macro. The error message is:
    Error reading integer number!(NavMoveDown)

    any idea why?
    08-23-11 08:05 AM
  6. adam543's Avatar
    thanks. I get an error message running your macro. The error message is:
    Error reading integer number!(NavMoveDown)

    any idea why?
    I forgot to add numbers for navmovedown macro. Sorry.

    The correct macros are

    delay400;navClick;delay200;
    navMoveDown1;navClick;delay100;
    navMoveDown1;navClick;delay200;
    escKey
    08-23-11 10:46 AM
LINK TO POST COPIED TO CLIPBOARD