Assign keyboard shortcut to extension

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Assign keyboard shortcut to extension

    I recently purchased a DW Extension called Get Put All Open. It works great!
    It adds two commands to your File Management button on the Document toolbar -
    Get All and Put All.

    I would like to be able to assign a keyboard shortcut to Put All, but I find
    it is not available when I go to the Keyboard Shortcuts dialog box.

    It seems like one should be able to do this!

    Thanks for any help,
    regards,
    Laura

    laurathomas71 Guest

  2. Similar Questions and Discussions

    1. Command J Keyboard shortcut?
      I just read that you can go to a specific page number in InDesign with the combo Command J, but when I try that it doesn't do anything. I checked the...
    2. Keyboard Shortcut Question
      According to the Keyboard Shortcuts at <http://user.fundy.net/morris/downloads/Photoshop7HotKeys.pdf> , the use of the Shift key with the # keys 1-9...
    3. Keyboard shortcut blackouts in XP
      I have no real problems with Ill. CS until I start using the pathfinder palette. Then either the system crashes or the shortcut keys do not work at...
    4. Whats the keyboard shortcut for....
      Hi - This is probably super trivia to someone out there... Is there a Photoshop 7.0.1 keyboard shortcut that will turn the Text tool into, say...
    5. Help! keyboard shortcut disabled
      hi, recently i have updated my FH MX (PC) to version 11.01, but i found that all the keyboard shortcut cant function anymore. Any idea? HELP~
  3. #2

    Default Re: Assign keyboard shortcut to extension

    laurathomas71 wrote:
    > I recently purchased a DW Extension called Get Put All Open. It works great!
    > It adds two commands to your File Management button on the Document toolbar -
    > Get All and Put All.
    Glad you like it, I needed that functionality so I created the extension.
    > I would like to be able to assign a keyboard shortcut to Put All, but I find
    > it is not available when I go to the Keyboard Shortcuts dialog box.
    >
    > It seems like one should be able to do this!
    Keyboard shortcuts can only be added for extensions when they add items to one of the built in menus, such as the commands or Edit menu. This extension only adds the items on the File management and not to any menu.

    If you're interested in editing an XML file you can add your own short cuts for the added item by opening the following file:
    {user folder}/Dreamweaver 8/Configuration/Menus/Menus.xml

    To find where your user folder is located, please check here:
    [url]http://communitymx.com/blog/index.cfm?newsid=27&blogger=12[/url]

    Then just below the <shortcutlist> tag add the following code:
    <shortcut id="DWPopup_DocumentState_CMX_PutAll_Shortcut" name="Put All" key="Alt+Cmd+Shift+P" file="Menus/Community MX/Get-Put All.htm" arguments="'PUT'" />
    <shortcut id="DWPopup_DocumentState_CMX_GetAll_Shortcut" name="Get All" key="Alt+Cmd+Shift+G" file="Menus/Community MX/Get-Put All.htm" arguments="'GET'" />

    * should be on two lines, one for each shortcut.

    Save the file and restart Dreamweaver and away you go.

    This adds ALT+CMD+Shift+P for putting all, and ALT+CMD+Shift+G to get all. I used these because they aren't used elsewhere (that I could see), but you can use other combos, just make sure you're not overwriting an existing shortcut. As you may suspect, these shortcuts aren't going to be handled through the Edit -> Keyboard Shortcuts dialog.


    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Adobe Community Expert
    danilocelic *ACE* Guest

  4. #3

    Default Re: Assign keyboard shortcut to extension

    Thank you, Danilo. It works perfectly now and is JUST what I was looking for. Definately worth 5 bucks!!

    Take care,
    Laura
    laurathomas71 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139