Windows system platform keyboard TAB key game summary

  

1. Change the focus

Focus on the next button, input box or link, etc. For example, closing an unsaved notepad will bring up a prompt (below). At this point, there is a dashed box on the "Yes" button. If you press a space or press Enter, it is equivalent to clicking the "Yes" button with the mouse. . If you want to use the keyboard to "click" the "No" button, press the Tab key, the dashed box will move to "No", and then press the space. There is also a very common usage. When you log in to the forum or QQ, you can enter the account and you don't need to click the password box with your mouse. Just press the Tab key to position the cursor to the password box. If you want to position it in reverse, press the key combination Shift + Tab.

2, Quick Rename

Under Vista or Windows Server 2008, Tab also has a magical usage: select an icon on the desktop, press F2 to enter the rename state, rename When you are done, press the Tab key to enter the rename state of the next file. To reverse the previous file, press the Shift + Tab key combination. It is very convenient when renaming multiple files.

3, switch windows

Old birds often use the Alt + Tab key combination to quickly switch windows. This combination of keys must first press the Alt key and then press the Tab key to quickly switch to the previous window. With the Alt key pressed, pressing the Tab key will bring up the icon for the currently open window, and then press the Tab key to switch between each icon. The Alt + Shift + Tab key combination is a reverse switch. Release the Alt key to switch the window. Under Vista, press this key combination and a window thumbnail appears.

4, switch tabs or tabs

Ctrl + Tab : Switch to the next tab or tab of the browser.

Ctrl + Shift + Tab : Reverse switching.

Firefox users can also install the Ctrl-Tab extension to implement tab switching with preview. By the way, press Ctrl + Shift + A to preview all the tags, and you can type them on the search box to filter the tags.

Advanced Usage

1. At the command prompt

At the command prompt, the Tab key is very useful, it automatically fills in the names of files and folders ( It seems that calling autofill is a bit weird). Some readers may already know, but this tip has another little secret that is little known. First look at a demo picture, it may be a little dizzy, when the flashing cursor disappears, it is the moment when the tab is pressed.

The following is explained in detail by example:

Assuming the "D:\\cfan" path, there are folders: a, ab, and files: abc.txt, ac.txt. Click "Start → Run" and type "cmd", press Enter to open the command prompt. First enter "D:", press Enter to switch to D drive, then enter "cd cfan" command to enter the "D:\\cfan" folder. Enter "dir" after "D:\\cfan>" (note that there is a space after dir):

1 Automatically populate the name of the folder or file: press the Tab key to cycle through the folder and The name of the file, with Shift + Tab you can fill the previous one.

2 Automatically fill the name of the folder or file at the beginning of a specific letter: Enter "a", and then press the Tab key to fill the folder "a" and the file "abc.txt" in sequence. Useful when entering a folder or file with a very long name.

3 Automatically fill in the name of the file with a specific extension: Enter "*.txt", and then press the Tab key to fill the file "abc.txt", "ac.txt" in sequence. At the command prompt, an asterisk stands for any character.

4 Automatically fill the second letter for the name of a specific folder and file: type "?b*", and then press the Tab key to fill the folder "ab" and the file "abc.txt" in sequence. ". The question mark represents a character here.

5 Auto-fill the file name of a file of a specific length: Enter "???.txt", and then press the Tab key to fill the files "abc.txt" and "ac.txt" in sequence.

2, in the input method

In the Google Pinyin input method, the Tab key is to page backwards. Shift + Tab is page forward. In the Sogou Pinyin input method, press the Tab key to enter the stroke selection mode. To use it, after entering the pinyin of one or more words, press the tab key, and then enter the first one by h (horizontal), s (vertical), p (撇), n (捺), z (fold). The stroke of the word is always found until the word. In this mode, you can also use the word-assisted auxiliary code. For example, if you want to input a Chinese character “娴”, but it is very late, you can't find it, then type “xian”, then press the Tab key, then enter the two parts of “娴”. The first letter "nx" of the female "free" can be seen only with the word "娴".

3, in Photoshop

After pressing the Tab key, the toolbar and panel will be hidden, leaving only the menu bar. This shortcut is often used in conjunction with the full-screen shortcut "f".

4, under EmEditor and EidtPlus

When programming code under EmEditor and EidtPlus, select multiple lines and press Tab to quickly indent the selected multiple lines. The Shift + Tab key combination is reverse indented.

5, in the browser

Some forums support the use of the key combination "Ctrl + Enter" to quickly submit, but this combination of keys does not necessarily support each browser. I am accustomed to using the Tab + Enter key combination to quickly submit, use the Tab key to move the focus to the "Submit" button (in a few cases, you need to press the Tab key multiple times), press the Enter key. The "Ctrl + Enter" key combination needs to be called by a javascript script. With this method, even if the web page is not scripted, it can be submitted quickly.

6, replace the Tab key

When opening, mention that the Tab key can produce tabs, what if you want to replace the tabs? Very simple, in Word, press the key combination Ctrl + H, enter "^t" in "Find Content", "Replace with" does not fill, click on all replace to quickly delete the tab. In EmEditor, press the key combination Ctrl + H, enter "\\t" in "Find", "Replace with" without filling, and check "Use escape sequence", click "Replace all".

Copyright © Windows knowledge All Rights Reserved