How can I use premiere pro cc in english language with german keyboard layout/german shortcuts on a mac?

Hi,
how is it possible to use a german keyboard with its german shortcuts on premiere pro cc in english language on a mac?
I use all my softwares in english.
But aside adobe I can use or change in other softwares (Avid, FCP7, FCPX) to use german keyboard shortcuts on a german logic keyboard.
With After Effects CC I could add a german .txt to a language folder to the installed english version and tataaa:
I could use german keyboard and the german shortcuts on an english installed AE CC.
And in PS there is also a trick.
But in Premiere Pro CC this language .txt doesn´t exist.
And there are many shortcuts that differ from english to german.
Last Job I worked on a PC with the english installed language version, and I could work with the german QWERTZ Logickeyboard
and use the german shortcuts.
I googled and googled and even talked to the support. But no real helpful answer.
Maybe it was easier to do in Premiere CS6. Was it possible there?
So how is it possible to use a german keyboard QWERTZ with german shortcuts on Premiere Pro CC in english language on a mac?
Thanks for your help.
David
MacBook Pro 2,6 GHz i7, OSX 10.9.3 english

I'd also love to have the answer on this.
It's really bothering. All Training material is in english and I have setup my complete system with all apps in english.
With all the apps shortcuts work just fine, just with Premiere Pro CC it doesn't do it at all .....
Please fix this!
Andre

