Dreamweaver has default hot keys to insert a new table row or column,
but it always inserts above the current row or before the current
column. If you want to insert a new row or column after the current
one you have to select it from a menu. My solution was to create
a Menu Selection shortcut of Modify > Table
> Insert Rows or Columns which is triggered
by the Command+Option+I hot key combination.
I frequently need to shuffle through my open Dreamweaver
documents and as with most of my applications I decided
to map one of my 5 mouse buttons to select Next
Document from the Window menu.
Now every time I press button #4 on my trackball it changes
documents for me. The only problem with this is that the
"Files" or site window is not considered a document, so I
created another shortcut to select that window and tied it
to button #5 on my trackball. This worked great but for one
problem, Dreamweaver grays-out the Next Document option when
the Files window is front-most!! So, I modified my Next Document
shortcut so that a Decision step first checks to see if "Files"
is the name of the front window. If Files is the front window
the shortcut selects the 32nd item in the Window menu
(this is the menu position of the
first document you have open). If Files is not the name of
the front-most window then the shortcut simply selects the
Next Document menu item.