Select Until Next Word is broken?  Ctrl+Shift+Right Arrow

I don't use Dreamweaver all that often, and this is one reason why.  But it's finally gotten on my nerves long enough that I thought I would ask about it.  What can I do to fix Dreamweaver so that "Select Until Next Word" works as it should—the way it works in EVERY other program on the PLANET???!!  (Windows environment).
Ctrl+Shift+Right Arrow, and the other arrow keys work correctly in Design View, but NONE of them work at all in Code View.  When I'm developing software, web pages—whatever—Code View is where I spend at least 90% of my time.
So have you long time Dreamweaverers found a workaround?  A fix?  If so, please share!  If not, Adobe, SHAME on you for breaking a convention so common that it's only noticed when it's broken!

Wow!  The first place I looked was in Preferences and then in Keyboard Shortcuts.  I missed that "Code Editing" dropdown.  That's fantastic.  Thank you!
Now I've got Ctrl+Left, Ctrl+Right, Ctrl+Shift+Left and Ctrl+Shift+Right working the way they should.  However, there doesn't seem to be a built-in command for selecting the previous and next paragraphs—or block-level element, I suppose in the case of the Code Editor.  Again Ctrl+Shift+Up (select previous paragraph) and Ctrl+Shift+Down (select next paragraph) are fairly standard in any application I can think of.  These commands are so standard that I really only notice when they're NOT present (which is really only in Adobe Dreamweaver). 
Any idea how I might implement a workaround for those?