Similar Messages

  • How can I use QT pro automator actions in Mountain lion?

    I am using mountain lion with 2012 late iMac and recently I bought QT pro.
    And I try to use automator actions with QT pro, but there are only actions for QT 10 player.
    How can I use QT pro actions in automator?

    I have the exact same problem.
    I have an US keyboard but when I press the button with tilde I get this: § or this ±
    This looks like british keyboard to me

  • How can I use Drupal as a third party CMS with ATG E-Commerce Application?

    Hi Friends,
    We are planning to use a third party Freeware Content Management System (CMS) for web site content in ATG E-Commerce Application, instead of ATG content Administration or merchandising.
    Can anybody please let me know how can I use a third party CMS(Eg: Drupal) with ATG E-Commerce Application?
    Regards,
    Krishna.

    I did create a rule to determine if anyone coming through time eval is a new hire based on vacation elig. date in IT0041.  It compares Today to the vacation elig. date and if they match, set a time type indicator to 1.  I also added another decision to determine if they were a part time employee and pro-rate their quota entitlement based on what's in their IT0007 weekly working hours.  Instead of setting the time type indicator to 1, I recalculated based on a percentage of 40 hrs/wk and then updated the time type to that percentage.  In my quota generation rule I use that time type as a multiplication factor to recalculate their new pro-rated amount rounded up to the nearest whole number.

  • How can I use Aperture 3 on my new iMac with Maverick?

    How can I use Aperture 3 on my new iMac with Maverick?

    Do you own a copy of Aperture, perhaps bought for another Mac?
    If you have not bought Aperture, you need to buy it from the AppStore.
    But if you own Aperture and have it bought from the AppStore on another Mac, sign into theAppStore on your new iMac with the same AppleID you used to buy Aperure on your other Mac.  Then look at the "Purchased" tab of he AppStore. It show Aperture, with the "Install" button to the right. Simply press the "Install" button and download it to your new iMac.  Or if you have bought Aperture on a CD/DVD, run the installer from the CD/DVD on your new mac and immediately run software update to upgrade the Aperture 3. version to version that will run with Mavericks.
    Léonie

  • How can i use isight camera to broadcast to web with Mac OS 10.4?

    I am using an iBook G4 running OS 10.4 as a printer server.  I have to do this to be able to print on my HP DeskJet 882c printer from computers running OS 10.6 and above (although I have not been able to get it to work with 10.8).
    I can connect an iSight camera to the iBook via FireWire.  Can I set that up to broadcast a video feed to a web site so I can visually monitor the area near the laptop and printer?

    jrmnewtonma wrote: How can i use isight camera to broadcast to web with Mac OS 10.4?
    You could use compatible older versions of QuickTime professional extensions for your Mac OS X version.
    This professional quality software is very powerful, and it will certainly stream any video you need.  However, it is not simple to use, so be prepared to do some research and study to get it configured and working.
    To use your iBook with its OS X 10.4, you will need QuickTime Broadcaster 1.5.3 
    and Darwin Streaming Server (v5.5.5) (if you need streaming server functions.) 
    Although I have never used it, QuickTime Streaming Server 4.1.1 might be a useable substitute for Darwin.
    Message was edited by: EZ Jim
    Mac OSX 10.8.3

  • "Can I use Logic Pro in my new imac with 2.66 intel core 2 duo"

    Can I use Logic Pro in my new imac with 2.66 intel core 2 duo? With the new leopard operating system?
    I have a 002 rack from digidesign, that should be good running with a logic pro 8 DAW.

    Can I use Logic Pro in my new imac with 2.66 intel core 2 duo? With the new leopard operating system?
    Yes. Click here for more information.
    (40435)

  • How can i use JS files in ADF for language translation.

    Hi,
    I have JS for different languages and dn't want to convert them to property files(resource bundle files). How can i use JS files in ADF for language translation.
    Thanks

    Hi ILya Cyclone,
    Thanks alotfor the reply. Can you tell me where should i include this in the jspx page.
    Step 1)
    I have the js file as js/ifl_messages_US.js and i created a resource file as you mentioned: JS_FILE_PATH=js/ifl_messages_US.js
    Step 2)
    Then added the entry in faces-config.xml for the resource file as follow:
    <resource-bundle>
    <base-name>resource_en.properties</base-name>
    <var>resource</var>
    </resource-bundle>
    <locale-config>
    <supported-locale>en</supported-locale>
    </locale-config>
    Step 3) This is my jspx page. In which a table is dynamically created on page load. Can you help me where should i enter the "#{resource.JS_FILE_PATH}"
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:messages id="m1"/>
    <af:resource type="javascript" source="/js/pdfFile.js"/>
    <af:form id="f1">
    <input type="hidden" name="checkRadio" id="checkRadio" value=""/>
    <af:panelGroupLayout id="pgl1" halign="left" layout="vertical">
    <af:image source="/images/BRAND_IMAGE.gif" id="i1"/>
    </af:panelGroupLayout>
    <af:spacer width="10" height="10" id="s1"/>
    <af:table varStatus="rowStat" summary="table"
    value="#{backingBeanScope.DummyBean.collectionModel}"
    rows="#{backingBeanScope.DummyBean.collectionModel.rowCount}"
    rowSelection="none" contentDelivery="immediate" var="row"
    rendered="true" id="t1" styleClass="AFStretchWidth"
    binding="#{backingBeanScope.DummyBean.myTableBinding}"
    columnResizing="disabled">
    <af:column id="c2" headerText="Actions">
    <af:activeOutputText value="#{row.Actions}" id="aot2"/>
    <af:goLink text="#{row.Actions}" id="gl1"
    clientComponent="true" visible="false"/>
    <af:selectBooleanRadio text="" id="sbr1"
    valueChangeListener="#{backingBeanScope.DummyBean.checkselectbox}">
    <af:clientListener method="selectCheckBox" type="click"/>
    </af:selectBooleanRadio>
    </af:column>
    <af:forEach items="#{backingBeanScope.DummyBean.columnNames}" end="#{backingBeanScope.DummyBean.columnSize}"
    var="name" begin="1">
    <af:column sortable="false" sortProperty="#{name}"
    rowHeader="unstyled" headerText="#{name}"
    inlineStyle="width:100px;" id="c1">
    <af:activeOutputText value="#{row[name]}" id="aot1" escape="false">
    </af:activeOutputText>
    <!-- <af:outputFormatted value="#{row[name]}" id="of1"/>-->
    <!--<af:goLink text="goLink 1" id="gl1"
    destination="#{row.bindings.url.inputvalue}"/>-->
    </af:column>
    </af:forEach>
    </af:table>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Thanks in advance

  • How can I use my Macbook as a dual monitor with my iMac?

    How can I use my Macbook as a dual monitor with my iMac?

    Then you want to use what's called Target Display Mode.
    iMac (Mid 2011)- Target Display Mode does not work with Mini DisplayPort cable
    Target Display Mode And Thunderbolt

  • How can I play Premiere Pro through headphones on a Mac?

    I'm using Premiere Pro CS6 on a Mac running OS X 10.9.4 on a Mac Pro (the silver tower version, not the newest one).  Premiere plays fine though the system speakers.  However I can't get it to play through headphones, plugged into the tower.  I've selected headphones in System Preferences and the headphones work fine with applications like iTunes.  However, there doesn't seem to be anything I can find in Premiere's preferences to set audio output to headphones, as the playback continues to be through the computer speakers.  I've seen others post with this issue, but I have found no solutions.  Any ideas how to fix this?

    Hi Rameez
    Sorry for response delay.  Here are the screen shots
    Karen

  • How can I use the speakers from my old iMac (with miniRCA? plug) on a new iMac

    How can I use the speakers (M-Audio) from my old 24" iMac on a new 27" iMac?  There is no jack on the new iMac - is there an adapter that will use the mini-RCA (?) plug from my old speakers to connect them to a new iMac?  Thanks ...

    Thanks again!
    Hmmm ... I wonder.  The input jack for external speakers quit working on my old iMac (it made lotsa static noise for a while when I moved the plug or computer, then quit working completely; I figure something inside the computer got loose or crapped out - and I'm too cheap/lazy to take it the 20 miles to the nearest shop that might fix it).  When I plug the speakers into the headphone jack on the old iMac, I get very low volume or just one channel.
    I don't have the new iMac yet, but I was hoping to use these old speakers instead of buying new ones.  I will certainly try your solution - what do I have to lose?  If they don't work, then I get new ones - or try something else.
    Many thanks for your time!

  • How can I use the media Buttons on my M40X with WinAmp?

    Hello
    Today I got my M40X and i have a question.
    There are 5 media Button left of the keybord (CD/DVD, Play/pause, Stop, <-/->)
    Is it possible to use them with WinAmp?
    In the Toshiba Assist i got the CD/DVD button used to start WinAmp (by use him to start a .exe) but the Play/pause...dont work. In the field media Apps the only Player i can choose is Win MP10 (I hate this piece of sh*t).
    How can I use these Button with WinAmp?

    Hello
    As far as I know the Toshiba Controls were tested and designed only for Microsoft Media Player and WinDVD. How this topic says:
    http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=3621&messageID=11461#11461
    I dont have any experience with WinAmp but I found useful info in this forum about this theme:
    http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=6673&messageID=24448#24448
    Check this.
    Bye

  • How can I make Premiere Pro handle Live Text Templates faster?

    Currently I have a an After Effects Project that is setup as a Text Template.  When I render out the "template" composition in AFX, it takes 8 seconds.  The same composition through Live Text in Premiere Pro takes 34 minutes.  This comp is 6 seconds, and I can't for the life of me explain, or fix, the time difference...  After Effects multi-frame processing is turned off, so that shouldn't be the issue... I'm at a lost... I don't mind rendering my titles out in After Effects, but it is much more convenient in Premiere Pro as the text fields are all in the same place.
    My computer is a custom Windows 8.1 Pro running Premiere Pro and After Effects CC 2014.1 with 64GB of RAM, a NVIDIA GeForce 680 2GB, and an Intel i7-3960X 3.30GHz processor.  I've noticed that when PPro is attempting to render, its task in the task manager never goes about 5% and the AfterFX one it creates never goes above 10% CPU usage.  The two applications also don't use much RAM, though I don't suppose they should need a lot seeing how it is a 6 second comp... But none the less, I've allocated 58GB to the Adobe Suite through the AFX preferences dialog. 
    Any help would be greatly appreciated...

    when I click the record button, the screen goes to a blue screen with Playing on video hardware
    This is normal for HDV.
    How do I also get the Scene Detect to work?
    With HDV?
    Upgrade to CS5.

  • How can I get Premiere Pro CS5 to open my quickly?

    My copy of Premiere Pro CS5 is very slow to open now.....it used to open quickly and I have not changed my RAM or anything else

    More information needed for someone to help... please click below and provide the requested information
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840
    Exactly what is INSIDE the video you are editing?
    Codec & Format information, with 2 links inside for you to read http://forums.adobe.com/thread/1270588
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    https://forums.adobe.com/thread/1070933 for screen shot instructions
    Free programs to get file information for PC/Mac http://mediaarea.net/en/MediaInfo/Download

  • How can I use Apple Caching Service on a Network with Multiple Public IPs?

    Hello!
    I help manage a network of ~4000 clients for a small liberal arts college in Michigan. I'm looking into the possibility of implimenting Apple Caching Server for our network.
    We have one 400mbit pipe out to the internet, and all of our clients are given public-facing IPs to the internet. A caching server would be great, especially on update days. All wireless clients are on the same subnet, which is where I'd like the server to be serving the cached copies.
    I have installed Mavericks on a fresh machine, downloaded OS X Server 3.0.3, and attempted to start the caching service. This is what I get.
    Unable to start service.
    Caching cannot be run on a public network. Consult documentation.
    How can I get this up and running?

    The way the Caching server works is that the server will be accessing the Internet and when doing so traffic will be coming from it via a particular public IP address. Usually this will not be the address of the server itelf but your router as for most networks NAT is used. In this by far more common scenario the client Macs (and likely iOS devices) will be going through the same router and hence show up via the same public IP address.
    If the client request is the same as the address registered via the Caching server then Apple redirect the request via the Caching server.
    The setup would look something like this -
               Internet
                    |
                Router (with NAT)
                    |
      (LAN)     +------Caching Server-----Client devices
    With this setup because everything is using the same public IP address Apple can reasonably assume everything is on the same network and trigger a redirection to your Caching server.
    If you try a setup like the following with the Caching server having its own public IP it will not work because the Caching server and client devices will have different public IP addresses
               Internet
                   |
               Router (no NAT)-------------------+
                   |                                      |
                Firewall (with NAT)       Caching Server
                   |                                      |
                   |                                      |
    (LAN)     +-----Client devices-----------+-----------
    Your configuration as described is more like the following
               Internet
                   |
               Router (no NAT)
                   |
    (LAN)     +------Caching Server-----Client devices
    With yours not having NAT each device has its own public IP address including the Caching server and Apple cannot redirect traffic as it thinks they are on different networks.

  • XCode: How can I use dictionary controllers for 2 dict's with a common key?

    I have two dictionaries, both with the same key. Using Interface Builder I can build for each dictionary a two-column table, but I did not find out how to connect their keys so that selecting a line in one table automatically selects the corresponding line in the other table.
    Does there exist a binding between the two controllers that solves the problem? If so, how can it be established?
    (First I tried to use only ONE table - with 3 columns. This appeared to me the best way. But again I could not establish the appropriate binding.)

    Hans,
    You may want to post your question in the following group.
    http://discussions.apple.com/forum.jspa?forumID=727

Maybe you are looking for