mirror of
				https://github.com/notepad-plus-plus/notepad-plus-plus.git
				synced 2025-10-30 19:14:05 +01:00 
			
		
		
		
	Signed-off-by: Don HO <don.h@free.fr> git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@504 f5eea248-9336-0410-98b8-ebc06183d4e3
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 | |
| <html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Switching between Documents</title>
 | |
| <link rel="stylesheet" href="styles.css" type="text/css">
 | |
| </head>
 | |
| <body>
 | |
| <h1>Switching
 | |
| between Documents</h1>
 | |
| <p>For
 | |
| switching between documents the foremost method is by using the tab
 | |
| bar. However, you can also use the keyboard or mouse to do so. By
 | |
| default, you can switch to the next document by depressing the <span class="shortcut">Ctrl</span>
 | |
| key and then pressing <span class="shortcut">Tab</span> once for each next document. Pressing <span class="shortcut">shift</span>
 | |
| as well will select the previous document. To use the mouse, depress
 | |
| the <span class="shortcut">right mouse button</span> and use the <span class="shortcut">scroll wheel</span>. <span class="shortcut">Scrolling up</span> will
 | |
| select the previous document, <span class="shortcut">scrolling down</span> the next. The order of the
 | |
| documents is derived from the tab bar. See <a href="Tab%20Bar.html">Tab Bar</a> or <a href="Windows%20Dialog.html">Windows Dialog</a>
 | |
| for information on how to change it.<p>
 | |
| Documents
 | |
| will by default be cyclically selected, meaning that if you select
 | |
| the document past the last one, the first will be selected. If two
 | |
| views are visible, the first document of the other view will be
 | |
| selected.<p>
 | |
| Selecting
 | |
| the document previous to the first document will select the last
 | |
| document (if two views are visible that will be the last document of
 | |
| the other view).<p>
 | |
| <p><a href="Document%20Switcher.html">Document Switcher</a></p>
 | |
| <p><a href="MRU.html">MRU</a>
 | |
| </body></html> |