一个想法(an idea)
All  1-2  3

Previous
 From:  Michael Gibson
12027.3 In reply to 12027.1 
and the shortcut keys can be accessed by script like this: (Moi v4+ required):

code:
var shortcuts = moi.shortcutKeys.getShortcuts();

for ( var i = 0; i < shortcuts.length; ++i )
{
     var shortcut = shortcuts.item(i);
     
      var key = shortcut.key;
      var command = shortcut.command;
     
      moi.ui.alert( key + ' ' + command );
}
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-2  3