Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Where is the Numlock key on this ridiculous keyboard?

Writer Matthew Barrera

I am using Windows 8 (or 8.1) and I need the NumLock key so I can enter Alt codes. But the problem is that there isn't even a NumLock key, even though I looked at the keyboard.

This is a Samsung laptop and the model is 700T Notebook XE700T1C. Here is an image of my keyboard:

One half of my Keyboard

Other half of my Keyboard

10

2 Answers

You may create a shortcut on the desktop to toggle NumLock on and off.

Create a .vbs file containing the following text:

set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}"

Create a shortcut iconfor the script on the desktop.

You may now double-click the icon to toggle the NumLock state.

You may also right-click the icon and chooseProperties to assign it a shortcut key.

8

The pictures too unclean to really tell from the looks of it but not all keyboards have every key

You can enable num lock on windows virtual keyboard, there is software to map custom short cuts to any windows key, but im not allowed to recommend software in an answer..

Windows + Ctrl + O is the hot key in Windows 10 for faster access.

Windows 10

  1. Right-click the Windows icon, select Settings > Ease of Access > Keyboard, and then move the slider under On-Screen Keyboard.
  2. A keyboard appears on the screen. Click Options and check Turn on numeric keypad, then click OK.

Windows 8/8.1

  1. Swipe in from the right edge of the screen, and then tap Search.
  2. Enter On-Screen Keyboard in the search box, and then tap or click On-Screen Keyboard. Click Options and check Turn on numeric keypad. Click OK.

Windows 7

  1. Open On-Screen Keyboard by clicking the Start button, All Programs, Accessories, Ease of Access, and then On-Screen Keyboard.
  2. A keyboard appears on the screen, click Options and check Turn on numeric keypad, and then click OK.
4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy