Friday, 5 December 2014


Welcome to SHORTCUTSPOT

Shortcuts are designed to help shorten the time required to perform frequently used commands or actions. In the below sections we have listed keyboard shortcut keys that can be performed by pressing two or more keys at once. In addition to keyboard shortcut keys, we have also listed command line shortcut keys that can be typed in at the shell.
Tip: Not all of the following shortcut keys and command line shortcuts are universally compatible with every variant of Unix and Linux.

 

Keyboard shortcut keys

CTRL+B Moves the cursor backward one character.
CTRL+C Cancels the currently running command.
CTRL+D Logs out of the current session.
CTRL+F Moves the cursor forward one character.
CTRL+H Erase one character. Similar to pressing backspace.
CTRL+P Paste previous line(s).
CTRL+S Stops all output on screen (XOFF).
CTRL+Q Turns all output stopped on screen back on (XON).
CTRL+U Erases the complete line.
CTRL+W Deletes the last word typed in. For example, if you typed 'mv file1 file2' this shortcut would delete file2.
CTRL+Z Cancels current operation, moves back a directory or takes the current operation and moves it to the background. See bg command for additional information about background.

Command line shortcuts

In addition to the below command line shortcuts, it is also helpful to use the alias command that allows you to specify a keyword for frequently used commands or mistakes.
 ~ Moves to the user's home directory.
!! Repeats the line last entered at the shell. See history command for previous commands.
!$ Repeats the last argument for the command last used. See history command for previous commands.
reset Resets the terminal if terminal screen is not displaying correctly.
shutdown -h now Remotely or locally shuts the system down.


Welcome to SHORTCUTSPOT

There are various keyboard shortcuts provided by ADF Faces itself, as well as component attributes that enable you to create specific keyboard shortcuts for their specific applications. ADF Faces categorizes shortcut keys for components into two types, accelerator keys and access keys.

C.3.1 Accelerator Keys

Accelerator keys bypass menu and page navigation and perform actions directly. Accelerator keys are sometimes also called hot keys. Common accelerator keys in a Windows application, such as Internet Explorer, are

Ctrl+O for Open and Ctrl+P for Print.
Accelerator keys are single key presses (for example, Enter and Esc) or key combinations (for example, Ctrl+A) that initiate actions immediately when activated. A key combination consists of a meta key and an execution key. The meta key may be Ctrl (Command on a Macintosh keyboard), Alt (Option on a Macintosh keyboard), or Shift. The execution key is the key that is pressed in conjunction with the meta key.
Some ADF Faces components have their own built-in accelerator keys. For example, Ctrl+Alt+M is the accelerator key to open the context menu. For more information about ADF Faces components with their own built-in accelerator keys, see the component tag documentation.
ADF Faces also enable you to provide custom accelerator keys to specific menu items, as shown in Figure C-3. All assigned menu accelerator keys are visible when you open the menu, and should be available in both the regular mode and screen reader mode.
Figure C-3 Accelerator Keys in a Menu
Accelerator key for a menu.
When defining accelerator keys, you must follow these guidelines:
  • Because accelerator keys perform actions directly, if a user presses an accelerator key unintentionally, data may be lost or incorrect data may be entered. To reduce the likelihood of user error, accelerator keys should be used sparingly, and only for frequently and repetitively used functions across applications. As a general rule, less than 25% of available functions should have accelerator keys.
  • Custom accelerator keys must not override accelerator keys that are used in the menus of ADF Faces-supported browsers (see the browser and system requirements for supported operating systems and browsers in ADF Faces), and must not override accelerator keys that are used in assistive technologies such as screen readers.
  • Custom menu accelerator keys must always be key combinations. The meta key may be Ctrl, Ctrl+Shift, or Ctrl+Alt. Ctrl+Alt is the recommended metakey because Ctrl and Ctrl+Shift are commonly used by browsers. The execution key must be a printable character (ASCII code range 33-126).
  • Custom menu accelerator keys must be unique. If a page were to have different components that used the same accelerator, it would be difficult for the browser to predict which actions would be executed by the accelerator at any given time.
Note:
In Windows, users have the ability to assign a Ctrl+Alt+character key sequence to an application desktop shortcut. In this case, the key assignment overrides browser-level key assignments. However, this feature is rarely used, so it can generally be ignored.
Certain ADF Faces components have built-in accelerator keys that apply when the component has focus. Of these, some are reserved for page-level components, whereas others may be assigned to menus when the component is not used on a page.

