What is the keyboard shortcut to view all text boxes?

what is the keyboard shortcut to view all text boxes? I have unwanted horizontal scrolling and it may be due to a wandering, forgotten textbox.
thanks

CTRL/A on WIndows
Command/A on Mac

Similar Messages

  • What is the keyboard shortcut to select all the white in a layer

    What is the keyboard shortcut to select all the white in a layer, I'm on windows and use to do it all the time but forgot!

    Do you mean ctrl-clicking the Composite Channel icon in the Channels Panel?

  • What's the keyboard shortcut for "Extrusion from Text Layer"? (Mac CS6)

    I keep triggering this by accident and can't figure out what combo I'm hitting, or how to disable it. I've looked in the Keyboard Shortcuts but can't find it.
    I'm on a laptop keyboard, so I use the fn key a lot to access enter when I'm finished editing text. Every once in a while (but often enough to be annoying), I attempt to enter out of text editing and suddenly everything stops, the gray rotating "processing" cursor appears, and for a few seconds I'm in a mild panic about how long it's been since I saved. Then a dialog box comes up asking if I want to switch to the 3D workspace or something. Clicking "no" doesn't stop the unwanted 3D thing from happening, and the last History item then says "Extrusion from Text Layer." I then Undo and go on with what I was doing.
    I've always got my left hand positioned over the lower left corner of the keyboard, and move quickly when using shortcuts and switching tools. I have no idea what combination I keep hitting by accident - something with fn, ctrl, opt, cmd, shift, I don't know, plus possibly return or enter. What is it, and how do I disable it?

    Trial-and-error prevails: It's fn + shift + return. (Or shift + enter on a full keyboard, I suppose? Unless that still does a soft line break like shift + return.)
    But only when I'm actively editing the text layer - not with the text layer selected and Move tool active, or even with the text layer selected and Type tool active, but only when in the process of using the Type tool to edit the text layer. I still have no idea to disable it, though.

  • What is the keyboard shortcut for "delete row" in a table?

    What is the keyboard shortcut for "delete row" in a table within a pages document?

    Click on the row number to select the entire row. Right-click, and select Delete Row from the menu. There is no keyboard shortcut.

  • What is the keyboard shortcut for format painting in word please?

    what is the keyboard shortcut for format painting in word please?

    Goto the menu bar, choose tools and choose customize keyboard.  you can then scroll down to format options and set a keyboard shortcut for the format option you are looking for.

  • What is the keyboard shortcut for screenshot or print screen?

    what is the keyboard shortcut for screenshot or print screen?

    Taking Screenshots in Mac OS X
    Command-Shift-3: Take a screenshot of the screen, and save it as a file on the desktop
    Command-Shift-4, then select an area: Take a screenshot of an area and save it as a file on the desktop
    Command-Shift-4, then space, then click a window: Take a screenshot of a window and save it as a file on the desktop
    Command-Control-Shift-3: Take a screenshot of the screen, and save it to the clipboard
    Command-Control-Shift-4, then select an area: Take a screenshot of an area and save it to the clipboard
    Command-Control-Shift-4, then space, then click a window: Take a screenshot of a window and save it to the clipboard
    In Leopard and later, the following keys can be held down while selecting an area (via Command-Shift-4 or Command-Control-Shift-4):
    Space, to lock the size of the selected region and instead move it when the mouse moves
    Shift, to resize only one edge of the selected region
    Option, to resize the selected region with its center as the anchor point
    Source: http://guides.macrumors.com/Taking_Screenshots_in_Mac_OS_X

  • What is the keyboard shortcut to move to the next sheet in Numbers.

    What is the keyboard shortcut on a Macbook Pro to move to the next sheet in the Numbers application. Based on my search of the internet, I have tried fn+command+arrow up, and it does not work. I have tried every other combo I could think of or that was suggested on the internet, but to no avail. Is there a keyboard shortcut if just using the keyboard of a MacBook Pro?

    There use to be a shortcut key, but I think they killed it with the last update. I haven't been able to find one that works. Hopefully someone here can settle this.

  • What is the keyboard shortcut to lighten images during the editing process?

    What is the keyboard shortcut to lighten images during the editing process?

    I have no idea what you mean. You need to explain better.
    Mylenium

  • What is the keyboard shortcut to move text to the next column?

    What is the keyboard shortcut to move text to the next column?

    Glad you got it fixed.
    Remember these boards cover a lot of different applications and systems. The more information you put into your post the better the chance of getting it resolved
    regards

  • What is the Keyboard Shortcut to make a COPYRIGHT Symbol on the iPad?

    What is the Keyboard Shortcut to make a COPYRIGHT Symbol on the iPad?

    There's probably another way but if you enable the Emoji keyboard (settings/general/keyboard/international keyboards/add keyboard/Emoji) then it's available there.
    ©

  • What is the keyboard shortcut to insert a table?

    what is the keyboard shortcut to insert a table?

    There's probably another way but if you enable the Emoji keyboard (settings/general/keyboard/international keyboards/add keyboard/Emoji) then it's available there.
    ©

  • What is the keyboard shortcut for changing dictation language in Yosemite?

    I can't find the keyboard shortcuts to change the dictation language in Mac OS X?
    I would really appreciate if someone help me with this problem. I work with two languages and I really can't find any way to do that.
    Thanks for your help guys

    Until the developer can release dictationswitcher compatible with Yosemite, here is an AppleScript that will toggle between two languages. After it switches, it will speak which language has been set. Currently, the spoken text is in English (United States). This script will work on Yosemite and Mavericks. Tested.
    What you need to do to get this to work.
    Add your alternative language to the Dictation Language pop-up.Set your languages in the AppleScript property strings exactly as they appear in the Dictation Language Menu.
    Copy/Paste the following AppleScript into your Script Editor (/Applications/Utilities).
    Click the hammer (compile) button
    Save once as File format text (dictation.applescript) - don't hide the extension, or check any of the checkboxes.
    Option+Save As… File format Application to your Desktop. Hide the extension, and check no other checkboxes.
    The first time that you run this application, you will receive a dialog box just like the one below (I changed the name back to dictation):
    Click Open System Preferences. Click on the gold lock button in the lower left corner. The Accessibility category will be selected, but the dictation application in the list of apps will be unchecked. Check it, and then click the gold lock again. Quit out of the dictation application on your Desktop, and run it again. If you happen to get another dialog indicating that it still does not have permission, revisit the System Preferences > Security & Privacy panel, and under the Privacy tab > Accessibility, uncheck the dictation application, and then recheck it again. Quit System Preferences. This happened to me, and following this second action allowed it to work properly.
    Future releases of OS X may impact this application if Apple changes the order of the UI elements.
    I modified this AppleScript from an Apple StackExchange post by qegal in 2012.
    Copy/Paste the following AppleScript into your Yosemite Script Editor per the above instructions.
    property defaultLang : "English (United States)"
    property altLang : "German (Germany)"
    -- property altLang : "French (France)"
    tell application "System Events" to set p to (path to frontmost application) as string
         tell application "System Preferences"
         activate
              reveal anchor "Dictation" of pane "com.apple.preference.speech"
         end tell
         tell application "System Events"
              tell process "System Preferences"
                   tell pop up button 1 of tab group 1 of window "Dictation & Speech"
                        click
                        try
                             if (get value of attribute "AXValue") contains defaultLang then
                                 click menu item altLang of menu 1
                                 say "Dictation set to " & altLang
                             else if (get value of attribute "AXValue") contains altLang then
                                click menu item defaultLang of menu 1
                                say "Dictation set to " & defaultLang
                             end if
                       on error errmsg number errnbr
                             tell process "System Preferences" to if it is running then quit
                             display alert altLang & "not configured in Dictation Languages, please add." as critical giving up after 10
                       end try
                   end tell
           end tell
    end tell
    quit application "System Preferences"
    activate application p

  • What is the keyboard Shortcut to go to the last frame or end of a clip?

    I used to have this shortcut set up, but I reformatted my mac and now I can't find it anywhere. I've searched the forums and can't find it, and yes, I looked at the help and looked at the manual. I've also went to Tools->Keyboard Layout and went through every keyboard shortcut listed. It is probably staring me right in the face!
    The closest I can find is the "goto next edit".
    I do a lot of photo montages and had this shortcut set up so I could double clip the photo on the timeline, set my first keyframes and then shortcut to the end of the photo and set my last keyframes so I can do my "Ken Burns" effects. I actually had set a macro on my mouse to simulate the keyboard shortcut.
    Any help would be greatly appreciated!!! Thanks
    Power Mac dual 2.5 Ghz G5 Mac OS X (10.4.9) 2 gigs RAM, 2 250Gb internal hard drives,FCP 4.5, Motion 1, DVDSP 3

    yes it is Michael, but our poster gave particular criteria where he loads a timeline instance of a clip in to the viewer and then wants to navigate to the first and last frame in the timeline instance of that clip ... which is in effect the in and the out point, hence Shift I and Shift O

  • What is the keyboard shortcut to sleep display on the Macbook Air?

    On my Macbook Pro it's ctrl-shift-eject. There is no eject button on the Macbook Air so what is it?
    Yes I know about Hot Corners. Yes I know you can turn the brightness right down. I want the keyboard shortcut.

    Sorry for being a Johnny-Come-Lately to this thread, but I just found it.
    I do not like using a Hot Corner (alone) because it is too easy to inadvertently sleep the screen by random movement of the the cursor. However, there is a solution....
    You can add a "modifier key" (e.g., the "Command" key) to the hot corner sequence so that moving the cursor to the chosen hot corner does NOT sleep the screen unless you also push and hold the modifier key.
    To add a modifier key, open "System Preferences", go to "Desktop & Screen Saver", choose the "Screen Saver" tab, and click on "Hot Corners…". Open the dropdown for the corner you prefer. Before clicking "Put Display to Sleep" hold down the Command key (or another modifier key*)  and then click "Put Display to Sleep".
    Voilà! Now the display will sleep only if you hold down the Command key before moving the cursor to the chosen Hot Corner.
    *I believe the only modifier keys available for this are Shift, Control, Option and Command -- you can use any one of them or combinations.

  • What is are Keyboard Shortcuts for select all right

    I’m looking for  Keyboard Shortcuts for select all right & left of the timing bar in the timeline. Suggestions would be appreciated.

    Thanks for the tip. Been editing with FCPX since it came out. I love the way it keeps presenting me with new BETTER ways to do things.

