Keyboard shortcut for master selection possible?

Is it possible to assign a keyboard shortcut to a particular master slide? There are 2-3 masters I switch back and forth between, and it's a real pain to go to the mouse when I need to switch masters. Creating a shortcut doesn't seem to fall into the standard paradigm, because there's no menu item for it. How can I do this?

Select all the text, and then select the chosen font.
Alternatively, create two similar styles, one using Arial, the other with Courier.

Similar Messages

  • Keyboard shortcuts for text selection not working in Flash CC

    In the new Code Editor in Flash CC running on Mac OS X, most standard Keyboard Shortcuts for traversing through the text work as expected (as the Operating System works globally) but there is one that doesn't and it's I think the most important one.
    Hitting "OPTION + SHIFT + [right or left arrow keys]" to select words doesn't work. Hitting "OPTION + [right or left arrow keys]" works as expected, moving the cursor to the next word or break point, but adding shift doesn't do the selection.
    I don't understand why this changed since it's a basic OS global shortcuts, and every other program behaves the way it should. Flash CS6 running on the same system behaves fine, but Flash CC doesn't. If you have ever written code, you know that any second that a programmers hand doesn't have to leave the keyboard to search for the mouse is invaluable, and this has forced me to stop using Flash CC and use Flash CS6 to edit my Action Script classes becuase it's unusable otherwise.
    These shortcuts are also not listed in the keyboard shortcuts for the program, so I can't change the default behavior. Does anybody know if there's a way to set it back to the way it was before, or just disable special text shortcuts so that selecting text behaves like any other application in the operating system?
    System Configuration:
    Flash CC
    Mac OSX 10.8.5

    Amy~ Yep the lasso tool was what I verified with another user. 'L' seems to be bound indefinitely to loop through different types of lasso tools and it was annoying them because they just wanted L to be the regular freehand lasso. I removed 'L' from being an option on the polygon lasso and even set it explicitly to SHIFT+L as well as set the lasso tool to a completely different keyboard combo. 'L' still cycled through lassos haha. It needs some fixes.
    fertolg~ At least you have a workaround for now. I'd go nuts if I couldn't use keyboard text selection writing code, oy! You're welcome and if you're all set please mark correct so we can filter unanswered. Good luck!

  • What is the keyboard shortcut for hide selection in photoshop CC

    In PS CS6 you could hide a selection with command h.
    In PS CC that no longer works. What is the new kwrboard equivelant.

    See if this solves the issue:
    http://forums.adobe.com/thread/693231

  • Keyboard shortcut for selecting clips

    I'd like to program a button or buttons on my control surface to select clips in the timeline. Are there keyboard shortcuts for selecting clips? (it's not "x")

    Thanks RedTruck.
    The problem with x is that it seems to mark every clip, but I think you may be on to something. Is there a keyboard command for selecting the target track? I could possibly add that command to the macro to make this work....trying to get to mouse-free editing.

  • Set keyboard shortcut for Acrobat DC tools (highlight tool, selection tool)

    It seems that this new version Acrobat DC does not have keyboard shortcut for these tools?
    How to set shortcuts as the old versions (e.g. U key for highlight, V key for selection)?

    Might this link be what you are looking for? https://helpx.adobe.com/acrobat/using/keyboard-shortcuts.html
    I can't find anything on creating your own shortcuts. Actually, you may want to go to the online help and download the manual in PDF form.

  • Is it possible to make a keyboard shortcut for a specific color for fonts?

    I'm a novice InDesign user and these forums have been a great resource, so thank you for your time.
    I'm doing a very complicated "text art" project and I'd like to be able to change text colors right from the keyboard.
    In Word, one is able to make a keyboard shortcut (to an unused key combination) that would allow you to change text to white, for example and another combination to change it to black, etc.
    I'd love to be able to do that in InDesign without having to mouse over to the color swatch or over to a paragraph style with the text color set.
    Again, thank you in advance!

    For anyone else who has this problem - I actually found out an easy workaround.
    There's another forum that addresses the NumPad issue for MacBooks (http://forums.adobe.com/thread/324960) and I did a modified version for character styles v. paragraph styles per the final comment by Kaj-Ettore.
    ==
    (1) Open text edit and copy the below script (for me it was changing the text to white):
    try{app.selection[0].applyCharacterStyle
    (app.documents[0].characterStyles.item(1),true)}catch(e){}
    Watch the number '(1)' in brackets on the last line: This is the Style number according to the Styles listed in the 'Character Styles' Panel of InDesign (following "[None]").
    Per my setup, "White" is 1 and "Black" is 2.
    SEE SCREENSHOT:
    Decrement the style you'd like to be applied via this script from the styles listed in the InDesign-applet 'paragraph styles'.
    *Note - This Workaround only works for specific Documents – since InDesign links Styles with document templates.
    (2)  Save the Script to:
    %InDesign_Install_Folder%\Scripts\Scripts Panel\Samples\JavaScript\Style(%nmb%).jsx
    or name the file as you like. You'll have to assign a keyboard-shortcut to this and other files later, so it is wise to choose a common and memorable syntax for naming, e. g. numbers or style-names. (I used Style(White).jsx)
    (3)  Repeat this step for every style you'd like to be applicable via a keyboard shortcut...
    This is my "Black" script:
    try{app.selection[0].applyCharacterStyle
    (app.documents[0].characterStyles.item(2),true)}catch(e){}
    Saved as: Style(Black).jsx
    Assign a Shortcut to the Script
    (1)  Open InDesign > Preferences > Keyboard Shortcuts > %YourSetOfShortcuts%
    (2)  Select 'Scripts'
    (3)  Choose the first script you've written, e. g. 'style(body).jsx'
    (4)  Create Shortcuts for Standard- and Text-Environment
    (5)  Repeat for any script you've written
    (6)  Done.
    This worked perfectly for me and I can now use ONE keyboard shortcut (albeit 3 simultaneous keys) to change from black text to white text.

  • Keyboard shortcuts for functions inside paragraph styles panel possible?

    I would like to assign keyboard shortcuts for functions inide the paragraph styles panel in PS CS6.
    It seems that no option to do this  is exposed - ist this correct?

    That's an interesting approach and it made me aware about menu item insertation - but unfortunately none of the suggested works.
    Clear overrides when executed by button can work both on selections of text and on complete text blocks, the recorded version of
    pressing the button disregards that there's a selection and therefore only works globally. The menu insertation method can not deal
    with existing selections either - it's entry is greyed out in the actions panel when portions of the text are selected.

  • Keyboard shortcut for select tool when in text tool

    I'm trying to figure out the best way to use keyboard shortcuts in Motion 5, but I've come across
    a little issue: 
    Let's say I've been using the text tool adjusting text in a text box.   Then I want to go to the Select/Transform tool. 
    If I type Shift+S (the keyboard command for the Select/Transform tool), a capital "S" appears in my text.  
    The only way around this I've found is to enable the Select/Transform tool with my mouse, which I find kind of slow and annoying.
    Any ideas?  Hope I'm missing something obvious.
    Thanks.

    The escape key will take you out of text entry mode. See the "Text Tools in the Toolbar" Section
    http://help.apple.com/motion/mac/5.0/en/motion/usermanual/#chapter=16%26section= 4

  • 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.

  • Is it possible to create a keyboard shortcut for "Export book to PDF"? (Cannot find it in the Keyboard Shortcuts window.)

    I'd like to create a keyboard shortcut for the "Export Book to PDF" command on the Books panel menu, but I simply can't find that command in Keyboard Shortcuts. After not finding it in what seemed the logical place (Keyboard Shortcuts > Product Area: Panel Menus > Book), I've looked through all the Product Areas listed on the dropdown menu -- but it seems I must be missing something.
    What do I need to do / where do I need to look to assign a keyboard shortcut for this command?

    Sorry, I agree that that is missing in action. I don't know of a workaround unless someone has written a script. Scripts can be called with keystrokes.

  • Keyboard shortcut for creating new Desktop

    Switching from primarily using keyboard shortcut navigation on a PC, I've realized that the OS X is missing a keyboard shortcut for creating a new Desktop or Space. You need to use the mouse to do this, either by clicking the Add Desktop icon in the upper right corner of Mission Control, dragging and dropping an open window to the Add Desktop icon, or entering full screen mode. Though it is possible to toggle full screen mode using a keyboard shortcut under Systems Preferences, not all applications can enable full screen.
    Does anyone have a possible solution to this problem?

    Hi- There is no longer a dedicated key on your keyboard to do that. However, follow these steps to make one...
    Click on System Preferences, Keyboard, and then choose Keyboard Shortcuts tab. In the lefthand column, select Expose & Spaces On the right, you will see that Expose has several shortcut key options. Make sure that the checkbox for Desktop is filled in, and double click it, and press the keyboard key you would like to activate it. If I may suggest, F5 or F6 are good choices.
    That is it! You are good to go.

  • Disabling Keyboard Shortcuts for LDAP Accounts -Workgroup Manager...

    I work in a school and all our students are on LDAP accounts. Recently some of the kids realized that hitting Ctrl-Opt-CMD-8 inverts the screen display. You wouldn't believe the amount of havoc this has created at school, especially when they do it to a kid’s account that doesn't know how to fix it.
    Keyboard and Mouse are NOT one of the items under preferences for either groups or accounts in Workgroup Manager. Does anyone know if there is a way around this, or an alternate way of getting rid of the keyboard shortcuts for Universal Access, for either groups or accounts?
    Thanks
      Mac OS X (10.4.6)  

    Within the Workgroup Manager pane for Preferences, there is an option to manage Universal access. Within that section, there is a tab for 'Options'. You will want to change that management to 'Always' and leave the box for 'Allow Universal Access Shortcuts' UNchecked. This will, in effect, disable the usage of the shortcuts for a User or a selected Group account.
    Hope this helps out!!
    www.Admin660.com

  • How to change keyboard shortcut for cycle through open tabs in PS and AI CC 2014

    I would love to set my own keyboard shortcuts for cycling through open tabs in PS and AI 2014 on OS X. I found out that this can be achieved with ctrl+tab in PS, but I couldn't manage to make any of the suggestions in the forum work for AI. As said, I would like to set a more "standard" shortcut like alt+cmd+arrow-keys for both of the apps. If that shouldn't be possible, does anyone know a shortcut in AI CC 2014?
    Many thanks!
    Amadeus

    Thanks! The shortcut can be set like this in AI, although all key combinations I would want to use are not allowed. Too bad. But anyways, thank you very much for the tip!
    cmd+~ is not an option for me, I guess, since the swiss/german keyboard layout has no dedicated tilde key.
    So, I have a working shortcut in PS (ctrl+tab / of which I still don't know how to change, if possible at all) and thanks to you, I can now set one in AI as well. Unfortunately, I can not set it to be identical as in PS, since the "cmd" key needs to be included in AI's shortcut assignment dialogue, but I guess, this is as good as it gets.

  • How do I change the keyboard shortcut for Cycle through open documents in PS CC for Mac?

    Sorry to bug the community with such a seemingly inconsequential task, but I am seriously tired of using the awkward default keyboard shortcut for cycling through open docs in PS.  I'd like to change it to what I am used in in Chrome, which is Cmd+Option+[left] or {right} arrow keys.  I noticed this is not a command listed in the in keyboard shortcuts, for whatever reason.  Where on Earth can I change this? 
    If it is not possible to do it by default, is there a plug-in or a change to the code that will allow this basic functionality? 
    Thanks again guys and gals!

    As far as I know, you can't. It's "hard wired" in.  Not even Edit > Keyboard Shortcuts is allowed  to change it.
    However I did find this tip:
    Anyway i never found tabs in Adobe application useful, instead i prefer the old school method: simply switch off tabs feature via illustrator/ preferences/ user interface/ open documents as tabs. Then in Mac preferences panel, under keyboard, just search for the “focus on next application window” field (under menu, keyboard and text) and assign a shortcut if the default option doesn't fit you. And there is now you can easily switch between open documents!.
    The best part of this is that it can be used in all mac applications, not only Adobe ones. And remember, if you want this working on Indesign, Photoshop, etc be aware of first switch off the tab features so that the system could “see” multiple documents opened not only one single tabbed document.
    Gene

  • 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.

Maybe you are looking for