Similar Messages

  • Ctrl Shift Left, Ctrl Shift Right shortcuts broken in GMail compose box

    When composing a GMail message in Firefox, selecting a word at a time with ctrl-shift-left arrow or ctrl-shift-right arrow stopped working in the compose textarea. (The key combination does nothing now. Without the ctrl, shift-arrow still selects a letter at a time.)
    This was broken a long time ago, then fixed somewhere in the last few months. Now in 3.6.12 it's broken again.
    This works fine in Chrome 6,7 and 8, as well as IE.

    You're welcome and thanks for posting the outcome of your 'hunt' for the culprit.

  • Search for word/phrase by ctrl+shift+F

    ctrl+shift+F
    One can enter here  the file/folder path the search for word/phrase should be made.
    But length of this control element is really limited.
    If the chosen path is very long, with lot of folder levels, longer than the control element is capable to show it,
    the path string is truncated. Truncation in its middle part.
    Nobody is able to see how exactly the path is, after it has been shortened.
    And now, please imagine that there are several similar paths on the disc.
    They differ by theirs middle section only.
    Now assume the search needs 3 hours.
    1. After 3 hours of search run user can't say which folder of all similar folders he has chosen for last search operation.
    After search completes user is no able to check, which path the search ran in.
    2. If new search in some other folder but in a folder located close to the previous one is aimed  the user
    has to follow the whole path from the disc root - job intensive task.
    Adobe Reader should use the previous search path as start point of new search path selection.
    The full-feature product Adobe Acrobat probably also affected.

    Hi vmartin01,
    I tried to check at my end and it works fine at my end.
    Regards,
    Ajlan Huda.

  • Ctrl-Shift Keyboard Shortcuts Broken

    Hello
    I switch layout with Ctrl+Shift. And have a little trouble. When i try:
    Reopen recent tab in Chrome/Firefox (Ctrl+Shift+T)
    Select previous tab in Chrome/Firefox (Ctrl+Shift+Tab)
    I get just new tab in the first case, and select next tab in the second. This changes the layout. So, performs the action, as if the Shift key not pressed.
    Looking for a solution I found that this is common problem. Not only for browsers... ( http://stackoverflow.com/questions/5592 … -linux-kde )
    I found similar topic https://bbs.archlinux.org/viewtopic.php?pid=1352640 and read this --> https://wiki.archlinux.org/index.php/Ke … on_in_Xorg . But solution don't found.
    Someone can help? I don't want change to Alt+Shift switch layout.
    P.S. I using Awesome WM

    May be it is too late, but this topic is at top of google...any way
    here is russian link:
    http://habrahabr.ru/sandbox/44336/
    in short, you must get sources of xserver by using abs, save there patch file from article, modify PKGBUILD to apply this patch.
    Reason is, xserver switches keyboard "onkeypress" while it should do "onkeyrelease". This bug is mentioned in 2006 and not fixed since that because it will lead to change xserver's specs.
    P.S. patch in article is for 1.12.xx, but it worked with 1.16.1 for me.

  • Why does my Mac auto-select the next few words or even sentences after i select and delete a batch of text?

    For instance, if i were to select the next seven words and then over-write or delete them, the next few words would automatically become selected and, because i'm already typing, i would over-write them as well.  The more words that i initially select, the more words become selected after i hit delete.  You can imagine how annoying this might be when i decide to chuck an entire paragraph, select it, begin to over-write, and then realise that i've just over-written most of the next paragraph and part of the previous.
    This can't possibly be a feature so i don't what option i might have chosen that would've prompted this kind of behaviour from my Mac.  It's done it intermittently over the last year that i've owned it.  It usually begins after an edit or two within a given document or email.  Once it begins, it doesn't stop, it just gets worse.

    Firefox allows to select part of a word. You can select a word with a double click and use Shift + left click to set the end of the selection, so you need to click at the end of the last word instead of in it.

  • After upgrading the new operating system, it seems some useful features no longer work such as when typing a message the text anticipates the next word and when trying to delete individual messages from a contact, you can no longer tap and hold to select

    After upgrading the new operating system on my Droid Razr M it seems some useful features no longer work such as when typing a message the text anticipates the next word and when trying to delete individual messages from a contact, you can no longer tap and hold to select multiple message you have to delete them individually or the entire thread. Is there a way to get these back?

    Well, that's kind of embarrassing. And I honestly thought I paid attention to that... It works perfectly now, thank you so much!
    As expected, cdm-git also works fine since DMs only work in the root mode as of now.
    Just for the record, both type commands output "/usr/bin/startx" and pacman -Q gives "systemd 215-4".
    Last edited by looki (2014-08-23 13:04:49)

  • Multiple Selection on JTree without holding down [CTRL] or [SHIFT]

    I need an example about how make multiple selection on JTree without holding down [CTRL] or [SHIFT].
    my JTree contains JCheckBox in any nodes, but I can't select two or more checkBox in time without holding down [CRTL] or [SHIFT].
    thanks for help.
    Jose A.

    I did this a few years ago so my newbiness is going to show through a bit, but I'm too lazy to update it.import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.tree.*;
    import java.util.*;
    public class Test3 extends JFrame {
      JTree jt = new JTree();
      MultiTreeSelectionModel mtsm = new MultiTreeSelectionModel(jt);
      JCheckBox multiCheck = new JCheckBox("Multi"),
          branchCheck = new JCheckBox("Branch");
      public Test3() {
        setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        JPanel content = (JPanel)getContentPane();
        multiCheck.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(ActionEvent e) {
                mtsm.setMultiSelect(multiCheck.isSelected());
        branchCheck.setText("Branch");
        branchCheck.addActionListener(new java.awt.event.ActionListener() {
          public void actionPerformed(ActionEvent e) {
                mtsm.setBranchSelect(branchCheck.isSelected());
        JPanel jp = new JPanel();
        jp.add(multiCheck);
        jp.add(branchCheck);
        content.add(jp, BorderLayout.NORTH);
        ActionListener specialKeyListener =
            new ActionListener() {
                public void actionPerformed(ActionEvent evt) {
                    MultiTreeSelectionModel.keyModifiers = evt.getModifiers();
        KeyStroke keyStroke;
        for (int i = 0; i < keys.length; i++) {
            keyStroke = KeyStroke.getKeyStroke(keys[0], 0, true);
    content.registerKeyboardAction(specialKeyListener, keyStroke,
    JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
    keyStroke = KeyStroke.getKeyStroke(keys[i][0], keys[i][1], false);
    content.registerKeyboardAction(specialKeyListener, keyStroke,
    JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
    jt.setSelectionModel(mtsm);
    content.add(new JScrollPane(jt), BorderLayout.CENTER);
    setSize(300, 300);
    setVisible(true);
    public static void main(String[] args) { new Test3(); }
    private static int[][] keys = {{KeyEvent.VK_CONTROL, ActionEvent.CTRL_MASK},
    {KeyEvent.VK_SHIFT, ActionEvent.SHIFT_MASK},
    {KeyEvent.VK_ALT, ActionEvent.ALT_MASK}};
    class MultiTreeSelectionModel extends DefaultTreeSelectionModel {
    static int keyModifiers;
    private boolean branchSelect, multiSelect;
    private JTree tree;
    private TreePath[] savePaths;
    MultiTreeSelectionModel(JTree Tree) {
    tree = Tree;
    setSelectionMode(TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION);
    private boolean isSelected(TreePath Path) {
    return tree.isPathSelected(Path) && (keyModifiers & KeyEvent.SHIFT_MASK) == 0;
    private boolean branchSelect() {
    return branchSelect || ((keyModifiers & KeyEvent.ALT_MASK) != 0);
    public void addSelectionPaths(TreePath[] paths) {
    if (branchSelect()) paths = getAllPaths(paths);
    super.addSelectionPaths(paths);
    public void removeSelectionPaths(TreePath[] paths) {
    if (branchSelect()) paths = getAllPaths(paths);
    super.removeSelectionPaths(paths);
    public void setSelectionPaths(TreePath[] paths) {
    if (branchSelect()) {
    paths = getAllPaths(paths);
    if (paths != null && paths.length > 0 && isSelected(paths[0])) {
    super.removeSelectionPaths(paths);
    } else if (multiSelect) super.addSelectionPaths(paths);
    else super.setSelectionPaths(paths);
    protected TreePath[] getAllPaths(TreePath[] paths) {
    if (paths == null || paths.length == 0) {
    return paths;
    Vector vector = new Vector();
    DefaultMutableTreeNode treeNode, thisNode;
    for (int i = 0; i < paths.length; i++) {
    if (paths[i] != null) {
    thisNode = (DefaultMutableTreeNode) paths[i].getLastPathComponent();
    Enumeration enumeration = thisNode.preorderEnumeration();
    while (enumeration.hasMoreElements()) {
    // add all descendants to vector
    treeNode = (DefaultMutableTreeNode) enumeration.nextElement();
    TreePath treePath = new TreePath(treeNode.getPath());
    vector.add(treePath);
    int i = vector.size();
    TreePath[] allpaths = new TreePath[i];
    for (int j = 0; j < i; j++) {
    allpaths[j] = (TreePath) vector.elementAt(j);
    return allpaths;
    protected void setMultiSelect(boolean b) { multiSelect = b; }
    protected boolean isMultiSelect() { return multiSelect; }
    protected void setBranchSelect(boolean b) { branchSelect = b; }
    protected boolean isBranchSelect() { return branchSelect; }
    protected void savePaths(TreePath Path) {
    TreePath[] tmpPaths = getSelectionPaths();
    if (tmpPaths == null) {
    savePaths = null;
    } else {
    int cnt = 0;
    for (int i = 0; i < tmpPaths.length; i++) {
    if (tmpPaths[i].isDescendant(Path)) {
    cnt++;
    savePaths = new TreePath[cnt];
    cnt = 0;
    for (int i = 0; i < tmpPaths.length; i++) {
    if (tmpPaths[i].equals(Path) || tmpPaths[i].isDescendant(Path)) {
    savePaths[cnt++] = tmpPaths[i];
    protected void restorePaths() {
    if (savePaths != null) {
    final DefaultTreeSelectionModel foo = this;
    SwingUtilities.invokeLater(
    new Runnable() {
    public void run() {
    foo.setSelectionPaths(savePaths);

  • Selecting multiple nodes of a tree through ctrl+shift

    Can i select multiple nodes of a tree through ctrl+shift.
    How??
    Thanx

    Take a look at JTree#getSelectionModel() and TreeSelectionModel#setSelectionMode(int).
    _myTree.getSelectionModel().setSelectionMode(TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION);

  • Advanced Search (Ctrl+Shift+F) broken with Protected View = All Files Adobe Customization Wizard XI

    I've updated Adobe Reader to version 11.0.09 and it was discovered that the Advanced Search (Ctrl+Shift+F) reports back errors on all words searched inside PDF document/
    Reproduce:
    1. Use Adobe Customization Wizard XI
    2. Create a MST file for the Base Adobe Reader 11.0.0 MSI (AdbeRdr11000_en_US.msi)
    3. Under Security -> Protected View -> (Set to ALL FILES)
    4. Save MST file
    5. Install Adobe Reader XI using created MST File and then Install AdbeRdrUpd11009.msp
    6. Open any PDF document and search for words using advanced search: (Ctrl+Shift+F) All searches return errors unable to display search.
    The error can be reproduced and only occurs on Adobe Reader 11.0.09. None of the previous patches of Adobe had this issue.
    The fix actually requires to remove and re-install Adobe Reader but with Protected View=OFF
    Please can you confirm bug and report any solution or workaround so that Advanced Search works with Reader 11.0.09?
    Thanks

    Hi vmartin01,
    I tried to check at my end and it works fine at my end.
    Regards,
    Ajlan Huda.

  • Change Ctrl-right arrow to start of next word

    How do I unmap behavior of Ctrl-Right Arrow from end of next word to start of next word? I am using FM 11 on a Windows platform.

    Actually, I think it's done by modifying cmds.cfg or wincmds.cfg. I've been mucking around with these files with no success.

  • Ctrl-Shift-U uploading open file, not those selected in File window

    I regularly use the quick-key of Ctrl-Shift-U to upload ("put") a file or files from the File window, but as of this morning it's instead uploading my open file. If I have no open files it does nothing. I can only assume I've accidentally changed an option somewhere, but Google isn't helping me figure out where it might have been. Any ideas? I'm using Dreamweaver CS6. Thanks!

    1. Go into Edit > Keyboard Shortcuts
    2. Choose "Files panel options menu" from the Commands dropdown
    3. Click the + by Site
    4. Scroll down to "Put" and verify that it's set to Ctrl + Shift + U
    If it is, and this is a behavior that just started happening recently, another thing to try would be to clear the program cache file: http://forums.adobe.com/thread/494811

  • CTRL+UP, CTRL+SHIFT keys suddenly inoperable in Forte 3.0

    The other day, my ability to move around the editor screen became severely impaired when certain key combinations suddenly did nothing:
    CTRL+RIGHT (used to jump to the beginning of the next word)
    CTRL+LEFT (used to jump cursor to the end of the last word)
    SHIFT+UP (used to select text above)
    SHIFT+DN (used to select text below)
    Anyone know how to re-enable this? It still works in other applications, but not Forte!

    Same issue here. Pulled down Away3d 4 and altered one of the demos to work with mouseLock and FullScreenInteractive. Tracing keycodes on keyup does nothing for SHIFT.

  • Ctrl+Shift Pasting within Same Document

    So I dont know if this is possible, if its not, I'd like to request it be added to future releases
    I have an animation which requires all frames be on the same document, for example, if the animation was 50x50 pixels, and there were 10 frames, my document would be 500hx50w
    actually 501 pixels high, as the first pixel row is the animation data
    Now, I've created control boxes for each animation, which are 50x50, of alternating colors, so that each animated frame can be easily selected
    Now, lets say i want to change one part of the frame 1 animation a bit for frame 2.. Here is how I proceed:
    I select the first colored control box, to get the marching ants around the first 50x50 square frame
    I select my element within that area on the layer for the item I want in my next frame, then Ctrl+C it
    I deselect the Control Box, then select the second control box for frame 2, to get the marching ants around that colored box
    I Create a new layer and hit Ctrl+V (or just paste to new layer, result is the same) and it just pastes it in the middle of the box, not aligned with where I need it to be
    Hitting Ctrl+Shift+V seems to do nothing at all, whereas one would fully expect it to paste the object int eh exact position within the box that it was copied from
    Can anyone help figure out how to paste in place within selections in the same document in Photoshop?
    I'm not seeing a solution to this

    I also tried Marching ants around the first box, selecting the element I wanted, Hiding other layers as well as the control box, copying merged and pasting over the second control box when it had the marching ants.. that didnt work
    tried the same thing but pasting into a new document, it pasted in place to the new document fine, but wouldnt copy / copy merged & paste into my selection properly, it just pasted in the middle
    Pasting in the middle is the default action, and it works great and is very useful.. but paste in place seems to have no function here whatsoever.. its like its been forgotten about.. and theres no reason it shouldn't work..

  • File Save As versus Ctrl+Shift+S

    Is there a way to make the menu function File>Save As and the keyboard shortcut Ctrl+Shift+S behave the same exact way. 
    When using the menus, the file automatically opens with the new name.  It also automatically makes it a PSD file (if something photoshoppy has been done to it).  It also doesn't make it a copy.
    When using the keyboard, you have to select the file type from the list.  It doesn't automatically open the file with the new name (frustrating if you are still editing).  And it always makes it a copy.
    Is there a setting I have turned on or off?  This behaviour runs through the CS5 suite, Photoshop, InDesign, and Illustrator. 
    Please send any suggestions or tips to correct this.  It is so much easier to use the keyboard short cuts but takes longer due to the behaviour.
    Thanks,
    Gilley Estes
    Adobe CS5 Suite

    Thank you for the responses.  I suspect I haven't explained the situation very well.  My first detailed explanation was deleted (by me after accidentally hitting Ctrl+A then delete; there isn't an undo in this forum...).
    Let say for example I have opened a JPG called Image_Tree.jpg.  I do some photoshoppy things to it, like add a layer and an effect.
    If I press Ctrl+Shift+A, the Save As dialog opens.  I change the file name to Image_Tree_Modified but the file type remains at JPG.  I have to manually select PSD.  It also automatically makes it a COPY.  So I have to delete the word COPY from the file name.  After clicking Save (or pressing Enter), my JPG file is still the one open in Photoshop.  It doesn't automatically open the newly saved PSD file.  I have to close the JPG and open the PSD.  This can be a problem if I continue making edits to the image and accidentally press Ctrl+S without first opening the new PSD file. It overwrites the JPG file with my changes.
    Now taking the same JPG file with the photoshoppy elements...
    If I go to File>Save As, basically things behave in a way I would call normal.  The file type is automatically set to PSD and the file IS NOT specified as a COPY.  Also after clicking Save (or pressing Enter), my newly saved PSD file is automatically opened for me to continue working on it.
    Maybe it is just me but I would expect the behavior between File>Save As and Ctrl+Shift+S to be exactly the same and they aren't.  This is true for the products across the CS5 suite.  Photoshop, InDesign, and Illustrator.
    I have tweaked a few keyboard settings but only to make some hotkeys.  For example, Ctrl+Shift+C is Image Crop on my computer.  Ctrl+Q is Image Trim.  Other than that, I have left the system the same as it was out of the box.  In fact I had to replace my personal settings one time by renaming a file then launching Photoshop again.  This undid all my personal settings.  The only ones I have reset are the one mentioned above.
    I hope this very long response (sorry for the length) helps explain better what I am noticing and asking.
    Thanks again for the responses and any help.
    Regards,
    Gilley Estes

  • Word TOC Links are shifting

    This is a new one for me.  I am using Word 2003 and Acrobat 8.1.3.
    I have a 500 page Word document that is a Master Document containing 13 subdocuments.  When I PDF it using PDFMaker, all of the TOC entries are hyperlinked, but this is where it gets strange.  Up until around page 113, the hyperlinks work perfectly.  After that, they start to shift so that when you click on an entry that should jump to the top of page 114, it jumps to the middle of page 115.  It continues to get worse from there, so by the end of the document, the link jumps to a point about 7 pages beyond the point it should.
    If you use Ctrl + Click in Word, the entries are all fine, so it appears to be something that is happening during the conversion.
    Has anyone seen anything like this before?
    Thanks.
    Rob

    Hello everyone,
    I am facing the very same problem (Word TOC links are shifting in the PDF file, the longer the file, the greater the shift - first only by one page and then growing up to a shift of 4-5 pages with a 150p document). Xrefs and other links within the file are not affected, only the TOC.
    I use Adobe Standard 8.1.6 (only updated from 8.1.1 yesterday, installing the updates chronologically). Word is 2003 with XP (SP3).
    I have gone over the Acrobat settings a zillion times, everything is as it used to be about six months ago when PDFing was still working fine.
    Also I followed all sorts of advice such as eliminating any Standard.dots on the machine but one, setting to the Adobe PDF printer before updating the TOC, tags are off, reflow is off, a.s.o.
    Yesterday, a closer look at the TOC links using the Acrobat link tool revealed that the links on the page numbers work just fine, only the links on the paragraph titles and paragraph numbers are off target. Created in one and the same PDF and from one and the same Word file.
    I cannot remember when the problem started because I mostly tested the links in the TOC from the page numbers and not from the titles... So I may have published many PDF files with this error. What I do remember is that a couple of months ago, when Acrobat converted its first Word file of the day, it started to convert and then broke off without displaying any message. Starting the conversion again produced the PDF file. This is the only change I ever noticed and it persists until today.
    Funny thing is, I have another identical Acrobat installation on a different PC which was installed at the same time but is not used very much and is not connected to the network. It has not been updated from 8.1.1 and everything works fine on that machine. Acrobat (or Word?) do not "misbehave".
    Anyway, so far I sat here for hours changing the incorrect links (the PC with the correct Acrobat outcome is not available to me all the time) using the link tool and today I found a solution which is considerably faster and less cumbersome: I simply delete all the links on the text and the paragraph numbers and then drag the left border of the page number link boxes all the way across the text and the paragraph numbers to the left. The TOC then has links that cover the entire line, saving the trouble of editing each one of them.
    It's nothing but a workaround and does not solve the problem but I thought I'd share...

Maybe you are looking for

  • Pr00 missing in webui while creating the transaction in ui

    Hi we have the scenario in crm like opportunity management , quotation analysis where in pr00 condition we have to input . pr00 condition is mandatory in all the transactions in crm . for this reason pr00 we maintained as mandatory in the pricing pro

  • Converting excel 2013 to pdf with adobe acrobat 9

    I have tried and failed many times to convert an excel 2013 spreadsheet into  a pdf with adobe acrobat 9. Is this a compatibility issue, Acrobat 9 needs upgrade?

  • Possibility to schow all Rogue APs in the WCS Map

    Hi All, one Customer uses WCS 4.0.81.0 /w Location for Management. It seems to be not possible to show ALL detected Rogue APs on a Map, only one selected AP from the List. Is there a possibility to show all Rogue APs at on Map? Regards, Michael

  • Windows Me media source lock

    I have recently installed Creative media source on Windows ME I am experiencing a problem in Ripping from CD to the HD. The MoVo N200 is not connected to the USB as i am only trying to Rip to the Hrad dri've when I hit the RIP button the transfer win

  • Display Of Material at the Query Level

    Dear all, I have an issue at query level....we have  Material categeorized into Material types like   1) Raw Materials, ROH                             2) Intermediate  and INT                             3 Finished products ..FIN in Raw materials we