Shortcuts for Styles...

Hi,
I use a lot keyboard shortcuts.
And very often, I want to delete all of them to create new ones or, after I have modified them, reuse the first ones I've created. So:
Is there a way to delete all or for a specific styles group?
Is there a .xml file where they are all defined?
Thank you in advance.

Hi Rob,
I don't think it is the good way to fix my problem. I finally use another tip.
The way I work: I create Para/Char styles groups and, so, I apply shortcuts to the styles (paras by group) I use for the layout.
As and as I advance in the layout, to go faster, I need to delete and create shortcuts.
E.g., I use the X group to treat pages 11-25, the Y group to treat pages 26 to 29, then the Z group on pages 30 to 52 ...
As the styles are well established, I just create 2 reference files:
the first file [ID_Shortcuts_0.indd] includes only the "global" shortcuts, ones I use all the time (e.g., Current_Text [Cmd -0]); no other shortcut for any group para styles.
the second file [ID_Shortcuts_All.indd] includes ALL shortcuts (so, e.g., different styles using the same shortcut).
I've assigned a keyboard shortcut to "load all the paragraph styles " [in french : "Charger tous les styles de paragraphe"] = Cmd-F4.
The trick : I need to get the shortcuts associated to the group X. I do Cmd-F4 and I load all the group X para styles, and only these, from ID_Shortcuts_All.indd. Easy to find them: They are sorted by group. Finally I can get all the shortcuts.
When I switch to Y, I load the group X para styles from ID_Shortcuts_0.indd file [I loose all the group X shortcuts] and then I load group Y styles from ID_Shortcuts_All.indd file [I get all group Y shortcuts]. And so on...
This represents a very fluid ... and carefree manipulation, without risk!