Accelerator Key                            Used In                     Function
Ctrl+Alt+W
Ctrl+Shift+W 
                                   Pop-up
                                Messaging
                     Secondary Windows
                     Toggle focus between open popups.
Ctrl+Alt+P                                       Splitter                           Give focus to splitter bar.
The menu commands take precedence if they are on the same page as page-level components, and have the same accelerator keys.



ORACLE KEYBOARD SHORCUTS

Keyboard shortcuts provide an alternative to pointing devices for navigating the page. There are five types of keyboard shortcuts that can be provided in ADF Faces applications:
  • Tab traversal, using Tab and Shift+Tab keys: Moves the focus through UI elements on a screen.
  • Accelerator keys (hot keys): bypasses menu and page navigation, and performs an action directly, for example, Ctrl+C for Copy.
  • Access keys: Moves the focus to a specific UI element, for example, Alt+F for the File menu.
  • Default cursor/focus placement: Puts the initial focus on a component so that keyboard users can start interacting with the page without excessive navigation.
  • Enter key: Triggers an action when the cursor is in certain fields or when the focus is on a link or button.
Keyboard shortcuts are not required for accessibility. Users should be able to navigate to all parts and functions of the application using the Tab and arrow keys, without using any keyboard shortcuts. Keyboard shortcuts merely provide an additional way to access a function quickly.




Welcome to SHORTCUTSPOT



File menu

The commands on the File menu that are accessible vary according to which window you are in.

Open This command allows you to open enquiry results or enquiry setups saved as result dumps (.agr) or Crystal reports (.rpt).
Save as This command is used to save Browser and balance table reports and templates.
Save as HTML This commands starts the Agresso HTML Publish Wizard to allow you to save Browser reports in HTML format.
Options This command opens the Options window where you can set AGRESSO’s start-up parameters.

View options This command opens the View options window where you can define the setup of registration windows.
Print This command lets you print a table (for example an online enquiry result) or the window itself.
Print preview This command lets you preview the printed result. This command is only available in AGRESSO Graphic Presentation (Chart) and AGRESSO Browser.
Print setup This command gives you access to the Windows menu for print setup.

Send This command allows you to send an image of an AGRESSO window via e-mail.
Exit This command closes the AGRESSO program.

Edit menu

Cut (CTRL+X) This command cuts out the marked area and places it on the Windows clipboard. The contents can then be used by another application, such as a spreadsheet or a word processor.
Copy (CTRL+C) This command copies the marked area and places it on the Windows clipboard. The contents can then be used by another application, such as a spreadsheet or a word processor. This works in the same way as Cut, but leaves the original intact.
Paste (CTRL+V) This command copies the contents of the clipboard into the active window (and field) in AGRESSO. Most windows in AGRESSO do not support copy and paste, but some let you paste partial data. You can for example paste data in the Budgeting module of the General Ledger.

Delete (Del) This command deletes the contents of a field.
Clear (F5) This command returns a blank window, but does not delete data that has been saved previously.
Insert row (Alt+F2) This command inserts new rows in a table field where new information can be entered. The number of new rows created is determined by the value for No. of new rows in the Options window on the File menu.
Delete row This command is used to delete a previously saved row from the table field. Select Save (F12) on the Data menu to make the deletion permanent.

Undo row This command removes a row from the active window without deleting it.



Data menu

Find (F7) This command fills a table with data (with or without search criteria).

Save (F12) This command permanently saves any changes you have made.

Zoom (Alt+F6) This command provides additional detail on a line in certain table fields, for example details on an individual transaction.

Filter This command filters out rows in a table that do not contain the value of the field you are positioned on.

First (Ctrl+F5) This command lists the first occurrence of results or lists.

Next (Ctrl+F7) This command lists the next occurrence of results or lists.

Previous (Ctrl+F6) This command lists the previous occurrence of results or lists.

Last (Ctrl+F8) This command lists the final occurrence of results or lists.

Keep (F11) This command saves the data you enter in a window temporarily while you finish the remaining entries. Keep (F11) is a required function in order to proceed in certain windows (for example in address windows). If you want to save the registered information permanently, you have to choose Save (F12).

Change row (Shift+F11) This command lets you reactivate a line of data in a posting window.

Choose (F6) This command lets you choose the data from the table line you are on (for example in an F9 search).

Chart This command opens a window where you can define charts and graphs based on the data currently in the table field.

