Welcome to website of Dejan Mladenovic
Home | Resume | Portfolio | Site map | Contact
 
Shortcut keys:
  Windows
Internet explorer
Visual Basic 6.0
Query Analyzer
   Windows shortcut keys
F2 Rename selected item.
F3 Search for a file or folder.
F4 Display the Address bar list in My Computer or Windows Explorer.
F5 Refresh the active window.
F6 Cycle through screen elements in a window or on the desktop.
CTRL+C Copy
CTRL+X Cut
CTRL+V Paste
CTRL+Z Undo
DELETE Delete
SHIFT+DELETE Delete selected item permanently without placing the item in the Recycle Bin.
CTRL+RIGHT ARROW Move the insertion point to the beginning of the next word.
CTRL+LEFT ARROW Move the insertion point to the beginning of the previous word.
CTRL+DOWN ARROW Move the insertion point to the beginning of the next paragraph.
CTRL+UP ARROW Move the insertion point to the beginning of the previous paragraph.
CTRL+SHIFT with any of the arrow keys Highlight a block of text.
SHIFT with any of the arrow keys Select more than one item in a window or on the desktop, or select text within a document.
CTRL+A Select all.
CTRL+O Open an item.
CTRL+W Close the active item, or quit the active program.
ALT+F4 Close the active item, or quit the active program.
CTRL+F4 Close the active document in program that allow you to have multiple documents open simultaneously.
ALT+SPACEBAR Display the System menu for the active window.
ALT+(-) from numeric keyboard Display the System menu for the MDI child window of active parent MDI window.
ALT+TAB Lets you switch between currently running applications.
CTRL+TAB Changes the tabs in a tabbed dialog box in forward direction. Also switches windows in a MDI form.
CTRL+SHIFT+TAB Changes the tabs in a tabbed dialog box in backward direction.
F10 Activate the menu bar in active program.
ALT+Underlined letter in a menu name Display the corresponding menu.
Underlined letter in a command name on an open menu Carry out a corresponding command.
RIGHT ARROW Open the next menu to the right, or open a submenu.
LEFT ARROW Open the next menu to the left, or close a submenu.
ESC Cancel the current task.
SHIFT when you insert a CD into the CD-ROM drive Prevent the CD from automatically playing.
CTRL+ALT+DELETE Brings up Task Manager in Windows 95/98. Brings up more options in NT/2000.
ALT+ENTER View the properties for the selected item.
SHIFT+F10 Display a shortcut menu for selected item.
CTRL+ESC Display or hide the Start menu.
WIN+M Minimize or restore all windows.
WIN+E Open My Computer.
WIN+F Search for a file or folder.
WIN+F1 Display Windows 2000 Help.
WIN+R Open the Run dialog box.
WIN+TAB Switch between open applications.
WIN+U Open Utility Manager.
WIN+BREAK Display the System Properties dialog box.
Top of page
   Internet explorer shortcut keys
Viewing and exploring Web pages  
F1 Display Internet Explorer Help, or when in a dialog box, display context Help on an item.
F11 Toggle between full-screen and regular views of the browser window.
TAB Move forward through the items on a Web page, the Address bar, and the Links bar.
SHIFT+TAB Move back through the items on a Web page, the Address bar, and the Links bar.
ALT+HOME Go to your Home page.
ALT+RIGHT ARROW Go to the next page in the available page stack.
ALT+LEFT ARROW Go to the previous page in the available page stack.
BACKSPACE Go to the previous page in the available page stack.
CTRL+TAB Move forward between frames.
F6 Move forward between frames.
SHIFT+CTRL+TAB Move back between frames.
CTRL+F Find on this page.
F5 Refresh the current Web page.
CTRL+R Refresh the current Web page.
ESC Stop downloading a page.
CTRL+N Open a new window.
CTRL+W Close the current window.
CTRL+S Save the current page.
CTRL+P Print the current page or active frame.
ENTER Activate a selected link.
CTRL+E Open the Search bar.
CTRL+I Open the Favorites bar.
CTRL+H Open the History bar.
CTRL+O Brings up the 'file open' dialog box.
SHIFT+Left mouse click Opens the clicked link in new window.
Working with favorites  
CTRL+D Add the current page to your favorites.
CTRL+B Open the Organize Favorites dialog box.
ALT+UP ARROW Move selected item up in the Favorites list in the Organize Favorites dialog box.
ALT+DOWN ARROW Move selected item down in the Favorites list in the Organize Favorites dialog box.
Using the Address bar  
ALT+D Select the text in the Address bar.
F4 Display a list of addresses you've typed.
CTRL+ENTER Add "www." to the beginning and ".com" to the end of the text typed in the Address bar.
Top of page
  Visual Basic 6.0 shortcut keys
