To type a special character, using an Alt keyboard sequence: Ensure that the Num Lock key has been pressed, to activate the numeric key section of the keyboard. Sometimes, you may have to mention the name of keyboard keys in your conversation. NOTE: Some keys do not generate events and thus will not be visible here. The QWERTY name comes from the order of the first six keyboard keys on the top left letter row of the keyboard. In other words, if the user has swapped the buttons via system settings. Some keys on the keyboard have specific functions which you may not be familiar with. Multiple Joysticks: If the computer has more than one joystick and you want to use one beyond the first, include the joystick number (max 16) in front of the control name. The computer keyboard is essential to enter characters, numbers, and special characters into your computer. We are all familiar with the QWERTY layout of a modern computer keyboard. Probably ALT key in the keyboard is one of the least used keys but having more hidden functions. Free guides & tips for achieving anything you want in your life. Press and hold the Alt key. THANK YOU! © 2006- 2020 Coolefriend.com | Infyon Innovations | All Rights Reserved, Know Names of Keyboard Symbols in Computer Keyboard, The Best Video Editing Software for Beginners, Essential Tools to Teach Online as You Teach in Person, Visually Explore Earth from Satellite’s Perspective, Ditch Your Cable TV and Watch Everything Online, Easily Draw Comics Even If You Can’t Draw, How technology can improve your life and career, What Is Virtualization Software and How to Create Virtual Machines, Automatically Clean and Organize Your Computer, Create Document, Spreadsheet and PowerPoint Presentation Online, Secure Online Browsing and Protect Your Privacy with Secure Browsers, Best Whatsapp Tricks and Tips you didn’t know, Access Another Computer from Your computer, Best RSS Feed Readers and News Aggregators, Keep Your Inbox Clutter Free and Organized, Setting up a Digital Surveillance System For Your Home With Your PC, Send Messages that auto-expires after it has been viewed, Check website traffic With Free Traffic Estimators, Keyboard Key Names and Functions of Every Key, Number lock key to enable/disable numeric pad, Scroll lock key to stop scrolling of text, Home key to return cursor to the beginning. Spacebar Joystick remapping: methods of sending keystrokes and mouse clicks with a joystick. No . For example: b is the B key and 5 is the 5 key. JoyInfo: Provides a string consisting of zero or more of the following letters to indicate the joystick's capabilities: Z (has Z axis), R (has R axis), U (has U axis), V (has V axis), P (has POV control), D (the POV control has a limited number of discrete/distinct settings), C (the POV control is continuous/fine). To type a special character, using an Alt keyboard sequence: 1. Windows key + L: Lock device. Joystick-To-Mouse script: using a joystick as a mouse. For example, the following hotkey does not use the keyboard hook, but as a side-effect it is triggered by pressing either Home or NumpadHome: Known limitation: VK hotkeys that are forced to use the keyboard hook, such as *VK24 or ~VK24, will fire for only one of the keys, not both (e.g. Some configurations of Windows IME (such as Japanese input with English keyboard) use CapsLock to toggle between modes. Note: Unlike Control/Alt/Shift, there is no generic/neutral "Win" key because the OS does not support it. Now you spend more time doing things what you really love. Contains both 1 - 256 and 0128 - 0256 code ranges. That is, the Delete key is on the upper right, the Return key is […] The main purpose of this site is to simplify your online experience. Typically performs the same function as Browser_Forward. Special Keys. However, hotkeys with the # modifier can be triggered by either Win key. You must learn these essential keyboard shortcuts to use your computer like a pro. question mark, or ° degree symbol on the list. Regardless of the particular mouse, Send and Click can be used to scroll horizontally in programs which support it. Numbers you can type on your keyboard's Num Pad to get special symbols. The Fn key is a special key controlled by hardware. In our day to day life, we used different symbols and special characters on our computer keyboard to perform various tasks. For example, if you configure a mystery key to send Control+F1, you can then indirectly make that key as a hotkey by using ^F1:: in a script. In other words, if the user has swapped the buttons via system settings. Corresponds to the ># hotkey prefix. 3) Then stop pressing the "Alt" key, and ...you got it! Although any single character can be used as a key name, its meaning (scan code or virtual keycode) depends on the current keyboard layout. 2. Tab - move between items or move forward 5 characters (depending on the task). But things may change if you want to explain a technical problem in your keyboard to a technician. If this is the case, you cannot directly make that particular key a hotkey because your keyboard driver or hardware handles it at a level too low for AutoHotkey to access. To take a screenshot of your desktop you can use the Printscreen button to capture the visible area of your screen. Note that hotkey prefix symbols such as ^ (control) and + (shift) are not supported (though GetKeyState can be used as a substitute). Please deactive Ads blocker to read the content. Shift - when the Shift key is pressed at the same time as a letter key, an upper case version of that letter is produced. Typically performs the same function as Browser_Back. Pressing the fn button with the F keys will typically enable them to work. Additionally, some special characters may need to be escaped or enclosed in braces, depending on the context. We show you how to use the Alt codes and also Word's Symbol library. ; Press the Alt key, and hold it down. JoyAxes: The number of axes supported by the joystick. Note: If your keyboard layout has AltGr instead of RAlt, you can probably use it as a hotkey prefix via <^>! I like your page because it helps me look more professional to use the names of keyboard symbols correctly when necessay in written correspondence. Windows key + D: Display and hide the desktop. Note: If you have trouble getting a script to recognize your joystick, one person reported needing to specify a joystick number other than 1 even though only a single joystick was present. If your keyboard or mouse has a key not listed above, you might still be able to make it a hotkey by using the following steps: Reverse direction: To remap some other key to become a "mystery key", follow this example: Alternate solutions: If your key or mouse button is not detectable by the Key History screen, one of the following might help: Reconfigure the software that came with your mouse or keyboard (sometimes accessible in the Control Panel or Start Menu) to have the "mystery key" send some other keystroke. PC keyboards also have a Menu key that looks like a cursor pointing to a menu. Press one of the "mystery keys" on your keyboard. Requires Windows Vista or later. This rarely-used method also prevents certain types of hotkeys from requiring the keyboard hook. For example, let's type a degree symbol by using its Alt Code value on the keyboard. Double-click that script's tray icon to open its main window. Also note that the pressing of joystick buttons always "passes through" to the active window if that window is designed to detect the pressing of joystick buttons. #InstallKeybdHook SendSuppressedKeyUp(key) { DllCall("keybd_event" , "char", GetKeyVK(key) , "char", GetKeySC(key) , "uint", KEYEVENTF_KEYUP := 0x2 , "uptr", KEY_BLOCK_THIS := 0xFFC3D450) } After copying the function into a script or saving it as SendSuppressedKeyUp.ahk in a function library , it … It is unclear how this situation arises or whether it is normal, but experimenting with the joystick number in the joystick test script can help determine if this applies to your system. However, the Alt+CapsLock, Ctrl+CapsLock and Shift+CapsLock shortcuts can be disabled with a workaround. All information at Your Fingertips. Shift: Shift key. But most of us don’t know the keyboard symbols names and meanings of our computer keyboard. For possible solutions, see further below. It cannot be remapped using software. In addition, LControl & RAlt:: would make AltGr itself into a hotkey. For more information about the VKnn method, see Special Keys. JoyPOV: The point-of-view (hat) control. JoyName: The name of the joystick or its driver. (330) The computer keyboard is essential to enter characters, numbers, and special characters into your computer. period, ? NumpadHome but not Home). The 12 or more function keys at the top of most keyboards. The QWERTY name comes from the order of the first six keyboard keys on the top left letter row of the keyboard. Here’s the answer to the mystery of those function keys. The first 31 alt codes are dedicated to fun characters like happy faces, arrows, and other common symbols: Alt Code Symbol ---------- -------- alt 1 ☺ alt 2 ☻ alt 3 ♥ alt 4 ♦ alt 5 ♣ alt 6 ♠ alt 7 • alt 8 alt 9 alt 10 alt 11 ♂ alt 12 ♀ alt 13 ♪ alt 14 ♫ alt 15 ☼ alt 16 alt 17 alt 18 ↕ alt 19 ‼ alt 20 ¶ alt 21 § alt 22 alt 23 ↨ alt 24 ↑ alt 25 ↓ alt 26 → alt 27 ← alt 28 ∟ alt …