Analyzer This command is only available if AGRESSO Analyzer is installed. It gives you access to a graphical presentation tool.

Excelerator This command is used to send report results directly to Excel and enquiry results directly to Excel or Word.

Document This command is available if you want to connect a document to a transaction or an object in AGRESSO or retrieve an already saved document from the document archive.

Show document Retrieves an already saved document.
Link document Connects a document to a transaction or an object.

Change company (F10) This command lets you switch from your active window (except the main window) to the same window in another company in the database.



Tools menu

Change password Use this command to change your login password to AGRESSO.
Expand branches Use this command to open all menu books.
Collapse branches Use this command to close all open menu books.
Search bar Use this command to activate a search bar at the bottom of your main menu.
Refresh menu Use this command to refresh the main menu after you have defined your own menu items (user-defined menus). You can also use this command to allow changes to you user group affiliation or authorisation group access, or new report variants to be effective immediately.

NOTE

The commands that are displayed on the Tools menu vary depending on the active window. The various commands are therefore explained in the help text for the window they belong to.


View menu

Toolbar You can choose whether or not you wan the toolbar to be displayed in the window.
Status bar You can choose whether or not you wan the status bar to be displayed in the window.
Visual Basic Editor The Visual Basic Editor will be available if Customisation Tools are part of your license string and you have user access to the item with the same name under System Settings (for developers only).
Maintenance of ordered reports This starts the Maintenance of ordered reports window. You can also start this by clicking the button on the Toolbar.

Maintenance of report printouts This starts the Report printout window. You can also start this by clicking the button on the Toolbar.
Web toolbar The Web toolbar opens up an address bar where you can link to any web site you want.


Format menu

Font This command allows you to change the default font type and size used in AGRESSO. This function may be useful if you are printing directly from a window.
Heading font This command is only available if AGRESSO Browser is installed. It then allows you to change the font for the column heading on the Results tab.
Frame This command is only available if AGRESSO Browser is installed. It then allows you to frame sub-totals.
Break text This command is only available if AGRESSO Browser is installed. It then allows you to add extra formatting to the report.

Gridlines This command is only available if AGRESSO Browser is installed. It then allows you to switch on and off gridlines on the Results tab.


Window menu

Cascade This command places all open windows on top of each other, with the active window on top and title bars displayed.
Tile This command places all open windows from top to bottom on the main window.
Arrange icons This command arranges all icons of minimised windows at the bottom of the main window.
Show table This command allows you to enquire on master files (for example suppliers) when the master file window is active.
Switch Pane Relates to Invoice Manager and will help you move around in VP10 when you have an image displayed there.

Move Splitter Relates to Invoice Manager and will help you move around in VP10 when you have an image displayed there.
Toggle Pane Relates to Invoice Manager and will help you move around in VP10 when you have an image displayed there.
Numbered list Displays a list of all open windows. You can activate any of these.

Help menu

Contents This command displays an introductory text. Click Help Topics on the menu bar in this window to get a list of the help contents in AGRESSO.
Help (F1) This command gives you on-line help for the active window.
Field Help (F9) This command shows a list of valid values for the active field.
About AGRESSO This command displays information about AGRESSO.


User-defined menus in AGRESSO

You can define sub-menus, windows, reports, server processes and user-defined reports for the Personal Menu item.


Procedure

Creating a personal menu

§ Place the cursor anywhere on the Personal Menu item in the main window.

§ Click the right mouse button and then choose New menu to open a window where you can define a sub-menu item. You must have access to the User defined menu window in AGRESSO System Administration in order to be able to create a personal menu.

Adding functions (menu items) to your personal menu

§ Go to the function that you want to add to the menu. Click the right mouse button and choose Copy. Go to the menu item, click the right mouse button again and choose Paste.

§ Drag the function to your Personal Menu item and drop it over the sub-menu.

§ Go to the menu item where you want to add a function. Click the right mouse button and choose New menu. Fill out the information that is necessary for the function.

§ You can also add a new function in the User defined menu window in AGRESSO System Administration.


Startup

All menu items in the Startup folder will start automatically when AGRESSO is started.
In the Startup folder you can add menu items in the same way as you do in the Personal Menu. The authorisation is the same as for Personal Menu items.
Shortcuts do not require any authorisation.
If you use the right mouse button to make the shortcuts global, they will appear in the Authorisation window in AGRESSO System Administration. You must have authorisation to do this.

