Skip to main content

List of Most Important Hotkeys for Windows 8

 

List of Most Important Hotkeys
Here is a list of hotkeys to make your Windows 8 experiece even a fun:

Win : switch between the Start screen and the last-running Windows 8 app
Win + C : displays the Charms: the Settings, Devices, Share and Search options
Win + D : launches the desktop
Win + E : launches Explorer
Win + F : opens the File Search pane
Win + H : opens the Share pane
Win + I : opens Settings
Win + K : opens the Devices pane
Win + L : locks your PC
Win + M : minimises the current Explorer or Internet Explorer window (works in the full-screen IE, too)
Win + O : toggles device orientation lock on and off
Win + P : switch your display to a second display or projector
Win + Q : open the App Search pane
Win + R : opens the Run box
Win + U : open the Ease of Access Centre
Win + V : cycle through toasts (notifications)
Win + W : search your system settings (type POWER for links to all power-related options, say)
Win + X : displays a text menu of useful Windows tools and applets
Win + Z : displays the right-click context menu when in a full-screen app
Win + + : launch Magnifier and zoom in
Win + – : zoom out
Win + , : Aero peek at the desktop
Win + Enter : launch Narrator
Win + PgUp : move the current screen to the left-hand monitor
Win + PgDn : move the current screen to the right-hand monitor
Win + PrtSc : capture the current screen and save it to your Pictures folder
Win + Tab : switch between running apps

Comments

Popular posts from this blog

SBI ATM Card Application Form - State Bank of India

માતાજીના છંદ - અમીચંદ

  માતાજીના છંદ - અમીચંદ    અંબા મા તારું દર્શન દુર્લભ, દર્શનથી દુઃખ ભાંગે છે, અરજ કરી માને શીશ નમાવું, ધનભાગ્ય મારું આજે છે...   લક્ષ ચોર્યાશી ફેરા ફરીને, મનસા અવતાર ધરાવ્યો છે, ગુલામ તમારો આવ્યો મુસાફર, માયામાં લપટાયો છે...   કામ, ક્રોધ, મોહ, મત્સર, માયા દુર્મતિ પર ધાયો છે, લોભ લહેર એક નદીયા વહે છે, ઉસમેં જીવ દુભાયો છે...   તુમ બીના પાર ઉતારે કોણ મા, ભક્તને કે શિર ગાજે છે, અરજ કરીને માને શીશ નમાવું, ધનભાગ્ય મારું આજે છે...   કોઈ વખત જીવ જાયે ધરમ પર, માયા પાછી લપટાવે છે, આકીન અમારું રહેતું નથી, મારું પાપ મને અથડાવે છે...   હવે ઉપાય શું કરું માતાજી, હમકું કોઈ બતાવે છે, ચાકર બેઠો ચિત્તમાં તમારો, દિલમાં બહુ ગભરાવે છે...   મારી હકીકત તું સહુ જાણે, ઘટઘટમાં તું બિરાજે છે, અરજ કરી માને શીશ નમાવું, ધનભાગ્ય મારું આજે છે...   માન નિરંજન તું દુઃખભંજન, નિરધનને ધન આપે છે, વાંઝિયા હોય તેનું મેણું ટાળી, તેને તું ફરજંદ આપે છે...   ભક્ત કરે મા ભક્તિ તમારી, તેને તું દર્શન આપે છે, જન્...

Merge multiple excel files into a single spreadsheet (MS Excel 2007)

Merge multiple excel files into a single spreadsheet (MS Excel 2007) Recently I’ve got something to work on with several excel files. More than 150 excel files generated by a web based application have to be merged into one file and then create a summary from it. Usually i did this by doing copy paste all values one at a time into a new empty spreadsheet, or copy to merge sheets to another excel files one by one. But yesterday my friend show me a simple way to combine or merge multiple excel files with macros inside Excel 2007 (edit macros with MS Visual Basic editor and no download required). Although I’m not familiar with office macros, but i can use it easily by just write a simple xls file merger code on vb editor, change the working folder path and cell starter reference name inside the code to suit your reference, and then click RunSub. All excel (xls or xlsx) files inside working folder will be merged into current worksheet. Watch it on YouTube For more detail, here’s what ...