[Keyboard Shortcuts] Editing the indk.-file

Hi.
I'm working in a newspaper and we have upgraded our advertisement software. With this software a plugin is installed to InDesign to save and export.
On the last version you had the possibility to assign a keyboard shortcut in Edit > Keyboard Shortcuts to the feature AdPoint > Save and Export PDF.
In the new version the menu is stil present and being used to "Save and Export" every advert produced. However, the menu does not appear in Edit > Keyboard Shortcuts.
Ive been trying to edit the .indk-file, but with no luck.
I copied the .indk-file from when the last version that was used. It didnt work, but this is the part in the .indk-file:
<shortcut>
     <action-id value="0xe9600 + 5" name="KBSCE Other:0xe9600kAPP_ExportPDF_MenuItemKey"></action-id>
     <context>DefaultContext</context>
     <string>Shift+Ctrl+E</string>
</shortcut>
Anyone know how to make this work?
Version: InDesign CS5
OS: Windows 7

The best way to add a +1 would be for everyone to file a feature request. Those are officially tracked by Adobe (unlike this user-to-user forum) and the more people that ask for something, the more likely it is to be implemented.

Similar Messages

  • I can't change shortcuts editing the shortcut file in preferences (mac) with After Effects CC. I Edi

    I can't change shortcuts editing the shortcut file in preferences (mac) with After Effects CC. I Edit the file, but when i open AE, it still the old same keys.
    How to have this working? And why until now, we don't have a GUI for shortcuts?
    I use the Apple Wireless Keyboard, and need to change the preview keys to a suitable ones, because this keyboard don't have the num pad.
    Until CS6, i was using ? and Shift+?, in the place of some kind of Zoom.
    But this time, i edit the file, in a sort of way i tried, and non of then change at all.
    WE NEED A GUI in AE Preferences to CHANGE THE SHORTCUTS!
    Thank You!

    The best way to add a +1 would be for everyone to file a feature request. Those are officially tracked by Adobe (unlike this user-to-user forum) and the more people that ask for something, the more likely it is to be implemented.

  • How do I export/import keyboard shortcuts to a text file

    How do I export/import keyboard shortcuts to a text file?
    It would be nice to export them, edit and/or add to them in a text editor on my iMac, then import them back into iPhone and iPad.

    You can backup the bookmarks to a file, then copy that file to the new computer and import them, for details see [[Backing up and restoring bookmarks]].
    You can copy more than just the bookmarks. The user data, such as bookmarks and passwords, are stored in the profile folder. You can copy the data manually by copying the contents of the profile folder, for details see [http://kb.mozillazine.org/Profile_backup Profile backup - MozillaZine Knowledge Base] or [[Backing up your information]].
    There are some add-ons and utilities that can make this process easier. The first one is the [https://addons.mozilla.org/en-US/firefox/addon/2109/ FEBE] add-on which can be used to copy a profile. Another option is the free [http://mozbackup.jasnapaka.com/ MozBackup] utility.

  • Why doesn't the "Command Number" keyboard shortcut apply the colored label to the selected image?

    Why doesn't the "Command Number" keyboard shortcut apply the colored label to the selected image?  The similar keyboard shortcut to assign stars works, but the shortcut to assign a label color doesn't?

    Just to be sure they haven;t been reassigned in your Aperture go to Aperture->Commands->Customize then in the search box in the upper right hand corner enter color.
    You should see the keyboard shortcuts and the corresponding add label commands.
    If they are set then quit Aperture move you preference file to the desktop and restart Aperture. The instructions for moving the preference file can be found at Aperture 3: Troubleshooting Basics
    Post back the results
    Message was edited by: Frank Caggiano - Added preference file move

  • Is there (or can I create) a keyboard shortcut for the command "export"?

    is there (or can I create) a keyboard shortcut for the command "export"?

    Keyboard Shortcuts are created in the System Preferences app, Hardware section, Keyboard, Keyboard Shortcuts tab.
    Select Application Shortcuts on the left.
    Click the "+" sign on the right and in the dialog box that pops up, enter: "Export..." and your preferred key combination. Here's an example:
    Keep in mind that when you enter the name of the action in a layered menu, such as File > Export..., or Share > Export..., you are only going to enter the last menu choice, not the higher levels.
    Regards,
    Jerry

  • To open & Edit the XLS file in edit mode after Extracting SAP data into it

    Hello Experts,
      I have a requirement to open and edit the xls file imidiately after downlaoding the SAP data into this XLS file. The XLS file is getting saved on presentation server (e.g. Destop/C: drive).
      I have used function module "GUI_DOWNLOAD" OR "DOWNLAOD" to download the data from SAP table to XLS file. But now I need this XLS file to be get opned automatically after finishing the Download, so that user can make changes into XLS file and can save the changes into it. After saving I have to upload this modified Data into SAP table again.
    For this I am really not aware how to get it done..but I believe you experts will definately help me out..waiting for your reply.
    Thanks,

    HI,
    did you ur problem was solved if not check this code once.
    now only i tried it my system , it opens xl file and save all data in it.
    DATA: ZKNA1 LIKE STANDARD TABLE OF KNA1 WITH HEADER LINE.
    SELECT * FROM KNA1 INTO TABLE ZKNA1.
    CALL FUNCTION 'MS_EXCEL_OLE_STANDARD_DAT'
      EXPORTING
        FILE_NAME                       = 'C:\Documents and Settings\rajesh.NACL\Desktop\XLSSDSDS.XLS'
      CREATE_PIVOT                    = 0
      DATA_SHEET_NAME                 = ' '
      PIVOT_SHEET_NAME                = ' '
      PASSWORD                        = ' '
      PASSWORD_OPTION                 = 0
    TABLES
      PIVOT_FIELD_TAB                 =
       DATA_TAB                        = ZKNA1[]
      FIELDNAMES                      =
    EXCEPTIONS
      FILE_NOT_EXIST                  = 1
      FILENAME_EXPECTED               = 2
      COMMUNICATION_ERROR             = 3
      OLE_OBJECT_METHOD_ERROR         = 4
      OLE_OBJECT_PROPERTY_ERROR       = 5
      INVALID_PIVOT_FIELDS            = 6
      DOWNLOAD_PROBLEM                = 7
      OTHERS                          = 8
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    thanq,
    rajesh.k

  • Can I edit the rpt file & change the datasource before loading the report?

    We are an ISV and our application has a lot of reports.  Our reports use a SQL Server database as the data source and each SQL Server at our customer sites has a different name.
    In our testing we have determined that ReportDocument.Load tries to connect to the SQL Server that is saved in the RPT.  If it can't fine the SQL Server saved in the RPT the load take about 60 seconds while it is waiting for the SQL Server Connection to time out.
    We are using the Visual Studio 2008 version of Crystal Reports.  This did not seem to be a problem with VB6/CR8.5.
    We would like to edit the RPT and change the data source to the appropriate SQL Server before we call ReportDocument.Load.
    Is it possible to edit the rpt file and change the data source before loading the report?
    Or is there some way to tell Crystal not to try connecting to the DB
    during the report.load?
    In our case we will NEVER use the data source that is saved in the RPT, we will always change the data source using ApplyLogOnInfo.
    Thanks

    HI Todd,
    You Can Not edit the report document before ReportDocument.Load() because if you dont load the report then you dont have anything to Edit
    But as far as changing the datasource is concerned you can change that at runtime.
    For changing the datasource following code will help you if both databases have a same schema :
    Code for changing the database
    ConnectionInfo crConnectionInfo = new ConnectionInfo();
    crConnectionInfo.ServerName = "SERVER";
    crConnectionInfo.DatabaseName = "DATABASE";
    crConnectionInfo.UserID = "USERID";
    crConnectionInfo.Password = "PASSWORD";
    // Loop through the ReportObjects in a report and find all the subreports
    foreach(ReportObject crReportObject in crReportDocument.ReportDefinition.ReportObjects)
         // Check the kind of the ReportObject, if it is a subreport
         // proceed. If not skip.
         if(crReportObject.Kind == ReportObjectKind.SubreportObject)
              // Get the SubReport in the form of a ReportDocument
              string sSubreportName = ((SubreportObject)crReportObject).SubreportName;
              ReportDocument crSubReportDocument = crReportDocument.OpenSubreport(sSubreportName);
              // Use a loop to go through all the tables in the main report
              foreach(Table crTable in crSubReportDocument.Database.Tables)
    // Get the TableLogOnInfo from the Table and then set the new
    // ConnectionInfo values.
    TableLogOnInfo crLogOnInfo = crTable.LogOnInfo;
    crLogOnInfo.ConnectionInfo = crConnectionInfo;
    // Apply the TableLogOnInfo
    crTable.ApplyLogOnInfo(crLogOnInfo);
    // Set the location of the database. This value will vary from database to
    // database.
    crTable.Location = "DATABASE.OWNER.TABLENAME" or crTable.Locations;
    The sample for doing this is available on support site.
    Thanks,
    Prasad

  • What is the keyboard shortcut to the lock screen?

    Hi,
    I am a macbook user and I want to know what is the shortcut to the lock screen on mac OS X?
    please help!
    thank you

    YousefTa3lab,
    there isn’t a default keyboard shortcut to the lock screen; perhaps a third-party app can provide one. Without a third-party app, you could open the Security & Privacy pane of System Preferences, select the General tab, and check the “Require password after sleep or screen saver begins” checkbox. You can then open the Desktop & Screen Saver pane of System Preferences, select the Screen Saver tab, choose a screen saver, then press the Hot Corners… button, and set one or more active screen corners to Start Screen Saver — that will allow you to move your cursor into one of those corners to lock your screen.

  • Can I edit the system file Manifest.XML in Word for Windows? (there's a reason for doing this)

    I renamed a file directory containing several PDFs. Consequently, Adobe Digital Editions says these files are missing when I try to open them and look at notes I made. There seems to be an obvious solution, but I'm unfamiliar with XML and don't want to screw things up. The file locations and a lot of other information for Digital Editions is in an XML file called Manifest. If I can edit the XML file to show the correct directory, I expect I'd be able to see these files and recover my notes. I'm unsure what Word for Windows may do (e.g., add or delete characters) when I edit and save the new Manifest.  That might corrupt the Manifest and be extremely counterproductive.
    Is editing the file locations in Word for Windows safe, so long as Digital Editions isn't open when I do my editing? 

    I can confirm that Notepad++ can happily edit manifest.xml files, but as Jim_Lester says, make a backup (especially if you are not used to XML).
    You may well find that if you Open the .epub files from their new location explicitly from ADE (ctrl-O) that you will both be able to read documents and see the notes.
    I can't vouch for that; but if it works I'd recommend it over editing the manifest file.

  • Reg: not able to edit the property file.

    Hi,
    I have imported the track and in one of the DC i am not able to edit the properties file. What could be the reason.
    Thanks in advance.

    Hi
    Since you are in Track.
    Which propertyu file ???
    Best Regards
    Satish Kumar

  • How do I edit the hosts file in Lion

    I tried to edit the hosts file in Lion with: sudo nano /private/etc/hosts. Then entered Password. The window came up blank evev though I know there is data there.

    Thanks BD for your response. I have looked at Youtube where they are demonstrating how to do this by using sudo nano /etc/hosts. After entering the Password it shows a screen with the text of the hosts file. On the bottom of the screen it shows the number of lines read. When I do the same thing I get a blank screen and on the bottom it says no file. I am either doing something wrong or this does not work. I even tried changing the permissions of the hosts file to R & W for system, wheel, and everyone. This also did not work. I have not tried Hostal yet but if I can't find a simple way to text edit the hosts file I will give it a try.

  • How do I edit the host file in ipad

    I would like to test our site and would like to point the URL to a different server. Is there a way to edit the hosts file similar to how you would do it on other computers?

    iPhoneView will let you get at your system files.
    Check out the new remodeled MacOSG website! 24-hour Apple-related news & support.
     MacOSG: An Apple User Group  iTunes: MacOSG Podcast  Follow us on Twitter: MacOSG

  • How can I map a keyboard shortcut to the reacord button in the Audio Mixer Panel?

    I have been recording voiceovers in Premiere Pro CS5 for a while, but I would like to improve my work flow. Each time I record a take, I first press the record button (labeled as B below) with the mouse cursor and then press the Play button with the Spacebar keyboard shortcut. After I record the audio, I hit Stop and this toggles the record button off at the same time. I then must hit the record button again with the mouse to start the process over again.
    Is there a way to map a keyboard shortcut to the record button in the audio panel so that I don't have to touch the mouse when recording voiceovers?

    There is not currently a shortcut for this. That's a good feature request, though. You can submit feature requests here.

  • How to edit the nbu file when the mobile device is...

    How to edit the nbu file when the mobile device is not connected?
    That software that is available in the nokia site “nokia phone browser” is not useful! Why?
    It is not working unless the mobile device is connected (attached)
    It is quite slow when editing the contacts! (attached)
    Then why the nokia doesn’t offer a simple software that enable us to edit and explore the content of our nbu files?
    Is there some workaround in this regard?
    Is there some software the can edit the nbu files?
    Thank you for the help,
    Best
    Jamal
    Attachments:
    Clip_774.jpg ‏166 KB
    Clip_775.jpg ‏127 KB
    Clip_773.jpg ‏243 KB

    when serializing the DOM, use this: transformer.setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, scrReg.dtd");
    Merry Chrasmas too ;-)

  • Edit the Excel file which i have uploaded in my blob domain.

    Hi,
    Am using jdeveloper 11.1.1.6.0.,
    I have dragged and dropped my VO as af:form in which uploadFile is a blobdomain.
    This is the code which i have used for upload and download my excel document.
    public void uploadFileValueChangeEvent(ValueChangeEvent valueChangeEvent) throws IOException,
    SQLException {
    // Add event code here...
    // The event give access to an Uploade dFile which contains data about the file and its content
    UploadedFile file = (UploadedFile)valueChangeEvent.getNewValue();
    // Get the original file name
    String fileName = file.getFilename();
    long filesize = file.getLength();
    long fkb = filesize/1024;
    // get the mime type
    String contentType = file.getContentType();
    //ContentTypes.get(fileName);
    // get the current roew from the ImagesView2Iterator via the binding
    DCBindingContainer lBindingContainer =
    (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
    DCIteratorBinding lBinding =
    lBindingContainer.findIteratorBinding("XFilesView1Iterator");
    Row newRow = lBinding.getCurrentRow();
    // set the file name
    newRow.setAttribute("FileName", fileName);
    // create the BlobDomain and set it into the row
    newRow.setAttribute("FileContent", createBlobDomain(file));
    // set the mime type
    newRow.setAttribute("FileType", contentType);
    newRow.setAttribute("FileSize", fkb);
    private BlobDomain createBlobDomain(UploadedFile file)
    throws IOException, SQLException {
    // init the internal variables
    InputStream in = null;
    BlobDomain blobDomain = null;
    OutputStream out = null;
    try
    // Get the input stream representing the data from the client
    in = file.getInputStream();
    // create the BlobDomain datatype to store the data in the db
    blobDomain = new BlobDomain();
    // get the outputStream for hte BlobDomain
    out = blobDomain.getBinaryOutputStream();
    // copy the input stream into the output stream
    * IOUtils is a class from the Apache Commons IO Package (http://www.apache.org/)
    * Here version 2.0.1 is used
    * please download it directly from http://projects.apache.org/projects/commons_io.html
    IOUtils.copy(in, out);
    catch (IOException e)
    e.printStackTrace();
    catch (SQLException e)
    e.fillInStackTrace();
    // return the filled BlobDomain
    return blobDomain;
    public void Download(FacesContext facesContext,
    OutputStream outputStream) {
    // Add event code here...
    BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
    // get an ADF attributevalue from the ADF page definitions
    AttributeBinding attr = (AttributeBinding) bindings.getControlBinding("FileContent");
    if (attr == null)
    return;
    // the value is a BlobDomain data type
    BlobDomain blob = (BlobDomain) attr.getInputValue();
    try
    {   // copy hte data from the BlobDomain to the output stream
    IOUtils.copy(blob.getInputStream(), outputStream);
    // cloase the blob to release the recources
    blob.closeInputStream();
    // flush the outout stream
    outputStream.flush();
    catch (IOException e)
    // handle errors
    e.printStackTrace();
    FacesMessage msg = new FacesMessage(FacesMessage.SEVERITY_ERROR, e.getMessage(), "");
    FacesContext.getCurrentInstance().addMessage(null, msg);
    My Scenario :
    I need to edit the uploaded file and save it back to the same location.
    How can i achieve this?

    By edit you mean changes the cells of the excel file?
    For  this you have to download the file to the client, let him make the changes and upload it again.
    You may want to look into Desktop integration
    Or if you want to change it in java you can use POI to change the file. However you first have to get it out of the blog, change it and put it back into the blob.
    Timo

Maybe you are looking for

  • Error while executing the BO Dash Board

    Dear Sapians i am facing the following issues in the BO while execute the Dash Board. But the authorization working fine in BW side . In the filter of the BO Dash Board i am getting the correct values which i was restricted in the BW side. Please hel

  • Keylistener in MIDP?

    I am writing a MIDlet for cell phones/Blackberries. I want to be able to intercept the escape button (specifically on the Blackberry) and prompt the user to save/don't save/cancel. Unfortunately, there is no Keylistener in MIDP as far as I know. Ther

  • Web Application Designer -Unknown Error Occured during Portal Communication

    we are getting the below error while using the Web Application Designer . "Unknown Error Occured during Portal Communication" Vesrion SAPBW 700 SP14 on ABAP & SP12 on JAVA. Found the below error in the default trace Error 1 Exception thrown Fri Aug 1

  • Determine if current component is being pulled in by paragraph reference?

    Is there a way to determine at the component level if the current component is currently being imported into a paragraph reference component? A simple example would look like this in the component's jsp: if (/* Being Referenced */) {      out.write("

  • How to re-obtain Texas Hold'em King 2

    Just got my new Bold 9900.  However the games that had been on my previous BBRY, Klondyke and Texas Hold'em King 2 are not on it. I did a search on the bbry store and it pulled up the NEW Texas Hold'em King 3 (which I had to pay for) but this game ha