You can also define Startup menu items in the User defined menu window or by clicking the right mouse button and choosing New menu.

The Startup folder will not appear on the menu if it is not included in the user’s authorisation group in the Authorisation window.


                                             Shortcuts

The section User-defined menus in AGRESSO contains a description of how to add functions to the menu item Personal Menu. You can also create shortcuts on the standard menu in AGRESSO, in other words move functions to wherever you want. Note that you cannot delete a menu item from AGRESSO’s standard menu. All shortcuts are labelled with an arrow.

Global menu

Clicking the right mouse button on the shortcut that you have made makes it global, in other words available to all users.
The prerequisites for the use of the global menu are that you have the authorisation to use the Personal Menu item. You must also have authorisation to delete a global menu.

Welcome to SHORTCUTSPOT



FINACLE FUNCTION KEY SHORTCUTS FOR FINACLE USERS

F1 ----------------------------Field Level Help

F2----------------------------List

F3---------------------------- Esc   Quit/Back

F4---------------------------- Accept

F5---------------------------- Background Menu

F6---------------------------- Next block/ Next Page

F9--------------------------- View Signatures

F10------------------------- Commit

F11-------------------------- Validates & takes the user to Next Field



FINACLE SHORTCUT KEY COMBINATION SHORTCUTS FOR FINACLE USERS


TAB/Enter-----------------------    Next Field

CTRL + X--------------------------   Paste current date

CTRL + D--------------------------   Page Down

CTRL + U--------------------------    Page UP

CTRL + E --------------------------   Explode/Drilldown

CTRL + F--------------------------    Clear Field

SHIFT + F4------------------------ Select from list



Welcome to SHORTCUTSPOT



Summary of the SAP Business One Shortcuts Provided in this Article:
  • Use the F keys to create keyboard shortcuts for SAP Business One functions
  • General Shortcuts
  • Shortcut keys in Sales and Purchasing Documents
  • Shortcut keys in Sales and Payment Documents
  • Shortcut keys in Inventory and Production Documents
  • Right-click options
    • Business Partner Master Data
    • Item Master Data
    • Sales Order
    • Purchase Order
    • Additional

1. How can I use the F keys to create keyboard shortcuts for SAP Business One functions?

In the Tools menu of the menu bar, choose  My Shortcuts  Customize:


In the Customize Keyboard window, you can allocate a specific function to each F key.
The List tab lists all the shortcut keys and the windows to which those keys are allocated.
On the Allocation tab you choose the shortcut keys for selected windows.
The Allocation tab is divided into two panes. The left pane displays modules in SAP Business One. The right pane displays windows in the selected module.
Steps:   Highlight the module and the window.  Press the Allocate button.  This assigns the selected shortcut key to a selected window.
Remove Cancels the shortcut key allocation.

2. General Shortcuts in SAP Business One



3. Shortcut Keys in Sales and Purchasing Documents in SAP Business One



4. Shortcut Keys in Payment Documents in SAP Business One

 

5. Shortcut Keys in Inventory and Production Documents in SAP Business One

 

6. Right-Click Options in SAP Business One

From Business Partner Master Data:
  • Remove Business Partner
  • Duplicate
  • Special Prices for Business Partners
  • Business Partner Catalog Numbers
  • Inventory Posting List by BP
  • Dunning History Report
  • Inventory Status
From Item Master Data:
  • Remove
  • Duplicate
  • New Activity
  • Alternative Items
  • Business Partner Catalog Numbers
  • Bill of Materials
  • Related Activities
  • Inventory Posting List
  • Items List
  • Inventory Status
  • CreatePurchase Quotation
  • Purchase Quotation Comparison Report
  • Available-to-Promise
From a Sales Order:
  • Cancel
  • Close
  • Duplicate
  • Row Details
  • New Activity
  • Payment Means
  • Gross Profit
  • Volume and Weight Calculation
  • Opening and Closing Remarks
  • Related Activities
  • Related Down Payment Transactions
  • What's This?
From a Purchase Order:
  • Cancel
  • Close
  • Duplicate
  • Row Details
  • New Activity
  • Payment Means
  • Gross Profit
  • Volume and Weight Calculation
  • Opening and Closing Remarks
  • Related Activities
  • Related Down Payment Transactions
  • What's This?
From Within Contents Windows you also get:
  • Add Row
  • Delete Row
  • Duplicate Row

