Skip to main content

Top 10 keyboard shortcuts.

Amu_Ke_Fundye

Top 10 keyboard shortcuts.

Keyboard, Key, Success, Online, Computer

       Ctrl + C or Ctrl + Insert and Ctrl + X

Both Ctrl + C and Ctrl + Insert will copy highlighted text or a selected item. If you want to cut an item instead of copying it, press Ctrl + X. This action removes the text or item and stores it in the clipboard for you, rather than just copying it to the clipboard while leaving the original behind.
Apple computer users can substitute the Ctrl key for the command (cmd) key on their computers. For example, pressing Cmd + C copies highlighted text.

Keyboard, Creative, Creative Office

      Ctrl + V or Shift + Insert

Both the Ctrl + V and Shift + Insert will paste the text or object that's stored in the clipboard.
On Apple computers, use Cmd + V instead.

Ctrl + Z and Ctrl + Y
Pressing Ctrl + Z will undo any change. For example, if you cut text, pressing this key combination will undo the cut. These shortcuts can also be pressed multiple times to undo or redo multiple changes. Pressing Ctrl + Y would redo the undo.
On Apple computers, use Cmd + Z and Cmd + Y to undo and redo.
Use the above text input field to highlight some or all of the text and then press Ctrl + X to cut the text. Once the text has disappeared press the Ctrl + Z to undo the cut.
Tip: If you did the first example as well (cut and paste text) if you continue to press Ctrl + Z it is also going to undo that change.

Keyboard, Fix, Configure, Spanner

      Ctrl + F

Pressing Ctrl + F opens the Find field, which allows you to search the text currently displayed in any program that supports it. For example, Ctrl + F can be used in your Internet browser to find text on the current page. Press Ctrl + F now to open the Find in your browser and search for "shortcut" to display each time shortcut is mentioned on this page.
On Apple computers, use Cmd + F to find.

       Alt + Tab or Ctrl + Tab

Pressing Alt + Tab switches between open programs moving forward. For example, if you have your browser window open and other programs running in the background press and hold Alt and then press the tab key to cycle through each open program.
On Apple computers instead of using the Alt key use the Command (Cmd) key. For Example, Cmd + Tab to switch between open programs.
Bonus Tip: Press Ctrl + Tab to switch between tabs in a program. For example, if you have multiple tabs open in your Internet browser, press Ctrl + Tab to switch between them.
Bonus Tip: Adding the Shift key to Alt + Tab or Ctrl + Tab moves backward. For example, if you are pressing Alt + Tab and pass the program you want to use, press Alt + Shift + Tab to move back to that program.
Bonus Tip: Windows Vista, 7, 8, and 10 users can also press the Windows Key+ Tab to switch through open programs in a full screenshot of the window.

      Ctrl + Backspace and Ctrl + Left or Right arrow

Note: This is for PC users only and does not work on Apple computers
Pressing Ctrl + Backspace will delete a full word at a time instead of a single character.
Holding down the Ctrl key while pressing the left or right arrow will move the cursor one word at a time instead of one character at a time. If you want to highlight one word at a time, hold down Ctrl + Shift and then press the left or right arrow key to move one word at a time in that direction while highlighting each word.

Ctrl + S
While working on a document or other file in almost every program, pressing Ctrl + S saves that file. Use this shortcut key frequently if you're working on anything important in case an error happens, you lose power or any other issues that could cause you to any work since the last save.
On Apple computers, use Cmd + S to save a file.

       Ctrl + Home or Ctrl + End

Ctrl + Home will move the cursor to the beginning of the document, and Ctrl + End will move the cursor to the end of a document. These shortcuts work with most documents, as well as web pages.
On Apple, computers use Command and the Cmd and the up arrow to get to the beginning of a document or text or Cmd and the down arrow to get to the end of a document or text.

       Ctrl + P

Control + P is used to open a print preview of the page or document currently being viewed. For example, press Ctrl + P now to view a print preview of this page.
On Apple computers use Cmd + P to open the print preview.

       Page Up, Spacebar, and Page Down

As you may have guessed, pressing either the page up or page down key will move to the next or previous page. When browsing the Internet, pressing the space bar moves the scrollbar down a page. Similarly, Shift + spacebar moves the scrollbar up one page.
Thanks 
Amrut Gupta

Comments

Popular posts from this blog

Undecidability

Amu_Ke_Fundye Undecidability Decidable Problem If there is a Turing machine that decides the problem, called as Decidable problem. A decision problem that can be solved by an algorithm that halts on all inputs in a finite number of steps. A problem is decidable, if there is an algorithm that can answer either yes or no. A language for which membership can be decided by an algorithm that halts on all inputs in a finite number of steps. Decidable problem is also called as totally decidable problem, algorithmically solvable, recursively solvable. Undecidable Problem A problem that cannot be solved for all cases by any algorithm whatsoever. Equivalent Language cannot be recognized by a Turing machine that halts for all inputs. The following problems are undecidable problems: Halting Problem:  A halting problem is undecidable problem. There is no general method or algorithm which can solve the halting problem for all possible inputs. Emptyness Problem:  Wh

Funny Shortcut to Remember Periodic Table

Amu_Ke_Fundye Funny Shortcut to Remember Periodic Table THE PERIODIC TABLE The periodic table is a tabular display of the chemical elements, organized on the basis of their atomic number's , electron configurations, and chemical properties.In order to appreciate the general trends in chemistry and to explain the deviations of some from these general trends we need to to have good knowledge about the position of those elements in periodic table. This knowledge is also extremely important for competitive exams. So, here I present a way to memorize this using some funny easy shortcut sentences. THE FIRST 18 ELEMENTS (H He Li Be B C N O F Ne Na Mg Al Si P S Cl Ar)  H ie  He   Li es  Be cause  B oron  C an N ot  O xide  Fl orine.. N e w  Na tions  M ight  Al so  Si ng  P eaceful  S ong  Cl early  A gain  THE S-BLOCK ELEMENTS (LEARN-ALONG THE GROUP) Group 1 (Li Na K Ru Cs Fr)  Sentence:  LiNa   K i  Ru by  C e  Fr iendship          

ALU and Data Path

Amu_Ke_Fundye ALU and Data Path The CPU can be divided into a data section and a control section. The   data section , which is also called the   datapath. Datapath The registers, the ALU, and the interconnecting bus are collectively referred to as the datapath.  Each bit in datapath is functionally identical.  The datapath is capable of performing certain operations on data items. The  control section  is basically the  control unit ,  which issues control signals to the datapath . Bus : A Bus is a collection of wires or distinct lines meant to carry data, address and control information. Data Bus : it is used for transmission of data. The number of data lines corresponds to the number of bits in a word. Address Bus : it carries the address of the main memory location from where the data can be accessed. Control Bus : it is used to indicate the direction of data transfer and to coordinate the timing of events during the transfer. PC (Pro