Skip to main content

Windows Shortcut Keys - TechnoBytes

Windows Shortcut keys

Windows key + R — Run menu

Windows key + E — Explorer

ALT + Tab — Switch between windows

ALT + Space + X — Maximize window

CTRL + Shift + Esc — Task Manager

Windows key + Break — System properties

Windows key + F — Search

Windows key + D — Hide/Display all windows

CTRL + C — Copy

CTRL + X — Cut

CTRL + V — Paste

Keyboard Shortcuts in Windows

[Alt] + [Esc] — Switch between running applications

[Alt] + letter — Select menu item by underlined letter

[Ctrl] + [Esc] — Open Program Menu

[Ctrl] + [F4] — Close active document or group windows (does not work with some applications)

[Alt] + [F4] — Quit active application or close current window

[Alt] + [-] — Open Control menu for active document

Ctrl] Lft. + Rt. arrow — Move cursor forward or back one word

Ctrl] Up + Down arrow — Move cursor forward or back one paragraph

[F1] — Open Help for active application

Windows + M — Minimize all open windows

Shift+Windows + M — Undo minimize all open windows

Windows + F1 — Open Windows Help

Windows + Tab — Cycle through the Taskbar buttons

Windows + Break — Open the System Properties dialog box

Accessability Shortcuts

Right SHIFT for eight seconds — Switch FilterKeys on and off
Left ALT + left SHIFT + PRINT SCREEN — Switch High Contrast on and off
Left ALT + left SHIFT +NUM LOCK — Switch MouseKeys on and off
SHIFT five times — Switch StickyKeys on and off
NUM LOCK for five seconds — Switch ToggleKeys on and off
Explorer Shortcuts

END — Display the bottom of the active window
HOME — Display the top of the active window
NUM LOCK + ASTERISK — on numeric keypad (*) Display all subfolders under the selected folder

Comments

Popular posts from this blog

Convert Text Into Audio Using Notepad - TechnoBytes

Convert Text Into Audio Using Notepad How To Do It ? Open Notepad file on your Windows PC. Copy and paste the below mentioned code : Dim msg, sapi msg=InputBox(“Enter your text for conversion–www.techvorm.com”,”TechVorm Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak msg Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs Thats it ! Your Text to Audio converter is ready to be used. Now open the saved file and key in the text you want to convert and click OK. If you find any difficulties in using this code, let me know via comments section.

Toggle Keyboard Button Simultaneously - TechnoBytes

Toggle Keyboard Button Simulteniously Using Notepad (and VB) you can set different keys on your keyboard to toggle continuously. Following are the 3 tricks using which different keys can be set to toggle simultaneously. Follow the steps given under each head to try out the tricks. 1. Caps Lock Key Open Notepad. Paste the following code in the notepad file: Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” loop Save the file with anyname and .vbs extension. and close it. Now open the newly created file and see how the caps lock key behaves on your keyboard! 2. Hit Enter Key Continuously Open Notepad. Paste the following code in the notepad file: Set wshShell = wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “~(enter)” loop Save the file with any name and .vbs extension and close it. Now open the newly created file and see how the enter ke...

Six Sense Technology - TechnoBytes

             SIXTH SENSE TECHNOLOGY   Abstract: ‘Sixth Sense’ is a wearable gesture interface that augments the physical world around us with digital information and lets us use natural hand gestures to interact with that information. Based on the principles of human communication system in this sense, then made the design of digital hardware systems similar work. Steve Mann is considered as the father of Sixth Sense Technology who made wearable computer in 1990. He implemented the Sixth Sense Technology as the neck worn projector with a camera system. Then his work was carried forward by Pranav Mistry (Ph.D student in the Fluid Interfaces Group at the MIT Media Lab) . Sixth Sense Technology may change how we look at the world forever. Sure, it is a system that projects information about what surrounds you over objects' surfaces, but it's also much more. By using a camera and a tiny projector, Sixth Sense sees what yo...