Thursday, 4 December 2014



Welcome to SHORTCUTSPOT


To multiply by                                          

                                                              
Add the number to itself (example 2×9 = 9+9)

5 
The last digit goes 5, 0, 5, 0, ...
Is always half of 10× (Example: 5x6 = half of 10x6 = half of 60 = 30)
Is half the number times 10 (Example: 5x6 = 10x3 = 30)


6
when you multiply 6 by an even number, they both end in the same digit.
Example: 6×2=12, 6×4=24, 6×6=36, etc                                                                   

9
(A)the last digit goes 9, 8, 7, 6, ...
your hands can help! Example: to multiply 9 by 8, hold your 8th finger down, and count "7" and "2", the answer is 72
 (B)is 10× the number minus the number. Example: 9×6 = 10×66 = 60−6 = 54
 (C)when you add the answer's digits together, you get 9.

Example: 9×5=45 and 4+5=9. (But not with 9×11=99)

10
put a zero after it

11
(A)up to 9x11: just repeat the digit (Example: 4x11 = 44)
(B)for 10x11 to 18x11: write the sum of the digits between the digits
Example: 15x11 = 1(1+5)5 = 165

Note: this works for any two-digit number, but when the sum of the digits is more than 9, we need to"carry one". Example: 75x11 = 7(7+5)5 = 7(12)5 = 825

12
is 10× plus 2×


Just remember square can help you to multiply numbers

1X1=1

2X2=4

3X3=9

4X4=16

5X5=25

6X6=36

7X7=49

8X8=64

9X9=81

10X10=100

11X11=121

12X12=144

And this gives us one more trick. When the numbers we are multiplying are separated by 2 (example 7 and 5), then multiply the number in the middle by itself and subtract one. See this

5×5 = 25 is just one bigger than 6×4 = 24
6×6 = 36 is just one bigger than 7×5 = 35
7×7 = 49 is just one bigger than 8×6 = 48
8×8 = 64 is just one bigger than 9×7 = 63
etc ...













Welcome to SHORTCUTSPOT




Keyboard shortcuts are combinations of two or more keys that you can use to perform a task that would typically require a mouse or other pointing device. Keyboard shortcuts can make it easier to work with your PC, saving you time and effort as you work with Windows and other apps.
Most apps also provide accelerator keys that can make it easier to work with menus and other commands. Check the menus of apps for accelerator keys. If a letter of a word is underlined in a menu, it usually means you can press the Alt key and the underlined key together instead of clicking that menu item. When you're using a touch keyboard, you can also see some shortcuts when you press the Ctrl key.
Pressing the Alt key in some apps, such as Paint and WordPad, shows commands that are labeled with additional keys that you can press to use them

TOP KEY BOARD SHORTCUTS

The following table contains common keyboard shortcuts for Windows 8.1 and Windows RT 8.1.


Ctrl+C (or Ctrl+Insert)
-----Copy the selected item
Ctrl+X
-----Cut the selected item
Ctrl+V (or Shift+Insert)
-----Paste the selected item
Ctrl+Z
-----Undo an action
Alt+Tab
-----Switch between open apps (except desktop apps)
Alt+F4
-----Close the active item, or exit the active app
Windows logo key Windows logo key +L
-----Lock your PC or switch people
Windows logo key Windows logo key +D
-----Display and hide the desktop

NEW KEY BOARD SHORTCUTS

Windows logo key‌ Windows logo key+start typing
------Search your PC
Ctrl+plus (+) or Ctrl+minus (-)
------Zoom in or out of a large number of items, like apps pinned to the Start screen

Ctrl+scroll wheel
------Zoom in or out of a large number of items, like apps pinned to the Start screen

Windows logo key‌ Windows logo key+C
-------Open the charms
In an app, open the commands for the app
Windows logo key‌ Windows logo key+F
-------Open the Search charm to search files
Windows logo key‌ Windows logo key+H
-------Open the Share charm
Windows logo key‌ Windows logo key+I
-------Open the Settings charm
Windows logo key‌ Windows logo key+K
-------Open the Devices charm
Windows logo key‌ Windows logo key+O
-------Lock the screen orientation (portrait or landscape)
Windows logo key‌ Windows logo key+Q
-------Open the Search charm to search everywhere or within an open app (if the app supports app search)
Windows logo key Windows logo key +S
-------Open the Search charm to search Windows and the web
Windows logo key‌ Windows logo key+W
-------Open the Search charm to search settings
Windows logo key‌ Windows logo key+Z
--------Show the commands available in the app

