Showing posts with label Shortcuts. Show all posts
Showing posts with label Shortcuts. Show all posts

Monday, 28 November 2016

Notepad++ Keyboard Shortcuts

00:15:00 Posted by Kumanan ,
Ctrl-CCopy
Ctrl-XCut
Ctrl-VPaste
Ctrl-ZUndo
Ctrl-YRedo
Ctrl-ASelect All
Ctrl-FLaunch Find Dialog
Ctrl-HLaunch Find / Replace Dialog
Ctrl-DDuplicate Current Line
Ctrl-LDelete Current Line
Ctrl-TSwitch the current line position with the previous line position
F3Find Next
Shft-F3Find Previous
Ctrl-Shft-FFind in Files
Ctrl-F3Find (volatil) Next
Ctrl-Shft-F3Find (volatil) Previous
Ctrl-Shft-IIncremental Search
Ctrl-SSave File
Ctrl-Alt-SSave As
Ctrl-Shft-SSave All
Ctrl-OOpen File
Ctrl-NNew File
Ctrl-F2Toggle Bookmark
F2Go To Next Bookmark
Shft-F2Go To Previous Bookmark
Ctrl-GLaunch GoToLine Dialog
Ctrl-WClose Current Document
Alt-Shft-Arrow keys or Alt + Left mouse clickColumn Mode Select
F5Launch Run Dialog
Ctrl-SpaceLaunch CallTip ListBox
Alt-SpaceLaunch Word Completion ListBox
Tab (selection of several lines)Insert Tabulation or Space (Indent)
Shft-Tab (selection of several lines)Remove Tabulation or Space (outdent)
Ctrl-(Keypad-/Keypad+) or Ctrl + mouse wheel buttoZoom in (+ or up) and Zoom out (- or down)
Ctrl-Keypad/Restore the original size from zoom
F11Toggle Full Screen Mode
Ctrl-TabNext Document
Ctrl-Shft-TabPrevious Document
Ctrl-Shft-UpMove Current Line Up
Ctrl-Shft-DownMove Current Line Down
Ctrl-Alt-FCollapse the Current Level
Ctrl-Alt-Shft-FUncollapse the Current Level
Alt-0Fold All
Alt-(1~8)Collapse the Level (1~8)
Alt-Shft-0Unfold All
Alt-Shft-(1~8)Uncollapse the Level (1~8)
Ctrl-BackSpaceDelete to start of word
Ctrl-DeleteDelete to end of word
Ctrl-Shft-BackSpaceDelete to start of line
Ctrl-Shft-DeleteDelete to end of line
Ctrl-UConvert to lower case
Ctrl-Shft-UConvert to UPPER CASE
Ctrl-BGo to matching brace
Ctrl-Shft-RStart to record /Stop recording the macro
Ctrl-Shft-PPlay recorded macro
Ctrl-QBlock comment/uncomment
Ctrl-Shft-QStream comment
Ctrl-Shft-TCopy current line to clipboard
Ctrl-PPrint
Alt-F4Exit
Ctrl-ISplit Lines
Ctrl-JJoin Lines
Ctrl-Alt-RText Direction RTL
Ctrl-Alt-LText Direction LTR
F1About

Tuesday, 13 January 2015

Android Studio Shortcuts - Needful

12:25:00 Posted by Kumanan ,

Go to class CTRL + N
Go to file  CTRL + Shift + N
Navigate open tabs ALT + Left-Arrow; ALT + Right-Arrow
Look up recent files CTRL + E
Go to line CTRL + G
Navigate to last edit location CTRL + SHIFT + BACKSPACE
Go to declaration CTRL + B
Go to implementation CTRL + ALT + B
Go to source F4
Go to super Class CTRL + U
Show Call hierarchy CTRL + ALT + H
Search in path/project CTRL + SHIFT + F


Programming Shortcuts:-

Reformat code CTRL + ALT + L
Optimize imports CTRL + ALT + O
Code Completion CTRL + SPACE
Issue quick fix ALT + ENTER
Surround code block CTRL + ALT + T
Rename and Refractor Shift + F6
Line Comment or Uncomment CTRL + /
Block Comment or Uncomment CTRL + SHIFT + /
Go to previous/next method ALT + UP/DOWN
Show parameters for method CTRL + P
Quick documentation lookup CTRL + Q
Delete a line CTRL + Y
View declaration in layout CTRL + B
To find Usage of selected Text ALT + F7 or goto Edit -> Find -> Find Usages
To check unused res files in android studio - Control + Alt + Shift + i and type "Unused resources"