Maybe you are looking for

  • Installed 10.6.3. Fine at first, now crashes when launching any application

    Hi. Not sure that's the best subject for this thread, but its a long story. was running 10.5.6 for ages. no problem upgraded to 10.6.3 two weeks ago. everything went well. all my apps worked. I got latest drivers for my audio interfaces and everythin

  • Migrating to a new disk

    Sorry if this is the wrong place for this, but I'm not sure where else it will fit. The basic story is this: I currently have /home on a huge HDD and everything else on a small SSD. I just got a new SSD and was wondering what the best way to copy eve

  • Error connecting Source System

    We are on BI 7.0, just did a system copy of BW production to make a sandbox. Similar activity was done for ECC sandbox. Wehn I do a check on sourcesystem in RSA1. I get below messages. BI unknown in source system BI IDoc type ZSBB008 is not the same

  • How to change the vendor code of site in SAP IS retail

    Dear All, In SAP IS Retail, At the time of site creation. we create Site Customer & Site Vendor with site creation. For example If Site code is "1228" then the Customer Code of site will be "C1228" & Vendor Code for site will be "V1228". If by mistak

  • Very slow 4G in DC

    the network is very slow in DC, I used to have 10 in download and 5 in upload, and today was just 1 in download and 0.6 in upload. Is anybody experienced the same thing ? Thanks Axel