Windows logo key‌ Windows logo key+space
-----Switch input language and keyboard layout
Windows logo key‌ Windows logo key+Ctrl+spacebar
-----Change to a previously selected input
Windows logo key‌ Windows logo key+Tab
-----Cycle through recently used apps (except desktop apps)
Windows logo key‌ Windows logo key+Ctrl+Tab
------Cycle through recently used apps (except desktop apps)
Windows logo key‌ Windows logo key+Shift+Tab
------Cycle through recently used apps (except desktop apps) in reverse order
Windows logo key‌ Windows logo key+Shift+period (.)
------Snaps an app to the left
Windows logo key‌ Windows logo key+period (.)
-------Cycle through open apps
Esc
Stop or exit the current task



GENERAL KEY BOARD SHORTCUTS

F1
Display Help
F2
Rename the selected item
F3
Search for a file or folder
F4
Display the address bar list in File Explorer
F5
Refresh the active window
F6
Cycle through screen elements in a window or on the desktop
F10
Activate the Menu bar in the active app
Alt+F4
Close the active item, or exit the active app
Alt+Esc
Cycle through items in the order in which they were opened
Alt+underlined letter
Perform the command for that letter
Alt+Enter
Display properties for the selected item
Alt+Spacebar
Open the shortcut menu for the active window
Alt+Left arrow
Back
Alt+Right arrow
Forward
Alt+Page Up
Move up one screen
Alt+Page Down
Move down one screen
Alt+Tab
Switch between open apps (except desktop apps)
Ctrl+F4
Close the active document (in apps that allow you to have multiple documents open simultaneously)
Ctrl+A
Select all items in a document or window
Ctrl+C (or Ctrl+Insert)
Copy the selected item
Ctrl+D (or Delete)
Delete the selected item and move it to the Recycle Bin
Ctrl+R (or F5)
Refresh the active window
Ctrl+V (or Shift+Insert)
Paste the selected item
Ctrl+X
Cut the selected item
Ctrl+Y
Redo an action
Ctrl+Z
Undo an action
Ctrl+plus (+) or Ctrl+minus (-)
Zoom in or out of a large number of items, like apps pinned to the Start screen
Ctrl+ mouse scroll wheel
Change the size of desktop icons or zoom in or out of a large number of items, like apps pinned to the Start screen
Ctrl+Right arrow
Move the cursor to the beginning of the next word
Ctrl+Left arrow
Move the cursor to the beginning of the previous word
Ctrl+Down arrow
Move the cursor to the beginning of the next paragraph
Ctrl+Up arrow
Move the cursor to the beginning of the previous paragraph
Ctrl+Alt+Tab
Use the arrow keys to switch between all open apps
Ctrl+arrow key (to move to an item)+Spacebar
Select multiple individual items in a window or on the desktop
Ctrl+Shift with an arrow key
Select a block of text
Ctrl+Esc
Open the Start screen
Ctrl+Shift+Esc
Open Task Manager
Ctrl+Shift
Switch the keyboard layout when multiple keyboard layouts are available
Ctrl+Spacebar
Turn the Chinese input method editor (IME) on or off
Shift+F10
Display the shortcut menu for the selected item
Shift with any arrow key
Select more than one item in a window or on the desktop, or select text within a document
Shift+Delete
Delete the selected item without moving it to the Recycle Bin first
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
Stop or leave the current task

WINDOWS LOGO KEY SHORTCUTS

