Repeat Tab

When selecting a tab in the tabpalette for "repeating" ("repeat tab" in submenu on the right of the palette) Illustrator (CS3) simply puts tabs all over the place (not repeating the original tab you selected - unlike INDESIGN which does it right!)
Just another BUG that's coming from older versions and STILL NOT FIXED (see also:
Michael Lillevold, "Type is being edited on hidden/locked layers" #, 18 Oct 2007 5:47 pm and this:
Benjamien, "CS3 Can't input certain characters with AZERTY keyboard" #, 5 Nov 2007 3:15 am)
grrrrrr

I don't recall CS2's behavior, but CS3 does not do it correctly. For example, I want center tabs every 32 points. I add one, manually, at 32 and click Repeat ... and Illustrator puts one at 42.67, 64, 85.33, and otherwise screws it all up.
Then I try manually adding one at 32 and 64, click Repeat, and Illustrator dutifully screws them up from 74.67 onward.
Sorry, I'm getting fed up with Adobe going all-out in new technology while ignoring some of the most basic of fixes and dropping support for older versions.

Similar Messages

  • Top level navigation repeat tab

    Hi Guys,
    Simple one here, just cant point my fingers to it. The top level navigation tab in my portal is repeating itsself. There are 1 additional set of tabs. HOw do i sort this out? thanks
    regards,
    johan

    For more information on Merging Navigation Nodes and Defining the Sequence, check:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/53/89503ede925441e10000000a114084/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/53/89503ede925441e10000000a114084/frameset.htm</a>
    Kind regards, Hilco

  • Repeated tabs coming under content admin

    Hi Experts i have two issues:
    1: For my id cotent admin role is showing reepeated tabs ie normallythere are 8 tabs but for y id i can see 16 tabs in total as all the tabs are repeted can any one help me in this.
    2. The other isssue is if  iam creating any portal object i.e ivews ,roles, worksets etc after creting its name is coming as name(changed ) and if i check in the informatin property the name is only as the name and this changed tag is not coming i needto resolve these two isssssues asap.
    can any one please help me in this.
    Thanks & Regards,
    Pooja

    Hi Pooja,
    For your first issue.. may be you have copied a role and assigned both the roles to your own id.
    chk if it helps.
    regards,
    Nidhi

  • Lion: Repeating Tab Key

    Hi there,
    I'm currently using a 2011 release iMac with the bluetooth aluminium keyboard. I upgraded to Lion last night an have since been experiencing an issue where my Tab key starts acting as if it is being held down.
    I've tried rebooting
    I've tried repairing
    I've tried taking the batteries out over night but it's currently at home so I don't know if this has worked
    I've tried resetting the PVRAM by holding CMD, ALT, P and R at boot.
    I'm not experiencing this issue on my Macbook Pro 13" 2011 release.
    Any advice would be apprciated.
    Dave

    Hi, have the same problem but linked to my wireless keyboard. My MacBook Pro works fine but the "tab" and "caps lock" keys suddenly stoped working. Anyone any solution?

  • WHY does Firefox repeatedly open multiple copies of tabs that are already open??? Yesterday I cleared the history, removed the program & reinstalled. Didn't help. Some tabs are ones I had months ago but don't need now. They keep appearing. HELP, please!

    The problem started several months ago, after I downloaded a new version of the program. Two updates ago, I think. The repeat tabs open multiple times during the day. Sometimes they appear hours after I've closed them--sometimes just minutes later.

    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the files sessionstore.js [2] and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.<br />
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    See also:
    * [1] http://kb.mozillazine.org/Session_Restore
    * [2] http://kb.mozillazine.org/sessionstore.js

  • [SOLVED] Reverting Guake terminal tab names back to 'Terminal #'

    The new version of Guake (0.4.3) implemented 'Better Tab Titling'.  This means that instead of a new tab name being 'Terminal #' (where # is an auto incrementing integer), it instead forced the title to be equal to the VTE prompt.
    My issues were that there was no way to set a preference to switch back (as I prefer the simple tab name) and that tab names could/would take a very large amount of space (as it would put my whole username@server:/path/to/where/i/am/at).
    So   I figured out how to fix and thought I'd share in case anyone else would like to switch back:
    NOTE:  I believe python is spacing-sensitive (please correct me if I'm wrong).  All the lines (added/edited) are indented 8 spaces.
    edit /usr/bin/guake
    find: self.selected_tab = None
    after that line, add:
            # holds the number of created tabs. This counter will not be
            # reset to avoid problems of repeated tab names.
            self.tab_counter = 0
    find: def on_terminal_title_changed(self, vte, box):
    after that line add:
            return
    find: Adding a new radio button to the tabbar
    the next line will read:
            label = box.terminal.get_window_title() or _("Terminal")
    change to:
            label = box.terminal.get_window_title() or _('Terminal %s') % self.tab_counter
    find self.tabs.pack_start(bnt, expand=False, padding=1)
    after that line add:
            self.tab_counter += 1
    After editing the file, restart Guake for the change to take effect.
    Beemer

    I have been using Guake for years and I think the tab bar is in the way. I disabled it a very long time ago and didn't look back.
    Here are the shortcuts that I use:
    "~" to toggle it.
    Ctrl+T for a new tab (just like in Firefox, Chromium).
    F1 and F2 for next and previous tab.
    F3 close tab.
    Basically, I don't need more than two tabs at a time; three tops, in very rare cases.
    Hope it helps.

  • New tab positions curser in address bar

    I am not sure what happened during some update along the way, but I would to be able to open a new tab and automatically have the cursor position itself in the first text box available, in my instance, the Google text box. I use Google as my homepage typically because when I go on line it is to conduct research, now when opening a new tab I find myself typing into the address bar which is very annoying. Using tab does not help since I am forced to repeatedly tab through multiple bookmarks and I wind up having to stop and manually position cursor in search box. What happened, is there an option I am missing to fix this irritation? Thanks.

    I have been looking into my issue (or at least one of my many) and it appears to be a problem with a JavaScript. I have found a solution but have not the slightest idea how to enter the "code" into the system. This code applies mostly to on-line forms and how to have the cursor immediately focus on the first text field, but it seems to be only one solution to this problem. Below is one link to the potential solution. Ultimately, I suppose I could just slow down and check but when on a roll it is hard to stop, look at the screen and click the text field I want to use: a drudgery. :o)
    rmeigs, I am curious to know if you use Windows 7, I have Vista Ultimate at home and this annoyance does not occur? Thanks to all for the suggestions, I am still looking. Dolon
    http://www.html-faq.com/htmlforms/?entryfocus

  • Printing Tab Sheets using Data Merge (DM)

    Given: Three "layers" of 5 cut Tab sheets that are to show different text items on the 15 tabs. (I have performed DM to print 5 cut tab sheets.)
    But how would you use DM to place and print the 3 unique sets of 5 cut tab sheets? How would the csv file be set up to reflect the repeating tab positions? I believe you can have up to 50 items layed out in a DM.
    I know how to actually print tabs, but I figured DM was more efficient.

    I'm not sure this will really work for data merge, but if it can be done with a single file you'll need to do some modifications to your data set.
    First, you'll need five different fields for the data, one for each tab, so for each record you'll have one field populated, and 4 blank (or just two commas next to each other, nothing between for each blank field). If you were working in Excel, this would mean you'd need to populate cells in a shift right AND shift down pattern, sort of stair-stepping.
    Next you'd need to make a five-page file in ID and put each filed in the correct position on it's own page. It might work to use five master pages, and put one field on each master, but I haven't had good luck using fields on the master page unless you are using a single record per page merge (which you are), and I never tried with multiple masters, so ...
    Peter

  • Can you evenly distribute tabs in the Tabs dialog box?

    Hello.
    I work with lots of statistics arranged in columns and separated by tabs in text boxes. The number of columns will vary, but the text box is always the same width. I manually space out the tabs to evenly fill the text box. This is slow. I wonder if there is any way to select all tabs and then evenly distribute them across the Tabs dialog box? Like how you can evenly distribute multiple elements using the Align tool.
    The 'Repeat Tab' function is close to what I need, but an 'Evenly Distribute Selected Tabs' would be even better.
    Thanks,
    /stephen

    Scripts are easy, and very powerful, and you don't need any programming knowledge to use them. Just install them (see How to install scripts in InDesign | InDesignSecrets) and double-click the name inthe scripts panel to run them.
    You don't have to use the ESTK as suggested above, a plain text editor like Notepad or Text edit is fine (be sure to save as plain text, but add the .jsx extension). Since these scripts are very old, there's a chance they won't work in newer versions, but that can usually be overcome by making a subfolder in the scripts folder with the correct version name and placing an older script into the subfolder. In the case of the second script that would be a folder named "Version 4.0 Scripts" (without the quotes, but case-sensitive). I have no idea waht version Gerald's script was written for, but I've removed the <br \> codes and replaced them with the correct line breaks below if you want to try it:
    if (app.documents.length != 0){
         if (app.selection.length == 1){
              var a = app.selection[0].constructor.name;
              switch (app.selection[0].constructor.name){
                  case "Text":
                   case "InsertionPoint":
                   case "Character":
                   case "Word":
                   case "Line":
                   case "TextStyleRange":
                   case "Paragraph":
                   case "TextColumn":
                   case "Story":
                        main();
                        break;
                   default:
                        alert("No text selected.");
                        break;
         else{
              alert("Nothing selected.");
    else{
         alert("No document opened.");
    function main() {
         var allSel = app.selection;
         var nPara = allSel[0].paragraphs.length;
         var allPara = allSel[0].paragraphs;
         for (var m=0; m < allPara.length; m++) {
              var aSel = allPara[m];
              var myTabList = aSel.tabStops;
              var lastX = myTabList[-1].position;
             var myStep = myWidth / myTabList.length;
              for (var n=(myTabList.length-1); n >= 0; n--) {
                   myTabList[n].position =  myWidth+n;
              for (var n = 0; n<myTabList.length;  n++) {
                  myTabList[n].position = (n+1) * myStep;

  • How to set up Airport Express to extend Buffalo WHR HP 54g wireless router

    Contrary to what official Apple policy is, it is possible to use Airport Express as a remote repeater using a Buffalo router.
    I sent hours setting up this network and wish to share what I learned
    I only wanted to use the Airport Express as a repeater to distribute the internet to the far reaches of the house--no iTunes, no Printer, and I did not bother setting security.  If you want to add any of those features please make sure that the basic setup is working as described below.  I have no idea how to successfully set up these features.  My advice is to search the internet for guidance.
    Anyway:  how to set up the Buffalo wireless access router to work with Airport Express
    Setting up the Buffalo:
    From the routers home page of 192.168.11.1, hit the "advanced" box at the top
    1.     Go the "Wireless config"   "basic" item.  Give name to your network (spaces are allowed), lets call it "WIRENAME" and select wireless channel 1 or 6 or 11. These channels have the least interference and will tend to work when the others do not.
    2.     Go the the "repeater" item under Wireless config.  . " Enable" repeater/bridge (WDS).  Next register the MAC address of the Airport Express.  Record both the LAN and Wireless MAC addresses. 
    That is about it.  Your Buffalo system Info page should look like this
    Model             
    WHR-HP-G54 Ver.1.40        (1.0.37-1.08-1.04)                       
                        AirStation Name              AP001D73DEB2D6                    Operational Mode                Router Mode                    WAN                                                                                                                                                                                                                                                                                                                                                                                                      
    DHCP
    Connection Status
    Communicating
    Operation
    IP Address
    myinfo
    Subnet Mask
    255.255.255.248 
    Default Gateway
    my info(Via DHCP)
    DNS1(Primary)
    my info (Via DHCP)
    DNS2(Secondary)
    my info (Via DHCP)
    Host Name
    my info (Manual Setup)                  
    Domain Name
    earthlink.net (Via DHCP)
    MTU Size
    1500
    DHCP Server Address
    10.108.48.1
    Lease Acquired Time
    2006/01/04 12:03:15
    Lease Period
    2006/01/05 12:03:15
    Wired Link
    100Base-TX                                (Full-duplex)                          
    MAC Address
    00:1D:73:xx:xx:xx
                        LAN                                                                                                                                                                                                                     
    IP Address
    192.168.11.1
    Subnet Mask
    255.255.255.0
    DHCP Server
    Enabled
    MAC Address
    your address recorded in the repeater tab
                   Wireless(802.11g)                                                                                                                                                                                                                                                                                    
    Wireless Status
    Enabled           
    SSID
                                          WIRENAME
    Encryption Mode
    Not Configured           
    Wireless Channel
    11Channel                 (Manual)           
    125* High Speed Mode
                                 Disabled           
    MAC Address
    your address recorded in the repeater tab
    For the Airport express: here is a summary of what the settings are:  Start Airport Express Utility and when it comes up
    Select "Manual" setup
    On the Base station tab:  Give Airport Express a name, any name and any password.  Do not select the box:  Allow setup over the internet with Bonjour
    On the wireless tab:  Wireless mode: Participate in a WDS network
    Network name:  the name you gave in the Buffalo router: EG:  WIRENAME
    Radio mode: 802.11n(802.11b/g compatible)
    Channel : the same as you set in the Buffalo
    Wireless security: None
    WDS tab:  WDS mode: WDS remote
    Check: allow wireless clients
    WDS main: the MAC address of the wireless (not LAN) side of the Buffalo router
    Access control tab: MAC address access control: Not enabled
    At the top of the control box , click on the Internet icon
         Internet connection: Connection sharing: Off (Bridge Mode)
         TCP/IP: Configure iPV4 : Using DHCP
         I put in the address of the DNS servers listed on the Buffalo System info page above.
    At the top of the control box Music Icon: I did not enable AirTunes
    Printer icon: did not set this up
    Advanced icon: leave every thing alone
    That is it.  Just do everything as above and your Airport Express will act as a repeater.  (And save yourself a couple of days struggle.)
    Phil

    Many thanks for the info.
    In case you were not aware,the following list of Apple WDS compatible devices has appeared on numerous sites and in numerous Internet links and articles regarding this subject:
    3com OfficeConnect ADSL Wireless 11g Firewall Router model 3crwdr100a-72 but ONLY with NO encryption
    Belkin F5D7230-4 and F5D7231
    BT Voyager 2091 or 2100
    Buffalo WGR-G54
    Linksys WRT54G or WRT54GS (though v4)
    Netgear WGR614 v6

  • Interactive Reports in Firefox 3.0.5

    Hi!
    When running an interactive report in Firefox 3.0.5, the pull-down menu next to the cog icon does not display right over the icon as it does in IE. Rather, the menu displays at the bottom of the page below the report area.
    Anyone knows why is this and how it can be fixed?
    Thx!
    Marc

    ...and FWIW, here's the whole page code...
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>W-9 File Upload &amp; Search</title>
    <link rel="stylesheet" href="/apex_images/themes/theme_15/theme_V3.css" type="text/css" />
    <style type="text/css">
    <!--
    body {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 12px;
         margin: 0px;
         padding: 0px;
         line-height: 16px;
         width: 100%;
    #header {
         overflow: hidden;
         border-bottom-width: 2px;
         border-bottom-style: solid;
         border-bottom-color: #0099CC;
    #wrap {
         overflow: hidden;
         margin: 0px;
    #primary {
         float: left;
         width: 100%;
         border-top-width: 10px;
         border-top-style: solid;
         border-top-color: #D7EDFE;
         margin: 0px;
         padding: 0px;
    #secondary {
         width: 25%;
         float: left;
         border-top-width: 10px;
         border-top-style: solid;
         border-top-color: #D7EDFE;
         display: none;
    #footer {
         clear: both;
    #header #column-1 {
         float: left;
         width: 25%;
    #header #column-2 {
         float: left;
         width: 50%;
    #header #column-3 {
         float: right;
         width: 25%;
         text-align: right;
    table.standardLook tr:hover {
         background-color: #DDE9FE;
    #tabs {
    clear:both;
    width:100%;
    #tabs ul {
         float:right;
         list-style-type:none;
         margin:0px;
         padding:0px;
    #tabs ul li {
         float: left;
         margin-right:0px;
         background-image: url(https://dev-navcentral.navigators.org/apex_images/themes/theme_15/tab_open.gif);
         background-repeat: no-repeat;
    #tabs ul li.current {
        background-image: url(https://dev-navcentral.navigators.org/apex_images/themes/theme_15/tab_open_c.gif);
    #tabs ul li a {
         float:left;
         padding-left:0px;
         padding-right:9px;
         font:12px Arial;
         text-decoration:none;
         font-weight:bold;
         color:#336699;
         line-height:19px;
         height: 19px;
         margin-left: 10px;
         background-image: url(/apex_images/themes/theme_15/tab_center.gif);
    #tabs ul li.current a {
         background-image: url(/apex_images/themes/theme_15/tab_center_c.gif);
         margin-left: 12px;
         color: #CEDFF0;
    #tabs ul li a:hover {
         color: #003366;
    #tabs ul li.current a:hover {
         color: #ffffff;
    -->
    </style>
    <script src="/apex_images/javascript/apex_ns_3_1.js" type="text/javascript"></script>
    <script src="/apex_images/javascript/apex_3_1.js" type="text/javascript"></script>
    <script src="/apex_images/javascript/apex_get_3_1.js" type="text/javascript"></script>
    <script src="/apex_images/javascript/apex_builder.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    /*Global JS Variables*/
    var htmldb_Img_Dir = "/apex_images/";
    //-->
    </script>
    <link rel="stylesheet" href="/apex_images/css/apex_3_1.css" type="text/css" />
    <!--[if IE]><link rel="stylesheet" href="/apex_images/css/apex_ie_3_1.css" type="text/css" /><![endif]-->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    </head>
    <body >
    <div id="wrap">
      <form action="wwv_flow.accept" method="post" name="wwv_flow" id="wwvFlowForm" >
      <input type="hidden" name="p_flow_id" value="275" id="pFlowId" />  <input type="hidden" name="p_flow_step_id" value="1" id="pFlowStepId" />  <input type="hidden" name="p_instance" value="1054298689687563" id="pInstance" />  <input type="hidden" name="p_page_submission_id" value="4137293142420641" id="pPageSubmissionId" />  <input type="hidden" name="p_request" value="" id="pRequest" />    <div id="header">
        <div id="column-1">
          <br />
        </div>
        <div id="column-2">
        </div>
        <div id="column-3">
          <br />
        </div>
        <div id="tabs">
          <ul>
            <li class="current"><a href="javascript:doSubmit('T_PAGE_1');">W-9 File Upload</a></li><li><a href="javascript:doSubmit('T_UPLOAD EXCEPTIONS');">Upload Exceptions</a></li><li><a href="javascript:doSubmit('T_USERS');">Users</a></li>
          </ul> 
        </div>
        <div style="clear:both;"></div>
      </div>
      <div id="primary">
        <div id="primary-header">
          <div id="R1102609521283413" class="t15breadcrumb"><ul></ul></div>
        </div>
        <div id="notification">
        </div>
        <table summary="" cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td align="right"><table class="t15Button" cellspacing="0" cellpadding="0" border="0"  summary=""><tr>
    <td class="t15L"><img src="/apex_images/themes/theme_15/button-l.gif" alt="" /></td>
    <td class="t15C"><a href="javascript:doSubmit('UPLOAD_FILES')">Upload Files</a></td>
    <td class="t15R"><img src="/apex_images/themes/theme_15/button-r.gif" alt="" /></td>
    </tr></table></td></tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0" id="R1118932641117463" class="t15ReportsRegion" summary="">
    <tr>
    <td valign="bottom" class="t15RegionHeader">W-9 Uploaded Files</td>
    <td align="right" class="t15ButtonHolder">   </td></tr>
    <tr>
    <td colspan="2" valign="top" class="t15Body"><div id="apexir_WORKSHEET_REGION" class="apex_worksheet"><div id="apexir_DETAIL" class="apex_detail"></div><div id="apexir_REPORT" class="apex_report"><div id="apexir_TOOLBAR" class="apex_toolbar"><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top"><table class="apex_finderbar" cellpadding="0" cellspacing="0" border="0"><tbody><tr><td valign="top" class="apex_finderbar_left_top"><img src="/apex_images/1px_trans.gif" class="spacer" width="10" height="8" alt="" /></td><td rowspan="3" class="apex_finderbar_middle" valign="middle"><img src="/apex_images/htmldb/builder/finder_w_dropdown.gif" id="apexir_SEARCH_ICON" onclick="gReport.controls.search_column();" /><input type="hidden" id="apexir_CURRENT_SEARCH_COLUMN" /><div id="apexir_SEARCHDROP" style="display:none;"><br /></div></td><td rowspan="3" class="apex_finderbar_middle" valign="middle" id="apexir_SEARCH_COLUMN_DROP" ></td><td rowspan="3" class="apex_finderbar_left" valign="middle"><table class="formlayout" summary=""><tr><td nowrap="nowrap" align="right"></td><td  colspan="1" rowspan="1" align="left"><input type="text" size="30" maxlength="2000" value="" id="apexir_SEARCH" onkeyup="($f_Enter(event))?gReport.search('SEARCH'):null;" /></td><td nowrap="nowrap" align="right"> <label for="apexir_NUM_ROWS">Rows</label></td><td  colspan="1" rowspan="1" align="left"><select size="1"  id="apexir_NUM_ROWS"  name="p_accept_processing"><option  value="1">1</option><option  value="5">5</option><option  value="10">10</option><option selected="selected" value="15">15</option><option  value="20">20</option><option  value="25">25</option><option  value="30">30</option><option  value="50">50</option><option  value="100">100</option><option  value="200">200</option><option  value="500">500</option><option  value="1000">1000</option><option  value="5000">5000</option><option  value="100000">All</option></select></td><td nowrap="nowrap" align="right"></td><td  colspan="1" rowspan="1" align="left"><input type="button" value="Go"  onclick="gReport.search('SEARCH')"  /></td><td align="left" width="55"><div class="dhtmlMenuLG"><div class="dhtmlMenuItem" style="margin-right:0px;"><img src="/apex_images/ws/action_dropdown.gif"  class="dhtmlMenu" onclick="gReport.controls.menu(this,'apexir_ACTIONSMENU',false)" alt=""/></div><ul id="apexir_ACTIONSMENU" htmldb:listlevel="2" class="dhtmlSubMenu" style="display:none;"><li><a href="javascript:gReport.controls.display_column('COLUMN');" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)" title="Select Columns"><img src="/apex_images/ws/edit_col_32.gif" /> Select Columns</a></li>
    <li class="dhtmlMenuSep"><img src="/apex_images/1px_trans.gif"  width="1" height="1" alt=""  class="dhtmlMenuSep" /></li>
    <li><a href="javascript:gReport.controls.filter();" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)" title="Filter"><img src="/apex_images/ws/filter_32.gif" /> Filter</a></li>
    <li><a href="javascript:gReport.controls.ordering();" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)" title="Sort"><img src="/apex_images/ws/sort_32.gif" /> Sort</a></li>
    <li><a href="javascript:gReport.controls.ctrl_break();" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)" title="Control Break"><img src="/apex_images/ws/break_col_32x24.gif" /> Control Break</a></li>
    <li><a href="javascript:gReport.controls.highlight();" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)" title="Highlight"><img src="/apex_images/ws/highlight_32x24.gif" /> Highlight</a></li>
    <li class="dhtmlMenuSep"><img src="/apex_images/1px_trans.gif"  width="1" height="1" alt=""  class="dhtmlMenuSep" /></li>
    <li><a href="javascript:gReport.controls.flashback();" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)" title="Flashback"><img src="/apex_images/ws/flashback_32x24.gif" /> Flashback</a></li>
    <li class="dhtmlMenuSep"><img src="/apex_images/1px_trans.gif"  width="1" height="1" alt=""  class="dhtmlMenuSep" /></li>
    <li><a href="javascript:gReport.controls.save();" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)" title="Save Report"><img src="/apex_images/ws/disk_32.gif" /> Save Report</a></li>
    <li><a href="javascript:gReport.controls.reset();" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)" title="Reset"><img src="/apex_images/ws/reset_32x24.gif" /> Reset</a></li>
    <li class="dhtmlMenuSep"><img src="/apex_images/1px_trans.gif"  width="1" height="1" alt=""  class="dhtmlMenuSep" /></li>
    <li><a href="javascript:popupURL('wwv_flow_utilities.show_ir_help?p_app_id=275&p_worksheet_id=1119004877117463&p_lang=en-us');" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)" title="Help"><img src="/apex_images/ws/help_32x24.gif" /> Help</a></li>
    <li class="dhtmlMenuSep"><img src="/apex_images/1px_trans.gif"  width="1" height="1" alt=""  class="dhtmlMenuSep" /></li>
    <li><a href="javascript:gReport.controls.download();" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)" title="Download"><img src="/apex_images/ws/download_32x24.gif" /> Download</a></li>
    </ul></div></td></tr><tr><td></td><td  colspan="1" rowspan="1" align="left"></td></tr></table></td><td rowspan="3" width="30"><br /></td></tr><tr><td class="apex_finderbar_left_middle"><br /></td></tr><tr><td valign="bottom" class="apex_finderbar_left_bottom"><img src="/apex_images/1px_trans.gif" class="spacer" width="10" height="8"  alt="" /></td></tr></tbody></table></td></tr></table></div><div id="apexir_WORKSHEET"><div id="apexir_CONTROL_PANEL_DROP" class="drop_panel clearfix" style="display:none"></div><style id="apexir_WORKSHEET_CSS" type="text/css">
    </style>
    <input type="hidden" id="apexir_WORKSHEET_ID" value="1119004877117463" />
    <input type="hidden" id="apexir_APP_USER" value="23733090" />
    <input type="hidden" id="apexir_REPORT_ID" value="1119819810130548" />
    <div>
    <div id="apexir_CHART">
    </div>
    <div id="apexir_CALENDAR">
    </div>
    <div id="apexir_DATA_PANEL">
    <table summary="">
    <tr><td colspan="5" class="pagination" align="right"><span class="fielddata"> 1 - 15 of 1559 <a href="javascript:gReport.navigate.paginate('pgR_min_row=16max_rows=15rows_fetched=15')"><img src="/apex_images/jtfunexe.gif" title="Next" alt="Next" align="absmiddle" /></a></span></td></tr>
    <tr><td><script>var gTable = '1119004877117463'</script>
    <table summary="" cellpadding="0" cellspacing="0" border="0" class="apexir_WORKSHEET_DATA" id="1119004877117463">
    <tr><th><div id="apexir_DOWNLOAD" onclick="gReport.controls.widget(this.id)" style="text-align:center;">Download</div></th><th><div id="apexir_FILENAME" onclick="gReport.controls.widget(this.id)" style="text-align:center;">Filename</div></th><th><div id="apexir_DATE_UPLOADED" onclick="gReport.controls.widget(this.id)" style="text-align:center;">Date Uploaded</div></th><th><div id="apexir_ELIMINATE" onclick="gReport.controls.widget(this.id)" style="text-align:center;">Delete</div></th></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:23759474_12032008_Conservative_Baptist_Foreign_Mission.pdf%2C1&cs=3BE46CEC54B25D9045EA1101E5205F6C5" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">23759474_12032008_Conservative_Baptist_Foreign_Mission.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:23759474_12032008_Conservative_Baptist_Foreign_Mission.pdf%2C1&cs=35E7631A02949AC0874933DB5011A7A9B" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:23759484_12032008_Elaina_Whittenhall.pdf%2C1&cs=30628489CF133D8AE07C3F6DCDEACD4B5" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">23759484_12032008_Elaina_Whittenhall.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:23759484_12032008_Elaina_Whittenhall.pdf%2C1&cs=324BE78644A60856A9FB7598AE0E2927D" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:23759494_12032008_Donald_Parrott.pdf%2C1&cs=381C0B68B62C1DE0AFAFFB138849DD343" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">23759494_12032008_Donald_Parrott.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:23759494_12032008_Donald_Parrott.pdf%2C1&cs=3E7711587AEB6567E2E5DB49A4486F146" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:23759505_12032008_Hydron_Turf_Inc.pdf%2C1&cs=370546244E33C0CDD45EC592543251891" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">23759505_12032008_Hydron_Turf_Inc.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:23759505_12032008_Hydron_Turf_Inc.pdf%2C1&cs=368EB6EC80669A372E442EEE7009E7614" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:23759511_12032008_Zeeks_Pizza_inc.pdf%2C1&cs=393AD5D099610F1714B0EA78181EE755C" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">23759511_12032008_Zeeks_Pizza_inc.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:23759511_12032008_Zeeks_Pizza_inc.pdf%2C1&cs=34281BB3410289F25BA111051C2470AF1" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:1437_12032008_Foxworth_Galbraith.pdf%2C1&cs=310BF9AC14F29E35E6027C2EC6B7D49C4" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">1437_12032008_Foxworth_Galbraith.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:1437_12032008_Foxworth_Galbraith.pdf%2C1&cs=31A37B74BF39A7A8028457C978A3982E1" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:1442_12032008_Brunos_Party_Time_Rental.pdf%2C1&cs=359B1791458976AF272259756BECC2426" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">1442_12032008_Brunos_Party_Time_Rental.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:1442_12032008_Brunos_Party_Time_Rental.pdf%2C1&cs=362713E518E1A23FE165DCC5C909B529B" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:23747564_12032008_Matt_Mikalatos.pdf%2C1&cs=3852CC3C23951C12384568DD801BEB0DD" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">23747564_12032008_Matt_Mikalatos.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:23747564_12032008_Matt_Mikalatos.pdf%2C1&cs=301CD3F8543CB50E0AC89D0AD605CB915" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:23747574_12032008_Casas_Por_Cristo.pdf%2C1&cs=3892F3DE74C4E007443D5117634A7D329" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">23747574_12032008_Casas_Por_Cristo.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:23747574_12032008_Casas_Por_Cristo.pdf%2C1&cs=3E14BCB602BA6BEAC7369238C19669216" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:23747868_12032008_Mark_Brunson.pdf%2C1&cs=326579694381D52F1C9B0E6CEFF9B6AC0" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">23747868_12032008_Mark_Brunson.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:23747868_12032008_Mark_Brunson.pdf%2C1&cs=3D7A290F9474B4674EB57810CDEE828C7" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:23747892_12032008_Brandon_Tackett.pdf%2C1&cs=35159001B486DD368DDB15977B0D0CC74" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">23747892_12032008_Brandon_Tackett.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:23747892_12032008_Brandon_Tackett.pdf%2C1&cs=3D672DF7CAF3DEB99CF9D36788CEFF94A" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:23747990_12032008_Jami_Kirkbride.pdf%2C1&cs=3500DCCE200085E8071279B7431382DD5" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">23747990_12032008_Jami_Kirkbride.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:23747990_12032008_Jami_Kirkbride.pdf%2C1&cs=38AB133AF835915640EBCE78E346925F3" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:23748001_12032008_Steven_Todd.pdf%2C1&cs=3C92E47F21A6264800ED11EDD1909A23F" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">23748001_12032008_Steven_Todd.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:23748001_12032008_Steven_Todd.pdf%2C1&cs=37031494E7B6950E1DFEBCE014A7E8DD8" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:23748023_12032008_Amerigas.pdf%2C1&cs=38C1BA2D898623C6EB90373DC0B42694A" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">23748023_12032008_Amerigas.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:23748023_12032008_Amerigas.pdf%2C1&cs=3565731C7716F663E9B115B003135A29B" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    <tr ><td  align="center"><a href="f?p=275:2:1054298689687563::NO::P2_DOC_NAME,P2_REQUESTING_PAGE:23761639_12172008_Kathy_Ammon.pdf%2C1&cs=3E678E6956231231F39E6CF9181B6E3D4" ><img src="/apex_images/download.gif" alt="Download" width="20" height="20"></a></td><td  align="left">23761639_12172008_Kathy_Ammon.pdf</td><td  align="left">20-JAN-2009 11:16AM</td><td  align="center"><a href="f?p=275:4:1054298689687563:ELIM:NO::P4_DOC_NAME,P4_RETURNING_PAGE:23761639_12172008_Kathy_Ammon.pdf%2C1&cs=32787E0AB470723DDB5D7159696FD1596" ><img src="/apex_images/del.gif" alt="Delete"></a></td></tr>
    </table></td></tr>
    <tr class="fielddatasmall" align="left"><td>
    </td></tr>
    <tr><td colspan="5" class="pagination" align="right"><span class="fielddata"> 1 - 15 of 1559 <a href="javascript:gReport.navigate.paginate('pgR_min_row=16max_rows=15rows_fetched=15')"><img src="/apex_images/jtfunexe.gif" title="Next" alt="Next" align="absmiddle" /></a></span></td></tr>
    </td></tr>
    </table>
    </div>
    </div>
    </div>
    </div></div><script type="text/javascript">
    addLoadEvent(init_gReport);
    var gReport,gValid;
    function init_gReport(){
    gReport = new apex.worksheet.ws('');
    gValid = new apex.validation.v();
    </script>
    <div id="apexir_rollover" style="position:absolute;display:none;"><table cellpadding="1" cellspacing="0" border="0" width="100%"><tr><td><span id="apexir_sortup"><img src="/apex_images/ws/dup.gif" alt="Sort Ascending" title="Sort Ascending" onclick="gReport.column.order('ASC')" /></span><span id="apexir_sortdown"><img src="/apex_images/ws/ddown.gif" alt="Sort Descending" title="Sort Descending" onclick="gReport.column.order('DESC')" /></span><span id="apexir_hide"><img src="/apex_images/ws/trash.gif" alt="Hide Column" title="Hide Column" onclick="gReport.column.hide()" /></span><span id="apexir_break"><img src="/apex_images/ws/break_col.gif" alt="Control Break" title="Control Break" onclick="gReport.column.break_on()" /></span><span id="apexir_info"><img src="/apex_images/ws/info_20x18.gif" alt="Column Information" title="Column Information" onclick="gReport.controls.info()" /></span><span id="apexir_computation"><img src="/apex_images/ws/calc.gif" alt="Compute" title="Compute" onclick="gReport.controls.computation(false)" /></span></td></tr><tr><td><input type="text" onkeyup="$d_Find('apexir_rollover_content',this.value,'a');" style="width:95%;" id="apexir_search" /></td></tr></table><div id="apexir_rollover_content"></div></div><span id="apexir_LOADER" style="display:none;"><img src="/apex_images/ws/ajax-loader.gif" /></span></td>
    </tr>
    </table><table id="apex_layout_3134323851085756" class="formlayout" summary="" ><tr><td></td><td  colspan="1" rowspan="1" align="left"><input type="hidden" name="p_arg_names" value="3134621904094597" /><input type="hidden" name="p_t01" value="test-navcentral.navigators.org" id="P1_SERVER_NAME"  /></td></tr><tr><td></td><td  colspan="1" rowspan="1" align="left"><input type="hidden" name="p_arg_names" value="3139106994289054" /><input type="hidden" name="p_t02" value="" id="P1_DEBUG"  /></td></tr>
    </table>
      </div>
      <div id="secondary">
      </div>
      <div id="footer">
        <br />
      </div>
      <input type="hidden" name="p_md5_checksum" value=""  /></form>
    </div>
    <script type="text/javascript">
    <!--
    //-->
    </script></body>
    </html>Marc

  • Keyword file format with {synonyms} is too finicky

    I just created a 4000 term keyword file, hierarchically organized.  i used excel to create the organization.  this was not an easy task because it seems that lightroom requires a file organized to look like this
    main keyword
                   subkeyword
                             subsubkeyword {synonym}
    main keyword2
                   subkeyword2
                        subsubkeyword2
                             subsubsubsubkeyword {synonym}
    etc
    my original excel file looked like this
    main keyword        subkeyword          subsubkeyword                                        {synonym}
    main keyword2      subkeyword2       subsubkeyword2 subsubsubkeyword {synonym2}
    It was not easy to get all of the synonyms lined up with the final subkeyword, because the hierarchy length varied.  I couldnt just remove repeated tabs because the keywords had to have repeated tabs to end up at the right level.
    it would be great if lightroom could use a more standard spreadsheet format.  Of course, perhaps there is a simpler way that i am overlooking.

    the problem was not so much converting from columns to rows which can be done using sequence numbers and copying and deleting as needed.  the problem is in moving the synonyms so that there are not duplicate tabs between the last keyword and the synonyms.  If i understand correctly the synonyms have to be on the same line as the last subkeyword and with only one tab between keyword and synonyms.  i wrote some formulas that did this but it was only a partially automated method and very messy.
    As you say, the format is a poor one.

  • Model A1288 Shuffle function won't work

    I have a second generation ipod I am just using for music in the car. 
    But when I go to play an album or a playlist I have, it will not go through the playlist, just the first song and then repeat it. 
    Same with the shuffle.  It will play the first song, but then it will repeat indefinately. 
    Obviously when I am driving, I do not want to have to tap a new song every five minutes. 
    What can I do?  Being second gen, the update is 4.2.1 I think. 

    Hey Snider, I'm not that familiar with the iPod 2, but the other models have a multiple repeat function-- will play the same song over and over... And over, or you can repeat the album or playlist. Are you sure your not in single mode? Try tapping the repeat tab, multiple times. If I remember correctly, one tap; repeat all. Two taps; repeat single. Three taps turns repeat off. I may have the order wrong, you'll have to play around with it. Hope this helps. Cheers.

  • Need key commands list - complete

    can someone do me a favor and email me the clipboard output of the comprehensive key command list? i'm not in a position to do this myself right at the moment. if someone chimes up, i'll reply with the email address to send it to. no formating or anything is necessary.
    also, for those that use key commands a lot and have some complex customization, what is your opinion on its reliability? my questioning is due to the possible utilization of a remote session of logic, receiving custom MIDI sysex commands to basically remote control functionality via MIDI. (i will be sending commands via TCP, but there will be a local server sending MIDI to the host machine) do key commands ever not execute? if you send a rapid sequence of key commands, do they execute in a predictable fashion? etc...

    Why do you need to use Sysex commands? They're so much more complicated to program and keep track of...
    In terms of reliability, sometimes I find that key commands "go bad". This is almost always a case of "key label" commands going bad and to fix the problem they need to be re-programmed as "key position". That's the only buggy behavior re key commands, aside from the bugs in the key command window itself. But that's another story. Here's the list:
    -------- Global Commands --------
    * Record
    •Record Repeat
    Tab •Record Toggle
    sh - 18 •Capture Last Take as Recording
    •Capture Last Take as Recording & Play
    Enter Play
    ; Pause
    Return Stop
    Space Play or Stop
    Rewind
    Forward
    Fast Rewind
    Fast Forward
    Rewind 1 frame
    Forward 1 frame
    Rewind by format value
    Forward by format value
    Shuttle Rewind
    Shuttle Forward
    Scrub Rewind
    Scrub Forward
    Scrub by MIDI Value (-2-)
    ct 0 •Play from Beginning
    •Play from previous Bar
    •Play from Left Locator
    •Play from Right Locator
     •Play from left window corner
     Goto Left Locator
    ct Enter Goto Right Locator
    Goto Last Play Position
    Stop Goto Last Play Position
    Stop Goto Left Locator
    op co G •goto Position...
    . Set Left Locator...
    ct . Set Right Locator...
    sh [ Set Left Locator by Song Position
    [ Set Left Locator by rounded Song Position
    Set Left Autodrop Point by Song Position
    Set Left Autodrop Point by rounded Song Position
    sh ] Set Right Locator by Song Position
    ] Set Right Locator by rounded Song Position
    Set Right Autodrop Point by Song Position
    Set Right Autodrop Point by rounded Song Position
    Set Locators by Regions
    op O Set rounded Locators by Regions/Events
    ct X •Set Locators & Play
    X •Set rounded Locators & Play
    •Set rounded Locators & Cycle Play
    •Set rounded Locators & Record
    •Set rounded Locators & Cycle Record
    Swap Left and Right Locator
    Move Locators forward by Cycle Length
    Move Locators backwards by Cycle Length
    sh Enter •Play from Selection
    •Goto Selection
    ct a Create Marker
    sh a Create Marker without rounding
    Create Marker by Regions
    Delete Marker
    sh M Open Marker List...
    Open Marker List as Float...
    Open Marker Text...
    Open Marker Text as Float...
    Set Locators by Marker & Enable Cycle
    Set Locators by previous Marker & Enable Cycle
    Set Locators by next Marker & Enable Cycle
    sh -123 Goto Previous Marker
    sh -124 Goto Next Marker
    Goto Marker Number...
    sh - 85 Quick Edit Marker
    ct 1 Goto Marker Number 1
    ct 2 Goto Marker Number 2
    ct 3 Goto Marker Number 3
    ct 4 Goto Marker Number 4
    ct 5 Goto Marker Number 5
    ct 6 Goto Marker Number 6
    ct 7 Goto Marker Number 7
    ct 8 Goto Marker Number 8
    ct 9 Goto Marker Number 9
    ct op 0 Goto Marker Number 10
    ct op 1 Goto Marker Number 11
    ct op 2 Goto Marker Number 12
    ct op 3 Goto Marker Number 13
    ct op 4 Goto Marker Number 14
    ct op 5 Goto Marker Number 15
    ct op 6 Goto Marker Number 16
    ct op 7 Goto Marker Number 17
    ct op 8 Goto Marker Number 18
    ct op 9 Goto Marker Number 19
    ct op co 0 Goto Marker Number 20
    Select Previous Song
    Select Next Song
    Select Song 1
    Select Song 2
    Select Song 3
    Select Song 4
    Select Song 5
    Select Song 6
    Select Song 7
    Select Song 8
    Select Song 9
    Select Song 10
    Select Song 11
    Select Song 12
    Select Song 13
    Select Song 14
    Select Song 15
    Select Song 16
    Select Song 17
    Select Song 18
    Select Song 19
    Select Song 20
    C Cycle
    Drop
    Replace
    S Solo
    op -  1 •Set Solo Lock Mode
    ct op co -  1 •Reselect Solo-locked Regions
    Solo off for all
    Mute off for all
    sh ct * Record off for all
    Sync intern/extern
    •Tap Tempo
    MIDI Machine Control
    sh ct op * Toggle MIDI Remote (always MIDI remotable)
    Disable MIDI Remote
    co 3 •Set next higher Format
    co 2 •Set next lower Format
    N MIDI/Monitor Metronome Click
    Send Reset Controllers
    sh Help Send discrete Note Offs (Panic)
    Send Maximum Volume
    Send Used Instruments MIDI Settings
    Send All Current Fader Values except Sysex
     Send All Current Fader Values
    •Revert to Current Screenset
    Copy Screenset
    Paste Screenset
    Lock/Unlock Current Screenset
    •Next Screenset
    •Previous Screenset
    - 83 Recall Screenset 1
    - 84 Recall Screenset 2
    - 85 Recall Screenset 3
    - 86 Recall Screenset 4
    - 87 Recall Screenset 5
    - 88 Recall Screenset 6
    - 89 Recall Screenset 7
    - 91 Recall Screenset 8
    - 92 Recall Screenset 9
    sh op co C Copy MIDI Events...
    sh ct X Extended Region Parameters...
    Import Settings...
    Open Synchronization Song Settings...
    sh N Open Metronome Song Settings...
    Recording options...
    Open Tuning Song Settings...
    sh ct -106 Open Audio Song Settings...
    ct -106 MIDI options...
    sh ct C Chase Events...
    Open Score Song Settings...
    Open Video Song Settings...
    Preferences...
    Open Global Preferences...
    -106 Open Audio Preferences...
    Open MIDI Preferences...
    Open Display Preferences...
    sh ct co S Score Preferences
    Open Video Preferences...
    sh F14 Open Automation Preferences...
    Open Control Surfaces Preferences...
    Open Surround Preferences...
    Initialize All Except Key Commands...
    Start Logic Setup Assistant...
    Start Logic AU Manager...
    Import File...
    sh F1 Open Event Editor...
    co 1 Open Arrange Window...
    Open Track Mixer...
    F3 Open Score Editor...
    co 4 Transform
    Open Hyper Editor...
    Open Matrix Editor...
    co 7 Open Transport...
    F8 Open Environment...
    co K Open Step Input Keyboard
    \ Open Audio Window...
    Loop Browser...
    sh co - 14 Open Sample Editor...
    EXS24 Instrument Editor
    Open Project Manager...
    Open Signature Changes List...
    ct F1 Toggle Event Float
    F1 Toggle Event Editor
    Toggle Arrange Window
    co M Toggle Track Mixer
    sh F3 Toggle Score Editor
    Toggle Transform
    Toggle Hyper Editor
    F2 Toggle Matrix Editor
    F4 Toggle Transport
    Toggle Environment
    Toggle Audio Window
    Toggle Sample Editor
    Toggle Signature Changes List
    Start external Sample Editor
    sh / Open System Performance...
    TDM DSP Usage
    T Open Tempo List...
    Open Tempo Operations...
    Open Tempo Interpreter...
    K Open Key Commands...
    ct C Open Object Colors...
    Open Movie...
    sh co F Open Movie as Float...
    Open Movie Again
    sh ct op A Open Movie Again as Float
    Find Scene Cuts
    Remove Scene Markers
    / Open Audio Record Window...
    •Toggle (Mute) Audio Inputs
    •Toggle (Mute) Audio Tracks
    •Toggle (Mute) Audio Aux
    •Toggle (Mute) Audio Bus
    •Toggle (Mute) Audio Outputs
    Toggle Current Track Automation Off/Read
    Set Current Track to Automation Read
    Toggle Current Track Automation Touch/Read
    Toggle Current Track Automation Latch/Read
    Toggle Current Track Automation Write/Read
    Toggle Current Track Automation MIDI/Read
    Set All Tracks to Automation Off
    ct op co R Set All Tracks to Automation Read
    Set All Tracks to Automation Touch
    Set All Tracks to Automation Latch
    Set All Tracks to Automation Write
    Set All Tracks to Automation MIDI
    co E Automation Event Edit...
    sh F15 Track Automation Settings...
    Toggle Automation controlling Volume
    Toggle Automation controlling Pan
    Toggle Automation controlling Mute
    Toggle Automation controlling Send Levels
    Toggle Automation controlling Plug-in parameters
    Toggle Automation controlling Solo
    Toggle Automation Quick Access
    Toggle Group Clutch
    Open Group Settings...
    Write To End
    Write To Right Locator
    Delete currently visible Automation Data of Current Track
    Delete All Automation Data of Current Track
    Delete Orphan Automation Data of Current Track
    Delete All Automation Data of All Tracks
    sh ct R Move Current Region Data To Track Automation
    Move Current Track Automation Data To Region
    Move All Region Control Data To Track Automation
    op co M Move All Track Automation Data To Region
    Refresh Freeze Files
    •Refresh Audio Configuration
    - 75 Audio Hardware Setup
    ct \ Audio Configuration
    co \ Set Audio Record Path...
    Toggle Punch On The Fly
    Toggle Auto Input Monitoring
    sh ct / Toggle Pre-Fader Metering
    sh Space Clear Overload Flag in Audio Channel Display
    Toggle Velocity Engine support
    co W Close Window
    co Esc Close Floating Window
    Esc Close Window or Song
    Close Song without Save
    sh F Select Next Window
    sh R Redraw current window
    co N New...
    Initialize Song
    co O Open...
    Project Settings...
    Clean up Project...
    Consolidate Project...
    Rename Project...
    sh co W Close
    co S Save
    ct -  1 Save Song as...
    Save a Copy As...
    Save as Template...
    Save as Project...
    Revert to Saved...
    Page Setup...
    co P Print
    Import...
    Export Selection as MIDI File...
    Export Region as Audio File...
    Export Track as Audio File...
    Export All Tracks as Audio File...
    Export Song as OMF File...
    Export Song as OpenTL File...
    Export Song as AAF File...
    Song to FinalCut Pro/XML...
    Bounce...
    co Q Quit
    co Z Undo
    sh co Z Redo
    Undo History...
    Delete Undo History
    co X Cut
    co C Copy
    co V Paste
    -117 Clear
    co A Select All
    co F4 Zoom Window
    Tile Windows
    Tile Windows horizontally
    Stack Windows
    Import Audio File...
    Next Plug-In Setting
    Previous Plug-In Setting
    Next EXS Instrument
    Previous EXS Instrument
    Next Plug-In Setting or EXS Instrument
    Previous Plug-In Setting or EXS Instrument
    Next Channel Strip Setting
    Previous Channel Strip Setting
    Copy Channel Strip Setting
    Paste Channel Strip Setting
    Save Channel Strip Setting as...
    Next Channel Strip or Plug-in Setting or EXS Instrument
    Previous Channel Strip or Plug-in Setting or EXS Instrument
    Plug-in Delay Compensation: All
    -------- Various Windows --------
    •Show Tools
     •Set Next Tool
     •Set Previous Tool
    W •Set Arrow Tool
    R •Set Scissors Tool
    •Set Glue Tool
    •Set Eraser Tool
    •Set MIDI Thru Tool
    E •Set Text Tool
    •Set Solo Tool
    •Set Pencil Tool
    •Set Crosshair Tool
    •Set Mute Tool
    •Set Finger Tool
    •Set Layout Tool
    •Set Magnifying Glass Tool
    •Set Size Tool
    •Set Voice Separation Tool
    •Set Camera Tool
    •Set Velocity Tool
    •Set Quantize Tool
    •Set Audio Crossfade Tool
    •Set Automation Tool
    •Set Marquee Tool
    sh G Toggle Global Tracks
    Toggle Signature Track
    Toggle Tempo Track
    Toggle Chord Track
    Toggle Beat Mapping Track
    Toggle Marker Track
    Toggle Video Track
    Toggle Transposition Track
    Hide All Global Tracks
    Show All Global Tracks
    ct Left Zoom Horizontal Out
    ct Right Zoom Horizontal In
    ct Down Zoom Vertical Out
    ct Up Zoom Vertical In
    co F1 •Recall Zoom 1
    co F2 •Recall Zoom 2
    co F3 •Recall Zoom 3
    sh co F1 •Save as Zoom 1
    sh co F2 •Save as Zoom 2
    sh co F3 •Save as Zoom 3
    Zoom to fit Selection vertically & horizontally, store Navigation Snapshot
    Zoom to fit Selection horizontally, store Navigation Snapshot
    Zoom to fit Locators, store Navigation Snapshot
    Store Navigation Snapshot
    Navigation: Back
    Navigation: Forward
    PageUp Page Up
    PageDown Page Down
    Page Left
    Page Right
    1/3 Page Left
    1/3 Page Right
    1/8 Page Left
    1/8 Page Right
    Home Page Top
    End Page Bottom
    Page Left-most
    Page Right-most
    Scroll In Play
    sh F4 Hide/Show Transport
    Hide/Show Parameters
    Hide/Show Toolbox
    sh op co G Grid
    Plain Background
    A Catch Clock Position
    Link Window (Same Level)
    D MIDI Out Toggle
    MIDI In Toggle
    M Mute Folders/Regions
    F12 Hyper Draw: Disable
    F13 Hyper Draw: Volume
    Hyper Draw: Pan
    Hyper Draw: Modulation
    Hyper Draw: Pitch Bend
    Hyper Draw: Note Velocity
    Hyper Draw: Other...
    H Hyper Draw: Autodefine
    -------- Arrange and Various Editors --------
    co a •Go Into Folder or Region
    a •Go Out of Folder or Region
    Deselect All
    sh ct T Toggle Selection
    ct op co F Select All Following
    Select All Following of Track
    Select inside Locators
    Deselect outside Locators
    Deselect Global Tracks
    sh U Select empty Objects
    sh O Select overlapped Objects
    op = Select Equal Objects
    ct op S Select Similar Objects
    = Select Equal Channels
    sh = Select Equal Subpositions
    ct op co M Select Muted Regions/Events
    sh co 1 •Select First
    sh co 2 •Select Last
    Left •Select Previous Event
    Right •Select Next Event
    sh Left •Toggle Previous Region/Event
    sh Right •Toggle Next Region/Event
    -  5 Scroll To Selection
    Q Quantize Again
    •Quantize: next value
    •Quantize: previous Value
    sh Q De-Quantize
    sh co F Note Overlap Correction
    sh co C Note Force Legato
    Select Top Line
    ct op co Down Select Bottom Line
    sh C Lines To Channels
    co L Sustain Pedal to Note Length
    co F Note Overlap Correction (selected/selected)
    ct co C Note Force Legato (selected/selected)
    co R Note Overlap Correction for Repeated Notes
    •Delete Similar Objects
    •Delete but Keep Similar Objects
    •Delete and Select Next Region/Event
    ct V Paste at original Position
    Paste Replace
    Erase Unselected within Selection
    sh co R Repeat Objects...
    J Merge Objects
    Split Regions/Events by Locators
    sh F5 Split Regions/Events by rounded Song Position
    F5 Split Regions/Events by Song Position
    ct op co P •Pickup Clock (Move Event to SPL Position)
    sh ct P •Pickup Clock & Select Next Event
    •Set Region/Event Start to SPL Position
    sh \ •Set Region/Event End to SPL Position
    ct op + •Nudge Event Position by SMPTE frame +1
    ct op - •Nudge Event Position by SMPTE frame -1
    sh ct + •Nudge Event Position by SMPTE Bits +1
    sh ct - •Nudge Event Position by SMPTE Bits -1
    ct + •Nudge Event Position by SMPTE frame + 0.5
    ct - •Nudge Event Position by SMPTE frame - 0.5
    •Nudge Event Position by SMPTE frame + 5
    •Nudge Event Position by SMPTE frame - 5
    •Nudge Event Position by Tick +1
    •Nudge Event Position by Tick -1
    ct op Right •Nudge Event Position by Format +1
    •Nudge Event Position by Format -1
    •Nudge Event Position by Beat +1
    •Nudge Event Position by Beat -1
    •Nudge Event Position by Bar +1
    •Nudge Event Position by Bar -1
    •Nudge Event Position by + Nudge Value
    •Nudge Event Position by - Nudge Value
    •Set Nudge Value to Tick
    •Set Nudge Value to Format
    •Set Nudge Value to Beat
    •Set Nudge Value to Bar
    •Set Nudge Value to SMPTE Frame
    •Set Nudge Value to 0.5 SMPTE Frame
    •Nudge Event Length by Tick +1
    •Nudge Event Length by Tick -1
    sh ct Right •Nudge Event Length by Format +1
    sh ct Left •Nudge Event Length by Format -1
    •Nudge Event Length by Beat +1
    •Nudge Event Length by Beat -1
    •Nudge Event Length by Bar +1
    •Nudge Event Length by Bar -1
    •Nudge Event Length by SMPTE frame +1
    •Nudge Event Length by SMPTE frame -1
    op Up •Event Transpose +1
    op Down •Event Transpose -1
    + •Event Channel +1
    - •Event Channel -1
    P Positions/Time Ruler in SMPTE Units
    co U Unlock SMPTE Position
    ct op co - 37 Lock SMPTE Position
    Snap Mode: Smart
    Snap Mode: Bar
    Snap Mode: Beat
    Snap Mode: Format
    Snap Mode: Ticks
    Snap Mode: Frames
    Snap Mode: QF
    sh co D Snap Mode: Samples
    Drag Mode: Overlap
    Drag Mode: No Overlap
    Drag Mode: X-Fade
    Drag Mode: Shuffle L
    Drag Mode: Shuffle R
    -------- Windows showing audio files --------
    ct op co W Show file(s) in Finder
    -------- Arrange Window --------
    Up •Select previous Track
    Down •Select next Track
    Left •Select previous Region
    Right •Select next Region
    ct op co D •Deselect All Regions Except Recording Track
    •Set Track & MIDI Thru Parameters by Region/Folder
    ct op co C Select Equal Colored Regions
    Pack Folder
    Unpack Folder
    Unpack Folder (Use Existing Tracks)
    Append Track to Track List
    sh - 17 Create Track
    sh ct Return Create Track with next Instrument
    Create Multiple Tracks...
    Delete Track
    co D Delete unused Tracks
    sh op co D Delete Redundant Audio Tracks
    sh co T Tracks for Overlapped Regions
    Tracks for Selected Regions
    H Toggle Hide View
    Hide Current Track and Select Next Track
    Unhide All Tracks
    Toggle Track Mute
    Toggle Track Mute of all Tracks of Folder
    Toggle Track Mute of all Tracks With Same Instrument of Song
    Record Enable Track
    Toggle Track Solo
    ct op Down Individual Track Zoom In
    ct op Up Individual Track Zoom Out
    Toggle Individual Track Zoom
    Auto Track Zoom
    ct op co -  6 Individual Track Zoom Reset
    ct op co T Individual Track Zoom Reset for All Tracks
    Make Alias
    Make Alias but Copy Folder
    Turn Alias to Real Copy
    Reassign Alias
    Find Original of Alias
     Select All Aliases of Region
    Select All Orphan Aliases
    Delete All Orphan Aliases
    Audio Crossfade Options for Merge...
    Merge Regions per Tracks
    < Snip: Cut Time and Move by Locators
    Insert Time and Move by Locators
    Splice: Insert snipped part at Song Position
    Demix by Event Channel
    Demix by Note Pitch
    ct op co F15 Empty Trash
    ct op co F14 Open Trash
    Create New Instrument
    ct T Create Trackname
    Delete Trackname
    Move Selected Regions to track
    Adjust Tempo using Region Length and Locators
    ct op co O Set Region(s) to Recording Position
     Convert Regions to New Regions
     Convert Regions to New Audio Files
    sh ct co - 37 Adjust Region Length to Locators
    Adjust Region Length to Nearest Bar
    Strip Silence...
    ct op co A Open in Apple Loops Utility...
    Copy ReCycle Loop
    Paste ReCycle Loop
    Search Zero Crossings
    ct op co N Normalize
    Normalize without Channel
    Normalize without Channel & Delay
    ct op co Q Apply Quantization Settings Destructively
    L Toggle Loop
    sh L Turn Loops to Real Copies
    Turn Loops to Aliases
    Erase Duplicated Events
    ct op co X Set Optimal Region Sizes rounded by bar
    Set Optimal Region Sizes rounded by denominator
    Snap Region Start to Bar
    Remove Overlaps
    sh Tab Tie Regions by Length Change
    op Tab Tie Regions by Position Change
    Replace Overlapped Regions
    Tie Regions within Locators
    Insert Instrument MIDI settings as Events
    Erase inside Locators
    Erase outside Locators
    ct E Erase outside Region Borders
    Crop Regions outside Marquee Selection
    Remove Groove Template from list
    Make Groove Template
    Import DNA Groove Templates...
    Show Channel Strip Only
    sh A View Track Automation
    ct D Delay in ms
    Region Content
    sh op C Instrument Colors To Regions
    sh op N Tracknames To Regions
    Waveform vertical zoom x 1 (Normal)
    Waveform vertical zoom x 2
    Waveform vertical zoom x 4
    Waveform vertical zoom x 8
    ct op co -125 Waveform vertical zoom out
    ct op co Up Waveform vertical zoom in
    -------- Track &Mixer --------
    Toggle MIDI Instruments
    Toggle Audio Inputs
    Toggle Audio Tracks
    Toggle Audio Instruments
    Toggle Audio Aux
    Toggle Audio Busses
    Toggle Audio Outputs
    -------- Environment Window --------
    New Standard Instrument
    New Multi Instrument
    New Mapped Instrument
    New Fader/Knobs/...
    New Keyboard
    New Monitor
    New Arpeggiator
    New Transformer
    New Delay Line
    New Voice Limiter
    New Channel Splitter
    New Chord Memorizer
    New MIDI Out Port
    New Audio Object
    Clear Cables only
    Clean up Positions
    Reset Sizes
    ct A Align Objects
    sh ct op Left Object move left
    sh ct op Right Object move right
    sh ct op Up Object move up
    sh ct op Down Object move down
    Object Width -1 Pixel
    Object Width +1 Pixel
    Object Height -1 Pixel
    Object Height +1 Pixel
    Hide/Show Cables
    Protect Cabling/Positions
    •Toggle Channel Display Default of Multi Instrument
    sh ct T Toggle Selection
    ct F Select Used Instruments
    op G Select Unused Instruments
    Select Cable Destination
    ct op co / Select Cable Origin
    Goto Layer of Object
    Goto previous Layer
    Send Selected Fader Values
    Send All Fader Values except Sysex
    Delete Layer
    Insert Layer
    Cable serially
    Apply Buffer Template to Position and Size
    Apply Buffer Template to Position
    Apply Buffer Template to Size
    Apply Buffer Template to Definition
    Apply Buffer Template to Definition, channel increment
    Apply Buffer Template to Definition, number increment
    Apply Buffer Template to Cable(s)
    -------- Score Window --------
    Page Edit
    Explode Folders
    ct P Explode Polyphony
    Hide/Show Instrument Names
    ct op co H Hide/Show Page Rulers
    Color View: individual
    sh ct F14 Color View: Show Pitch
    Color View: Show Velocity
    Color View: Show Polyphony
    Color View: Force Black & White
    sh G Go to Page #...
    ct op co V Paste Multiple
    •Paste Multiple at original Position
    Right •Next Event
    Left •Previous Event
    Down •Next Staff
    Up •Previous Staff
    sh ct D Default Syncopation
    sh ct F Force Syncopation
    sh ct G Defeat Syncopation
    ct G Default Interpretation
    ct F Force Interpretation
    ct D Defeat Interpretation
    Stems: default
    - 23 Stems: up
    - 19 Stems: down
    Stems: hide
    Stem End: Default Length
    sh ct op Up Stem End: Move Up
    sh ct op Down Stem End: Move Down
    Voice/Staff Assignment: default
    Voice/Staff Assignment: staff above voice
    Voice/Staff Assignment: staff below voice
    Ties: default
    ct PageUp Ties: up
    ct PageDown Ties: down
    B Beam Selected Notes
    U Unbeam Selected Notes
    Default Beams
    Not Independent
    co I Independent
    co G Independent Grace
    Default Accidentals
    sh ct 3 Enharmonic Shift: #
    sh ct B Enharmonic Shift: b
    ct [ Flats To Sharps
    ct ] Sharps To Flats
    Force Accidental
    Hide Accidental
    sh co G Guide Accidental
    co N Reset Note Attributes
    Reset Line Layout
    op V •Align Object Positions Vertically
    op H •Align Object Positions Horizontally
    •Align Object Positions
    Split To Channels
    ct op co Up •Nudge Position Up
    •Nudge Position Down
    ct op co Left •Nudge Position Left
    ct op co Right •Nudge Position Right
    ct op co PageUp Open Score Style Window
    ct op co PageDown Open Instrument Set Window
    ct op co G Settings: Global Format
    ct N Settings: Numbers Names
    Settings: Guitar Tablature
    Settings: Clefs & Signatures
    Settings: Clefs & Signatures
    Settings: Clefs & Signatures
    Settings: Score Colors
    Selection To New Instrument Set
    •Partbox: 1/1 Note
    •Partbox: 1/2 Note
    •Partbox: 1/4 Note
    •Partbox: 1/8 Note
    •Partbox: 1/16 Note
    •Partbox: 1/32 Note
    •Next Partbox Symbol
    •Previous Partbox Symbol
    •Next Partbox Group
    •Previous Partbox Group
    •Attach Symbol: Fermata Up
    •Attach Symbol: Fermata Down
    - 47 •Attach Symbol: Staccato
    •Attach Symbol: Staccatissimo
    - 28 •Attach Symbol: Accent
    •Attach Symbol: Strong Accent
    •Attach Symbol: Long Accent
    •Attach Symbol: Tenuto
    sh ct U •Attach Symbol: Up-Bow
    •Attach Symbol: Down-Bow
    •Attach Symbol: Flageolet
    sh ct P •Attach Symbol: Pizzicato
    •Attach Symbol: Left Hand
    •Attach Symbol: Right Hand
    •Attach Symbol: Soft
    •Attach Symbol: Heavy
    •Attach Symbol: Jazz 1
    •Attach Symbol: Jazz 2
    •Attach Symbol: Jazz 3
    •Attach Symbol: Jazz 4
    •Attach Symbol: Jazz 5
    •Attach Symbol: Jazz 6
    sh ct W Insert: Slur Up
    sh ct S Insert: Slur Down
    co , Insert: Crescendo
    co . Insert: Decrescendo
    -------- Event Window --------
    Left Scroll to Previous Event
    Right Scroll to Next Event
    Length as Absolute Position
    Local Position
    •Numerical Edit of Event Position
    •Duplicate Event and Numerical Edit
    ct op co E •Copy value to all following events
    -------- Hyper Edit --------
    Create Hyper Set
    Create GM Drum Set
    Create Hyper Set For Current Events
    Clear Hyper Set
    Create Event Definition
    Delete Event Definition
    Multi Create Event Definition...
     Convert Event Definition...
    Copy Event Definition
    Paste Event Definition
    Select All Event Definitions
    Protect Values toggle
    Auto define toggle
    -------- Audio Window --------
    Up Select Previous Audio File
    Down Select Next Audio File
    Show Audio File Details
    Hide Audio File Details
    Play/Stop Region
    ct O Add Audio File...
    Add Region
    Delete File(s)
    Optimize File(s)...
    Backup File(s)
    Copy/Convert File(s)
    Move File(s)
    ct F Select Used
    ct D Select Unused
    ct G Show All Regions
    ct H Hide All Regions
    sh W Strip Silence...
    Import SDII Regions
    Export SDII Regions
    Create Group...
    Delete selected Groups
    -------- Sample Edit Window --------
    Play/Stop Selection
    sh ct Space •Play/Stop All
    ct Space •Play/Stop Region
    •Play/Stop Region to Anchor
    sh ct A •Play/Stop Region from Anchor
    Create Backup
    Revert to Backup
    Save A Copy As...
    Save Selection As...
    Region -> Selection
    Selection -> Region
    Left •Goto Selection Start
    Right •Goto Selection End
    •Goto Region Start
    sh E •Goto Region End
    sh A •Goto Region Anchor
    ct R Create New Region
    ct N Normalize
    Change Gain...
    Fade In
    Fade Out
    ct Backspace Silence
    Invert
    ct < Reverse
    F7 Trim
    Remove DC Offset
    Time and Pitch Machine...
    ct G Groove Machine...
    ct E Audio Energizer...
    Sample Rate Convert...
    Silencer...
    Audio to MIDI Groove Template...
    Audio to Score...
    Quantize Engine...
    Search Peak
    Search Silence
    -------- EXS24 Instrument Editor --------
    Z Select zones pointing to selected group(s)
    Toggle Selection
    Left Previous Zone/Group
    Right Next Zone/Group
    Open file selector for selected zone
    New Zone
    New Group
    View: All / Toggle Mode
    View: Next Zone Parameter
    View: Next Group Parameter
    Move Audio files
    Copy Audio files
    •Backup audio files of all USED and ACTIVE instruments of current song...
    •Shift selected zone(s) left
    •Shift selected zone(s) right
    •Shift selected zone(s) left (inc. root key)
    •Shift selected zone(s) right (inc. root key)
    -------- Keyboard Input --------
    Note 'C'
    Note 'C#'
    Note 'D'
    Note 'D#'
    Note 'E'
    Note 'F'
    Note 'F#'
    Note 'G'
    Note 'G#'
    Note 'A'
    Note 'A#'
    Note 'B'
    Rest
    Next note will be sharp
    Next note will be flat
    Chord Mode
    Erase
    - 43 Step backwards
    - 47 Step forward
    Octave 0
    Octave 1
    Octave 2
    Octave 3
    Octave 4
    Octave 5
    Octave 6
    Octave - 2
    Octave - 1
    Octave + 1
    Octave + 2
    1/1 note
    1/2 note
    1/4 note
    1/8 note
    1/16 note
    1/32 note
    1/64 note
    1/128 note
    Next three notes are triplets
    Next two notes are a dotted group
    Velocity 16 (ppp)
    Velocity 32 (pp)
    Velocity 48 (p)
    Velocity 64 (mp)
    Velocity 80 (mf)
    Velocity 96 (f)
    Velocity 112 (ff)
    Velocity 127 (fff)
    Sustain inserted note(s)
    Quantize note starts on/off
    -------- Project Manager --------
    Up
    Down
    Left
    Right
    Scan
    Expanded Scan
    Scan folder...
    Abort scan process
    Check for modified or deleted files
    Clear scanned data
    Save Project Manager data
    Install files from...
    Toggle find mode
    Toggle Scan Paths mode
    Set selected folder as display root
    Move display root one level up
    Move display root to top
    Consolidate files of selected Songs...
    Add selected files to Audio Window
    Find used files for selected items
    op co U Find unresolved file references for selected items
    Move used files for selected EXS-Instruments...
    Copy selected EXS-Instruments and used samples...
    Convert selected REX files to Apple Loops...
    Set comment 1 for selected...
    Set comment 2 for selected...
    Show details for selected
    Hide details for selected
    Move selected items...
    Copy selected items...
    Start/stop preview
    Back
    Update file list in find mode
    Add selected files to Arrange
    -------- Global Control Surfaces Commands --------
    Open Setup
    Open Setup as Float
    Open Controller Assignments
    Open Install
    sh ct op M Open MIDI Monitor
    Open MIDI Monitor as Float
    Scan all models
    Rebuild Defaults
    Learn new Controller Assignment
    -------- Setup Window --------
    as Icons
    as List
    -------- Install Window --------
    Scan for selected models
    Scan all models
    Add selected models
    (the "old") Quad, 6G RAM   Mac OS X (10.4.5)   LP 7.1.1, MOTU PCI/2408/1224

  • Laying out a play: Need quick hair space function

    I am helping a friend (an 83 year old Benedictine monk, in fact, but that is another story) lay out a 300+ page play, and I am finding it very time consuming. I am using Indesign CS3 (5.0.1) on a PC with XP SP2.
    Short version: I need a way of placing a cursor exactly where I want it, to a hair space, on a line, with one click, and have hair spaces generated to the left of that space on that line.
    Long version:
    My problem is this: the play is rather avante-garde and has chorus parts where characters talk over one another and precise times and they must be perfectly aligned vertically at different places. So, for example, if two lines look like:
    (all read together:)
    Alto: Where are the.....that used to swim?
    Tenor 2: ....................................what fish?
    Bass: Where.....the.................................fish!
    Soprano: ..............fish.........................the....
    I have no problem making the Alto's "W" line up precisely with the "W" in the bass line, as thy are the first letters of the line. But I also need the "t" in "the" in the Alto and bass lines to line up precisely, and the "f" in "fish" to start immediately after the "e" in "the" and for there to be no horizontal space between "h" in fish and "h" in "he"! I also need the two farther right "thes" to line up. And the example above is simple compared to what is actually in the play.
    Im currently achieving this through painstaking use of hair spaces, half spaces, etc. Im really can't use a font that takes up the same horizontal space per character (Im using times new roman 10 point). The play is over 300 pages long, however, and so this will take me hundreds of hours if I continue this way.
    I have thought of a few potential solutions. One would be a tool that allows me to click on any place on the line, and it creates hair spaces UP TO THAT POINT, so that I can just start typing. As it stands, the best I can do is tab or space over and key in the precise hair spaces, which, as I say, is prohibitively time consuming. Does anyone know of such a tool?
    Another useful tool would be one that allows me to click on any place in an existing line and then click in a line below and immediately start typing, with spaces or hair spaces automatically inserted to that point on the new line, where Id like to start typing.
    Another person tried to do this whole project in MS Word (!) a few years ago with tabs, but Word is simply not functional enough for publishing.
    Any thoughts on this or potential solutions would be very appreciated. The monk who wrote this a dear man and an outstanding visual artist would like to see it laid out in the next year or so.

    Why not use tabs instead of spaces as you tried in Word originally? It would be easier in ID. Would the following do what you want?
    Set your paragraph style to have a default of a left tab with a leader. (I assume you require the leader to express pauses in the phrasing, otherwise just use a tab.) But don't set up any tabs in the style sheet.
    In each line, tab where the pause begins, and then click on the Tab palette anywhere near that position and drag the newly made tab to the exact position required. ID will even give you a temporary guideline to allow you to line up the tab with words in other lines as accurately as you like.
    Yes, each tab would have to be positioned manually, but I've tried it and its pretty fast. Just leave the tab palette open all the time.
    This assumes I understand what you're trying to achieve and that there are no regular vertical alignments. The others seem to have different takes on that. I don't know what Dave was thinking; I don't see how there would be any consistent rules by which to script this. Every single flex space would have to be a slightly different size. Peter's suggestion of repeated tabs doesn't work because equally spaced tabs won't ever be accurate enough and having multiple tabs interferes with being able to drag any specific tab to where it's needed. As for converting all text to tables, it seems to me that that would be a nightmare of constantly sizing cells and cutting and pasting text between cells.

Maybe you are looking for

  • No FireWire ports were found on MacBook Pro 15.4" running Mac OS 10.6.4

    Hello all, I recently bought a Mac Book Pro with Intel Core i7 and 2,66 GHz with a 4 GB RAM. The system is good, until I connected my external hard drive from Mac Way that connects to the laptop through a Firewire 800. The HD mounts well with a USB b

  • How can I delet a protected and ziped movie project??

    I have a project made by myself. This file is protected. I dont have nay idea of the password. If I try to send it to trash, Iam asked the pass. I sent imovie to **** already. I used the mac book install dvd....

  • NLS_COMP and comparison

    Hello everyone, Can someone explain me the impact of setting NLS_COMP to ANSI or LINGUISTIC on comparisons in SQL Statements? In the documentation it is writen that: "Comparisons for all SQL operations in the WHERE clause and in PL/SQL blocks should

  • Belkin's Nostromo N52 does not recognize/work with games

    I am using Belkin's Nostromo N52 gamepad with my iMac G5 Recently I installed "James Bond 007 Nightfire" and "Tron 2.0". Nostromo is not recognizing Nightfire at all. When I select the application Nightfire.app, Nostromo does not work as usually when

  • Photoshop Install errors

    Installing Photoshop CS6 on a Mac running OS X 10.7.4 I get the following errors and nothing is installed. Exit Code: 6 Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DF024, DW063 ... -------------------------