Type size short cut not working in CS6

Hello everyone.
I've recently upgraded to CS6 and the up and down arrows in the type size box are greyed out and unclickable.
Does anybody know why this is so?
Many thanks!

I have an iPhone 4 with current iOS.
I've noticed this over the past few months. I always notice it on the FB app. My short cuts stop working. I will check email or note. I figured restarting the phone would fix it.
Here's the thing. Obviously I use FB a lot, but this short cut issues never happens in text messages, Whatsapp, or email. Always with FB.
In fact I noticed that I get sluggish typing performance typing using the FB app whether I use the keyboard short cuts or not.
Just wondering if this common among iPhone 4 users.

Similar Messages

  • Keyboard short cut not working in iOS 6 on iPhone

    I just tried adding a new keyboard short cut on my iPhone 4S with iOS 6 and the short cut will not stay on the phone.  I can enter it and it is added to the list of short cuts until I go back one screen, then the shor cut disappears.  This worked fine under iOS 5 and still works fine on my iOS5 iPod Touch.  Any ideas how to fix this?
    Thanks
    Fred

    I have an iPhone 4 with current iOS.
    I've noticed this over the past few months. I always notice it on the FB app. My short cuts stop working. I will check email or note. I figured restarting the phone would fix it.
    Here's the thing. Obviously I use FB a lot, but this short cut issues never happens in text messages, Whatsapp, or email. Always with FB.
    In fact I noticed that I get sluggish typing performance typing using the FB app whether I use the keyboard short cuts or not.
    Just wondering if this common among iPhone 4 users.

  • Safari Screen Short Cuts not working in OS4

    Since updating to OS4 on my 3Gs my safari short cuts that I added to my home screen won't open. I tried adding a new one and that won't open either. Any suggestions on how to resolve this? I like having them at my finger tips.

    I have an iPhone 4 with current iOS.
    I've noticed this over the past few months. I always notice it on the FB app. My short cuts stop working. I will check email or note. I figured restarting the phone would fix it.
    Here's the thing. Obviously I use FB a lot, but this short cut issues never happens in text messages, Whatsapp, or email. Always with FB.
    In fact I noticed that I get sluggish typing performance typing using the FB app whether I use the keyboard short cuts or not.
    Just wondering if this common among iPhone 4 users.

  • Short cuts not work

    all of a sudden none of my short cuts will work even if I delete them and try to add a new short cut .All the icons are white and blank.I have windows 8.

    Hello @hatescreennames,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that your shortcuts on your computer running Windows 8 have stopped working. I recommend that you use the HP Support document: Using Microsoft System Restore (Windows 8) to restore your computer back to a point in time where your shortcuts did work correctly. This will fix any settings that may have been altered in your computer to cause the issue you are experiencing.
    Please re-post if you require additional support. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Simple short cuts not working in CC?

    Does anyone know why simple commands are not working in Illustrator CC (Copy, Paste, Undo) This is such an irritating problem as these short cuts are so frequently used. My cloud software is up-to-date. Having upgraded my software I would prefer not to have us CS5 to combat this problem.

    Hi Vaibhav,,
    Thankx for the prompt help!!
    I'm using Submit to SAP button only and I do have xACF installed on my local m/c. I'm able to use buttons and validations on the form but I'm not able to get the values in my WDynpro ABAP Appl. For Eg. : and internal table is bound to a table UI in adobe iForm , I'm able to add row (using formcalc/JScript eventing in Adobe) but I'm not able to get the changed internal table in my WDynpro ABAP application after submit button is pressed.
    Any help will be highly appreciated.
    Regds,
    Aryan

  • Safari in reader copy short cut not working

    When in reader mode, the short cut for copy does not work, why? If pressed the singal tone for wrong sounds.
    Anyone else experinting this problem?
    mac os lion, upgrade from Lion Safari 5.1

    I'm also having this problem - don't know why unfortunately. It looks like most of the 'edit' menu is now greyed out when Reader is activated - very annoying. Fortunately you can still copy by using ctrl-click/right-click.

  • Firefox short cuts not working

    hi,
    for some reason when i am running mozilla firefox the command+t doesnt work when trying to open a new tab. but all of the other short cuts do. anyone else have this problem?

    You may want to check the preferences or trash the preference list.

  • Screen shot short cut not working

    I'm using Mountain Lion 10.8.4 and have lost the screen shot keyboard shortcut (Command-Shift-4).   I use this quite a bit so this is a big inconvenience.   Note that the other screen capture shortcuts aren't working as well.   I have tried to delete my Finder prefrence file in the Library and re-start, but the problem persists.   Keyboard shortcuts are enabled in System Preferences, so what gives.   Anyone else seen this problem, any fixes?
    Thanks,

    The keyboard shortcuts for screen shots works fine with my 10.8.4 (build 12E55). You may need to install again using the Install OS X Mountain Lion.  Until you get it fixed try this as a workaround
    http://projects.digitalwaters.net/index.php?q=instantshot

  • Photoshop extension building not working for cs6, works for the rest

    I am building an extension for photoshop the manifest file is as below:
    <?xml version="1.0" encoding="UTF-8"?>
    <ExtensionManifest Version="4.0" ExtensionBundleId="Kit" ExtensionBundleVersion="2.0.0"
      ExtensionBundleName="Kit" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <ExtensionList>
      <Extension Id="Kit.extension1" Version="2.0.0" />
      </ExtensionList>
      <ExecutionEnvironment>
      <HostList>
      <Host Name="PHSP" Version="[13.0,15.9]" />
      <Host Name="PHXS" Version="[13.0,15.9]" />
      </HostList>
      <LocaleList>
      <Locale Code="All" />
      </LocaleList>
      <RequiredRuntimeList>
      <RequiredRuntime Name="CSXS" Version="3.0" />
      </RequiredRuntimeList>
      </ExecutionEnvironment>
      <DispatchInfoList>
      <Extension Id="Kit.extension1">
      <DispatchInfo >
      <Resources>
      <MainPath>./index.html</MainPath>
      <ScriptPath>./Kit.jsx</ScriptPath>
      </Resources>
      <Lifecycle>
      <AutoVisible>true</AutoVisible>
      </Lifecycle>
      <UI>
      <Type>Panel</Type>
      <Menu>Beauty Retouching Kit</Menu>
      <Geometry>
      <Size>
      <Height>580</Height>
      <Width>250</Width>
      </Size>
      <MaxSize>
      <Height>580</Height>
      <Width>250</Width>
      </MaxSize>
      <MinSize>
      <Height>580</Height>
      <Width>250</Width>
      </MinSize>
      </Geometry>
      <Icons>
      <Icon Type="Normal">./pictures/thumb/Icon.png</Icon>
      <Icon Type="RollOver">./pictures/thumb/Icon.png</Icon>
      <Icon Type="DarkNormal">./pictures/thumb/Icon.png</Icon>
      <Icon Type="DarkRollOver">./pictures/thumb/Icon.png</Icon>
      </Icons>
      </UI>
      </DispatchInfo>
      </Extension>
      </DispatchInfoList>
    </ExtensionManifest>
    I tried this code for photoshop CC and CC 2014, it works for both but I couldn't get it to run for cs6 it gives the below error from the extension manager:
    so isn't Version="[13.0,15.9]" correct? why would it not work for cs6? thanks in advance.

    Hi,
    CS6 doesn't support HTML Panels but Flash ones, this should be the why the Adobe Extension Manager fails.
    You might find help here (Flash): Creative Suite Extension Builder and here (HTML): Extension Builder 3
    Davide Barranca
    www.davidebarranca.com
    www.cs-extensions.com

  • Rotate tool not working in cs6. It says "Could not complete your request because it only works with OpenGL enabled document windows." Its worked fine in the past....

    Rotate tool not working in cs6. It says "Could not complete your request because it only works with OpenGL enabled document windows." Its worked fine in the past....
    -CharlieH23

    Copy and paste only this area, you may have to scroll down.
    Adobe Photoshop Version: 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 2494 MHz
    Built-in memory: 6019 MB
    Free memory: 3360 MB
    Memory available to Photoshop: 5227 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Version: 1.2
    OpenGL Version: 2.1
    Video Rect Texture Size: 16384
    OpenGL Memory: 2112 MB
    Video Card Vendor: Intel
    Video Card Renderer: Intel(R) HD Graphics 4000
    Display: 1
    Display Bounds: top=0, left=0, bottom=768, right=1366
    Video Card Number: 1
    Video Card: Intel(R) HD Graphics 4000
    Driver Version: 10.18.10.3958
    Driver Date: 20140930000000.000000-000
    Video Card Driver: igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll,igdumdim32,igd10iumd32,igd10iumd32
    Video Mode: 1366 x 768 x 4294967296 colors
    Video Card Caption: Intel(R) HD Graphics 4000
    Video Card Memory: 2112 MB

  • Illustrator Short Commands Not Working

    Hi Team,
    My illustrator CS6 short commands have stopped working.
    Any time I try to use any CMD + Key, illustrator will not react.
    This has been on going for a few months, I have tried resetting preferences but nothing has changed.
    If someone could please help.
    Thanks,
    Brandon

    Hi Jacob,
    I have tried resetting preferences and few other options.
    Anytime I press the CMD key the option at the bottom just changes from selection to direct selection, if that helps.
    Should I uninstall and reinstall illustrator?
    I no longer have my access key.
    Thanks,
    Brandon
    Date: Wed, 8 Jan 2014 15:39:58 -0800
    From: [email protected]
    To: [email protected]
    Subject: Illustrator Short Commands Not Working
        Re: Illustrator Short Commands Not Working
        created by Jacob Bugge in Illustrator - View the full discussion
    THS,
    You may try the following (you have tried/done some of them already) and see whether it helps (the following is a general list of things you may try when the issue is not in a specific file; 3) and 4) are specifically aimed at possibly corrupt preferences):
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press CtrlAltShift/CmdOptionShift during startup (easy but irreversible);
    4) Move the folder Other options (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
      http://www.adobe.com/support/contact/cscleanertool.html
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5994475#5994475
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5994475#5994475
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5994475#5994475. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Illustrator at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • "Document type" in access sequence  not working in free goods

    Dear All,
    our requirement is to provide free goods with the main items in portal.
    for this i defined access sequence 1.Customer/Material and 2. SalesOrg/Documnet Type/Material.
    for access sequence Customer/Material  it's working fine but when i use SalesOrg/Documnet Type/Material it's not working.
    problem is that when i use Document type in access sequence it's not working.
    pls help.
    Radhashyam Sahoo

    Hi Apoorva!
    What do you mean with "Access Sequence"?
    In CRM 7.0 EHP1 there is a generic framework-feature available which allows the defininition of the tab-order.
    Best regards
    Arno

  • Lighting Effect not work in CS6*

    Why Filter/ Render/ Lighting Effect not work in CS6?
    It's not work only in CS6 Beta or in anything else :-/. It's Useful with me

    A bit more information would be helpful.  What is happening on your system when you go to  lighting effects?
    What system are you running on? What video card are you using? Are you using the most recent driver?
    Do check our system FAQ as GPU is requried for lignting effects to work properly.
    FAQ: What features use the GPU and how do I troubleshoot GPU issues?
    Pattie

  • My Adobe Configurator panels do not work in CS6 can anyone help?

    my Adobe Configurator panels do not work in CS6 can anyone help?

    See this post http://forums.adobe.com/message/4286318?tstart=0, it helps me to update one of my panels.
    regards

  • My HP photo smart  C6280 printer does not work with CS6.  Any Help?

    My HP photo smart  C6280 printer does not work with CS6.  Any Help?

    How does it "not work"?
    What OS version are you using?

Maybe you are looking for

  • Push data from BW 3.5 to XI 3.0 via ABAP proxy

    Hi,   I have the following scenario: I´m in BW 3.5 trying to send data to XI 3.0 via ABAP proxy. I´ve already found a "How-to" to do build this scenario, but something does not work. I think that problem is when a try do the logon from BW to XI becau

  • SOAP Adapter: java.io.IOException: unable to create a socket

    Hi, I am trying to use the soap adapter to connect to a URL and post a document. When I try, the adapter throws the following java.io.IOException: unable to create a socket Does anyone know what causes this? I get it both with the SOAP Envelope turne

  • Error in Comunication Channel Monitoring

    Hi Friends! I am triyng to connect a DB2 AS400 to PI 7.1  by JDBC Adapter, in the Comunication Channel Configuration  is: JDBC Driver ->  com.ibm.as400.access.AS400JDBCDriver Connection ->  jdbc:as400://<Host>:<Port>/BDName User -> XXX Pas -> XXX Now

  • Why is the dispay on my nano upside down?

    why is the display on my nano upside down?

  • Videos not playing continuous in playlist, like when songs r played, help?

    Hi, i keep experiencing an annoying problem of my videos in music video playlist not playing continuous. by that i mean they play one by one going back to playlist menu when each vid is finished so i have to manually forward to the next one. This Mus