Windows logo key Windows logo key +F1
Open Windows Help and Support
Windows logo key Windows logo key
Display or hide the Start screen
Windows logo key Windows logo key +B
Set focus in the notification area
Windows logo key Windows logo key +C
Open the Charms
Windows logo key Windows logo key +D
Display and hide the desktop
Windows logo key Windows logo key +E
Open File Explorer
Windows logo key Windows logo key +F
Open the Search charm and search for files
Windows logo key Windows logo key +H
Open the Share charm
Windows logo key Windows logo key +I
Open the Settings charm
Windows logo key Windows logo key +K
Open the Devices charm
Windows logo key Windows logo key +L
Lock your PC or switch people
Windows logo key Windows logo key +M
Minimize all windows
Windows logo key Windows logo key +O
Lock device orientation
Windows logo key Windows logo key +P
Choose a presentation display mode
Windows logo key Windows logo key +Q
Open the Search charm to search everywhere or within the open app (if the app supports app search)
Windows logo key Windows logo key +R
Open the Run dialog box
Windows logo key Windows logo key +S
Open the Search charm to search Windows and the web
Windows logo key Windows logo key +T
Cycle through apps on the taskbar
Windows logo key Windows logo key +U
Open Ease of Access Center
Windows logo key Windows logo key +V
Cycle through notifications
Windows logo key Windows logo key +Shift+V
Cycle through notifications in reverse order
Windows logo key Windows logo key +W
Open the Search charm and search for settings
Windows logo key Windows logo key +X
Open the Quick Link menu
Windows logo key Windows logo key +Z
Show the commands available in the app
Windows logo key Windows logo key +,
Temporarily peek at the desktop
Windows logo key Windows logo key +Pause
Display the System Properties dialog box
Windows logo key Windows logo key +Ctrl+F
Search for PCs (if you're on a network)
Windows logo key Windows logo key +Shift+M
Restore minimized windows on the desktop
Windows logo key Windows logo key +number
Open the desktop and start the app pinned to the taskbar in the position indicated by the number. If the app is already running, switch to that app.
Windows logo key Windows logo key +Shift+number
Open the desktop and start a new instance of the app pinned to the taskbar in the position indicated by the number
Windows logo key Windows logo key +Ctrl+number
Open the desktop and switch to the last active window of the app pinned to the taskbar in the position indicated by the number
Windows logo key Windows logo key +Alt+number
Open the desktop and open the Jump List for the app pinned to the taskbar in the position indicated by the number
Windows logo key Windows logo key +Ctrl+Shift+number
Open the desktop and open a new instance of the app located at the given position on the taskbar as an administrator
Windows logo key Windows logo key +Tab
Cycle through recently used apps (except desktop apps)
Windows logo key Windows logo key +Ctrl+Tab
Cycle through recently used apps (except desktop apps)
Windows logo key Windows logo key +Shift+Tab
Cycle through recently used apps (except desktop apps) in reverse order
Windows logo key Windows logo key +Ctrl+B
Switch to the app that displayed a message in the notification area
Windows logo key Windows logo key +Up arrow
Maximize the window
Windows logo key Windows logo key +Down arrow
Remove current app from screen or minimize the desktop window
Windows logo key Windows logo key +Left arrow
Maximize the app or desktop window to the left side of the screen
Windows logo key Windows logo key +Right arrow
Maximize the app or desktop window to the right side of the screen
Windows logo key Windows logo key +Home
Minimize all but the active desktop window (restores all windows on second stroke)
Windows logo key Windows logo key +Shift+Up arrow
Stretch the desktop window to the top and bottom of the screen
Windows logo key Windows logo key +Shift+Down arrow
Restore/minimize active desktop windows vertically, maintaining width
Windows logo key Windows logo key +Shift+Left arrow or Right arrow
Move an app or window in the desktop from one monitor to another
Windows logo key Windows logo key +Spacebar
Switch input language and keyboard layout
Windows logo key Windows logo key +Ctrl+Spacebar
Change to a previously selected input
Windows logo key Windows logo key +Enter
Open Narrator
Windows logo key Windows logo key +Shift+period (.)
Cycle through open apps
Windows logo key Windows logo key +period (.)
Cycle through open apps
Windows logo key Windows logo key +/
Initiate IME reconversion
Windows logo key Windows logo key +Alt+Enter
Open WindowsMedia Center
Windows logo key Windows logo key +plus (+) or minus (-)
Zoom in or out using Magnifier
Windows logo key Windows logo key +Esc
Exit Magnifier

DIALOG BOX KEY BOARD SHORTCUT KEYS

1
Display Help
F4
Display the items in the active list
Ctrl+Tab
Move forward through tabs
Ctrl+Shift+Tab
Move back through tabs
Ctrl+number (number 1-9)
Move to nth tab
Tab
Move forward through options
Shift+Tab
Move back through options
Alt+underlined letter
Perform the command (or select the option) that goes with that letter
Spacebar
Select or clear the check box if the active option is a check box
Backspace
Open a folder one level up if a folder is selected in the Save As or Open dialog box
Arrow keys
Select a button if the active option is a group of option buttons


RS Aggarwal Shortnotes

All rights reserved by ShotcutspoT. Powered by Blogger.

Contact Form

Name

Email *

Message *

Text Widget