F2 Brings up the 'Object Browser' window
F3/F4/F6/F11 Brings up the 'Properties Window' for the current form/control
F5 Executes the current project
CTRL+F5 First checks for syntax errors and then executes the project
F7 Opens the code window for the current control
F8 Executes the project in 'Step mode'. Keep pressing F8 to execute the next statement; Press F5 to come out of step mode
F9 Inserts break point at the current line in the code window. Press F9 again to toggle the break point
CTRL+G Brings up the 'Immediate window', which is useful for debugging purposes
CTRL+SPACEBAR While writing code, this combination helps you see the available options/methods/properties based on what you are typing
CTRL+J Same as above...
SHIFT+F2 Place the cursor over any function call and press Shift + F2 to see the declaration of that function
CTRL+F Brings up the find dialog box
CTRL+H Brings up the replace dialog box
SHIFT+F3 Finds the previous occurrence of a string
CTRL+SHIFT+F9 Clears all break points
CTRL+DELETE Deletes to the end of the word
CTRL+Y Deletes the current line of code
CTRL+Z Undoes the last change in the code window
CTRL+UP/DOWN ARROWS Helps you move between procedures/functions in the code window
Top of page
  Query Analyzer shortcut keys
ALT+(-) from numeric keyboard Display the System menu for the MDI child window of active parent MDI window.
CTRL+SHIFT+F2 Bookmarks: Clear all bookmarks.
CTRL+F2 Bookmarks: Insert or remove a bookmark (toggle).
F2 Bookmarks: Move to next bookmark
SHIFT+F2 Bookmarks: Move to previous bookmark.
ALT+BREAK Cancel a query.
CTRL+O Connections: Connect.
CTRL+F4 Connections: Disconnect.
ALT+F1 Database object information.
CTRL+SHIFT+DEL Editing: Clear the active Editor pane.
CTRL+SHIFT+C Editing: Comment out code.
CTRL+SHIFT+R Editing: Remove comments.
CTRL+C Editing: Copy. You can also use CTRL+INSERT.
CTRL+X Editing: Cut. You can also use SHIFT+DEL.
SHIFT+TAB Editing: Decrease indent.
CTRL+DEL Editing: Delete through the end of a line in the Editor pane.
CTRL+F Editing: Find.
CTRL+G Editing: Go to a line number.
TAB Editing: Increase indent.
CTRL+SHIFT+L Editing: Make selection lowercase.
CTRL+SHIFT+U Editing: Make selection uppercase.
CTRL+V Editing: Paste. You can also use SHIFT+INSERT.
F3 Editing: Repeat last search or find next.
CTRL+H Editing: Replace.
CTRL+A Editing: Select all.
CTRL+Z Editing: Undo.
F5 Execute a query. You can also use CTRL+E (for backward compatibility).
F1 Help for SQL Query Analyzer.
SHIFT+F1 Help for the selected Transact-SQL statement.
F6 Navigation: Switch between query and result panes.
SHIFT+F6 Navigation: Switch panes.
CTRL+W Navigation: Window Selector.
CTRL+N New Query window.
F8 Object Browser (show/hide).
F4 Object Search.
CTRL+F5 Parse the query and check syntax.
CTRL+P Print.
CTRL+D Results: Display results in grid format.
CTRL+T Results: Display results in text format.
CTRL+B Results: Move the splitter.
CTRL+SHIFT+F Results: Save results to file.
CTRL+R Results: Show Results pane (toggle).
CTRL+S Save.
CTRL+SHIFT+INSERT Templates: Insert a template.
CTRL+SHIFT+M Templates: Replace template parameters.
CTRL+L Tuning: Display estimated execution plan.
CTRL+K Tuning: Display execution plan (toggle ON/OFF).
CTRL+I Tuning: Index Tuning Wizard.
CTRL+SHIFT+S Tuning: Show client statistics
CTRL+SHIFT+T Tuning: Show server trace.
CTRL+U Use database.
Top of page
Home | Resume | Portfolio | Site map | Contact
Copyright © 2006 - 2007, designed by Dejan Mladenovic. All rights reserved.