Similar Messages

  • Keyboard shortcuts for styles in Pages

    Not a question but rather a feature request: let me add my own shortcuts for styles, please. This is essential for me - and a lot of other people, right? Please reply if You think that this feature ist important.
    KInd regards, Marin

    It was important but was crippled by being the function keys and only the function keys, which then interferred with the other function key uses.
    This works when it is handy, simple and organised like the single key shortcuts on the numeric keypad in Quark Xpress.
    Peter

  • How to set custom shortcuts for Styles in Pages 5.1?

    I just updated Pages to version 5.1. It said, that it will bring back the feature where you can use different shortcuts for specific styles. How can you do that? Anyone figured it out yet?
    Thanks,
    Mark

    Peter thank you very much! I owe you one
    It was way easier back than. I was so mad that the just put it back in this recent version. It drove me crazy.
    Thanks,
    Mark

  • Keyboard shortcuts for styles

    Is there a way of assigning a keyboard shortcut to an InDesign style if you have a keyboard without a numeric keypad?
    Thanks
    Derek
    (OS 10.6.8, InDesign  CS5.5)

    How could it possibly be faster?
    One keypress versus at least four!
    I am just now wrapping up a 600-page bilingual project with about 150 paragraph styles. I have numpad shortcuts for commonly used styles like "bodyText" or "sectionIntro." However, the hassle of moving my hands from the keyboard to the mouse to scroll through the list of styles is time-consuming enough that I use Quick Apply for almost all character styles, and many of the paragraph styles as well. And, because some of those styles are not commonly used, I often find that I'm using Quick Apply on a parastyle that already has a numpad shortcut - because I never remember whether the 5th-level outline entry with para space after is control-shift-numpad5 or control-alt-shift-numpad5. I dunno if this is why Steve finds Quick Apply so quick, but when I get to name my own styles, it's pretty much impossible to forget "o5a" for the 5th level outline with para space after, and I don't have to go scrolling through lists, expanding style groups, and so on. So, I feel you on that skepticism (even though he said it was as fast, not faster) but over the long run I've found Quick Apply to be signficantly faster for long documents with too many styles, despite the fact that
    [ctrl-Enter] [o5a] [Enter]
    requires more keystrokes than
    [ctrl-alt-shift-numpad5]

  • Robohelp Shortcut keys for styles

    RH8 HTML
    Just wondering if theres a way to set shortcut keys for styles, similar to how you can do it in MS Word.
    Just makes formatting etc so much faster, instead of having to use the mouse and click around.
    I see I can set shortcuts to do other RH functions, like create new topics etc....but nothing for text formatting.
    Thanks, Nick.

    Hi Nick
    RoboHelp has always offered the following:
    Ctrl+Alt+1 Applies Heading 1
    Ctrl+Alt+2 Applies Heading 2
    Ctrl+Alt+3 Applies Heading 3
    Ctrl+Shift+N Applies Normal
    Aside from that, perhaps use something like Macro Express to create a macro you could use.
    http://www.macros.com
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

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

  • How can I set up a custom keyboard shortcut for volume control?

    Hi all,
    I use my black MacBook at work, connected to an external monitor and external keyboard. I'm looking for a way to set up the F buttons on my external keyboard as volume control, just as they do on my laptop keyboard. Looking for F3 to F5 to be volume mute, down, and up, respectively.
    I tried going into Keyboard Shortcuts in System Preferences but since there is no menu item for volume control I can't seem to add it. Anyone know how I can go about doing this or what I'm missing?
    Thanks
    Mike

    paste the following into Applescrpt Editor (it's in /Applications/Utilities)
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #ADD8E6;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    set curVolume to output volume of (get volume settings)
    -- work out the new setting
    if curVolume < 96 then
    set newVolume to curVolume + 5
    else
    -- can't go over 100
    set newVolume to 100
    end if
    -- and apply it
    set volume output volume newVolume</pre>
    this script will increase volume by 5 (out of 100) any time you run it. you can adjust this of course. save the script somewhere.
    You can use a 3rd part app launcher to bind a keyboard shortcut to it. I use Butler. there are many others: Quicksilver, ikeys, quickeys, Spark, Launchbar.
    this will work the fastest.
    If you don't want to use 3rd party tools for this you can make a service using automator but that might be a bit slower than the first option. open automator. it will give you a pulldown screen wiuth the choice of what you want to make. choose "service". set it to receive no input and be available in all applications. add the following "run apple script" action to the service
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #ADD8E6;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    on run {input, parameters}
    set curVolume to output volume of (get volume settings)
    -- work out the new setting
    if curVolume < 96 then
    set newVolume to curVolume + 5
    else
    -- can't go over 100
    set newVolume to 100
    end if
    -- and apply it
    set volume output volume newVolume
    end run</pre>
    save the service, go to keyboard system preferences->keyboard shortcuts->services and make a shortcut for the service you just created.

  • 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 shortcut for a "preferences" detail setting

    Some websites I often use are hard to read in their own colors, so I go to "edit -> preferences -> content -> colors" and uncheck "allow pages to choose their own colors, instead of my selections above".
    Other websites need this setting checked to display correctly.
    Can I establish a keyboard shortcut for this setting?
    FF 4.0.1 in both WinXP and Linux

    Specifically for that and because it can be changed via the options, you can create a toolbar button to do that.
    [http://codefisher.org/toolbar_button/toolbar_button_maker Custom Toolbar Buttons Maker] select "<b>Toggle Page Colors</b>", install, move custom button to toolbar. Toggles preferences, removes some but not all images (loses the entire mozillaZine banner exactly same as the preference). Another button that can be included is "<b>Page Fonts</b>", which toggles page fonts between your colors and the web page's colors. Another button that may be needed to read some pages is "<b>Toggle Styles</b>" to toggle CSS styling off or back on.
    Also see page where the above came from, for other suggestions:
    * http://kb.mozillazine.org/Use_my_colors
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • Strikethrough shortcut for Apple Mail?

    Is there a keyboard shortcut for strikethrough in Apple Mail?
    Having to open fonts (CMD + T) and then pull down the strikethrough menu > Single is extremely long winded when you are trying to edit a document.
    Does anyone have a simple command like CMD + B is for BOLD.
    Thanks,
    Steven

    I FOUND TWO SOLUTIONS!
    TextSoap - new version #7 also allows you to striketrough text system wide.
    Keyboard Maestro macro maker which a lot of people are using in replace Quickeys works too.
    There is an example macro in the Macro Library, in the Text section, called Red Strikethrough that copies the text, applies red foreground, and strikethrough attribute to the clipboard, and then pastes the text.
    Insert that macro from the macro library and remove the red foreground, or create it yourself:
    Type the ⌘C Keystroke
    Apply Style to Clipboard: Set strikethrough to solid single.
    Type the ⌘V Keystroke
    Hope that helps.
    Steven

  • How do I chose the shortcut for the normal Eyedropper tool in October 2014 edition?

    In the all my previous versions I chose a personal shortcut Cmd+i to access quickly the Eyedropper Tool which I use a lot to edit my text, and copy styles quickly. With the new Colour Theme Tool this is not possible any more since Cmd+i is used to toggle between the normal Eyedropper Tool and the new Colour Theme Tool. If one goes to change the settings in the Keyboard Shortcuts the Eyedropper Tool is not there anymore. So I cannot chose my preferred shortcut Cmd+i in default and especially in the Text Context to be able to copy text attributes from style to style in InDesign. Only for this I would not have upgraded to the October 2014 CC version, and I wish I knew a way to go back, because I would. I don't see a use for the new Colour Theme Tool and Cmd+i keeps bringing this up and not the good old Eyedropper Tool.

    Thanks for the tip!
    I use the Eyedropper Tool within text boxes exactly as you do, cmd+i shortcut and all.
    The proposed workaround kinda works, but if I inadvertently hit the "i" shortcut twice, or if I use the Color Theme Tool, I have to remember to re-toggle it before continuing my normal workflow.
    This currently happens often enough that I find the Color Theme Tool to be more of an annoyance than anything else...
    Most tools have distinct shortcuts for each variation.
    Like the "Type Tool + Type on a Path Tool" combo, or the "Rectangle Tool + Elipse Tool".
    When you hit "M" on your keyboard, you know you'll be able to make a square box – no matter if you already had the tool selected of not.
    I would have preferred – and expected – that type of behaviour for the Color Theme Tool.
    Anyway, I won't downgrade just for that, I like new toys way too much!

  • Shortcut for moving between Panels on Modal Dialog boxes eg: Cell Options (OS X)

    Is there an existing shortcut for moving between the tabs of modal dialog boxes. For example Cmd+Opt+'B' brings up Cell Options dialog but that is actually the shortcut for the "Text" Panel how can I navigate (using keyboard keys) to the other Panels {"Strokes and Fills", "Rows and Columns", "Diagonal Lines"}.
    Note:
    I realise I can create shortcuts for the Table…> Cell Options…> Diagonal Lines items but these shortcuts will not work in the context of the Cell Options Modal Dialogue box.

    Hey Thanks.
    For those who come looking b/s they had the same question:
    As a bonus once one of these key sequences is pressed the tab heading area comes into focus so the arrow keys work for navigating tabs. So even for long list of Paragraph Style tabs which number greater than 10 still easy to navigate to them eleventh to someteenth ones.

  • Shortcuts for case structure manipulation?

    Hello all.  I'm curious if there are keyboard shortcuts for duplicating cases or deleting cases in a case structure.  I'm also interested if any of you have any tips or secrets to working with large case structures - LabVIEW mods that enable a storyboard-style case structure reorganizer, for example.
    Thanks!

    JLS wrote:
    Another useful feature of case structures is that if you use an enumerated type for the selector, you have the option to "Add Case for Every Value.
    Yes that is handy for enums with a handful of values.
    The other feature I like about enumerated cases is the ability to NOT have a default case.
    When this is the situation, LV will remind me that I have not coded up all of the cases in the event I missed one.
    This is very handy in applications where you have a bunch ( 100 or more) of enum values.
    If at a later date I decide that I need to add enum value #101 then I edit the typedef and then LV reminds of all the places I have to go and fix.
    Just a different approach for a different challenge.
    Ben
    That reminds of a related trick I have not heard anyone mention lately.
    Bonus Q:
    Given a list of all of the enum states (array of strings), what is the easiest way to create an enum with all of those values?
    Correct answers are worth 5-stars!
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Assigning alternative keyboard shortcuts to styles

    Hello all,
    I'm reformatting a document and want to be able to assign styles quickly using the keyboard. I was able to assign a function key shortcut to styles (F1 for Normal, for example), but on my Mac all the function keys are pre-assigned to things like brightness, Dashboard, etc. Is there any way to add a modifier key (like option-F1) instead?
    Thanks!

    Hello
    I'm not sure to understand well.
    Are you wanting to change the predefined shortcuts so that brightness would no longer be F1 but option + F1
    or are you wanting to link a style to the shortcut option + F1?
    I don't know it the first one is possible but I assumes that the second one may be done (I allocated such a shortcut to some menu items). I also used ctrl + F1.
    Yvan KOENIG (from FRANCE dimanche 17 février 2008 11:36:6)

  • Photoshop CS5 Keyboard shortcut for 2up view?

    In older version, window > arange > tile, gave me side by side tile of windows. In CS5 it defaults to above and below. I know I can simply click the Arange Documents and then 2up but I use this very frequent and would like to have a simple keyboard shortcut for it. Can this default be changed if not...? I can not find the 2up layout item in the keyboard shortcuts and have tried setting up a action but can not seem to get that to work. Can anyone help? I use this all day to compare images and all of my images fit best side by side. Help?

    i dont want to use the application frame either just to get 2-up functionality. I dont think users should be forced to use a differnt workspace. the app frame takes up space and doesnt even really work correctly when you move panels around. either way it would be great to have the same view optoins in the menus that are now exclusive to the app frame. if you feel strongly about it - post a request on adobe's new feedback site. this is wehre they are mostly listening to users requests now.
    http://feedback.photoshop.com/photoshop_family/products/photoshop_family_photoshop?sort=re cently_created&style=topics

Maybe you are looking for