To copy selected rows : ctrl + alt + [up or down]key
To move selected rows up or down : alt + [up or down] key
Programing comment/Uncommon : ctrl + / or ctrl + shift + c
Block comment : ctrl + shift + /
Block Uncommon : ctrl + shift + \
Delete complete row : ctrl + d
Delete next word : ctrl + del
Delete previous word : ctrl + backspace
Delete row from the cursor to the end of row : ctrl + shift + Del
Convert selected text to upper case : ctrl + shift + x
Convert selected text to lower case : ctrl + shift + y
These shortcuts will also works fine in Flex Builder
Advertisement