Asus keyboard issue

Status
Not open for further replies.

lvw

Honorable
Jan 3, 2013
1
0
10,510
Hello,
the m,j,k,l,u,i,o,8,9,0, keys all have a small number on the right side of the key. My keyboard wont' type the letter wtihout also holding dow the "function" (fn) key !! How can I "set" somethign so that I can type the letters and not these little numbers?! (already has number keys across the top which work fine!)
 

Tibbs01

Distinguished
Jan 20, 2012
179
0
18,660
Hold your function key and press the "num lock" labeled button up above your F keys (I think the scroll lock in white writing, num lock in blue). This will normally happen if you have used an external keyboard and turned num lock on. When you disconnect the keyboard it stays locked....or you might have just accidentally turned it on yourself :)
 

Ace Edge

Estimable
May 7, 2014
1
1
4,510


I had a terrible problem with this on my laptop and I found a clever solution thanks to Denzil on youtube (https://www.youtube.com/watch?v=p8J7TJBSBPo)

Open up notepad and copy

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

And paste into notepad. Save as whateveryouwanttocallit.vbs

Click on the file and it will turn on and off your num lock which was the source of the problem (repositioning the layout.)

Hope that helps.

Cheers,

Ace
 
  • Like
Reactions: edward71

kamal98

Estimable
Sep 9, 2014
1
0
4,510



This works for me thanks allot......

 

EduardVT

Estimable
Oct 17, 2014
1
0
4,510


It worked nicely! Thanks Ace.

Some Asus laptops do not have the "numlock" key to enable/disable it so whenever you disconnect an external keyboard with the numlock on you laptop's keyboard remains in such state without being able to disable it. Ace's short script does the job!
 

jcadmin

Estimable
Jan 13, 2015
1
0
4,510
Ace,

You are right on the money. The VP Script was perfect for those ASUS laptop keyboards missing the NumLock function override. Nice answer, it fixed the issue!
 

Tekabe Mekonnen

Estimable
Feb 4, 2015
1
0
4,510


It took me more than a week to locate the ''num lk'' button on the asus note book. Its located on the right top corner of the key pad under the ''delete'' button on the ''home'' button. Once you locate the button then it is easy. Press the "fn" and "numb lk" buttons together.
 

redmoses

Estimable
Feb 28, 2015
1
0
4,510


This was really helpful! :wahoo:
 

SunnyJim

Estimable
Aug 15, 2015
1
0
4,510



The above script by Ace works like a charm - 1 minute solution. RIDICULOUS that Asus does not have a simple way around this!!! Thanks Ace!!
 

anabela

Estimable
Feb 1, 2016
2
0
4,510


 

Ken_24

Commendable
Mar 20, 2016
1
0
1,510


Ensure that you saved the text file/Notepad file as a .VBS instead of .txt or it will do nothing when you double click on it except to just open the file

 

Quyen_1

Commendable
Mar 28, 2016
1
0
1,510


I had this problem but got it resolved. My keyboard did not work. I was lucky that I stumbled into the "Ease of Access" and found out that my "on-screen Keyboard" was on. I turned it off and my keyboard works now!

QT
 

TheBoxedHobo

Commendable
Apr 17, 2016
1
0
1,510

this doesn't work for me... why? i have to use on screen keyboard ;-;

 

helpnout

Commendable
May 9, 2016
1
0
1,510


While the regedit fix worked for me, it did not work with keyboards in other languages, as my accent keys would not work. Spoke to ASUS support. Here's the fix. In the search box at bottom left, type Onscreen Keyboard and select it. A different keyboard will pop up than the one you get it you hit the keyboard icon on the task bar. Hit the OPTIONS button and click in the box to turn on numeric keypad. Then hit OK. The NumLock button will appear bottom right of the on-screen keyboard. Here is where you toggle it on and off.
 

Chase44

Commendable
Jun 10, 2016
1
0
1,510
Finally this worked for my eee PC 1000H with Win7 and Now Win10. I tired some many APK files nothing seemed to work. My FN keys still dont work 100% correctly but at least i can type using all the letters on the keyboard now. Thank you!

----------------------------------------------------------------
Open up notepad and copy

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

And paste into notepad. Save as whateveryouwanttocallit.vbs

Click on the file and it will turn on and off your num lock which was the source of the problem (repositioning the layout.)


 

Whitebeard_1

Commendable
Jul 10, 2016
1
0
1,510


 

gotiobg

Estimable
May 8, 2015
6
0
4,520
Hello. If you still haven't found a working solution, you might want to read on.

I had a similar issue: the buttons "4, 5, r, t, f, g, v and b" refused to be used on an ASUS F550J laptop.

CAUTION: In order to not break your computer, ask a friend who has skills in the hardware area or ask for technical support.
EXPLANATION to the fix: The main problem is that the cable, which transfers data from keys to the processor, is touching a hot steel/iron/etc. This causes data loss and the keys permanently stay unusable or at least barely usable.

STEPS to fix:
1. Make sure you know what you're doing.
2. Turn off the laptop.
3. Turn the laptop upside-down.
4. Unscrew every bolt you find.
5. There might be a couple screws under the battery. If so, carefully remove it and unscrew them as well.
6. This steps requires patience: Split the keyboard part from the rest of the laptop but know that there are going to be cables connected underneath. Slowly separate the two parts. Check how on YouTube. It's easy but make sure you have everything unscrewed. Don't unclip any cables, you won't need it. (If you're having trouble later on, you could unclip some but make sure you're very careful, because each has a clip, you need to click.)
7. This is the main step: Make sure you fold the most wide cable, so it doesn't touch any metal. Be careful with the folding, it's delicate. (You might want to straighten the folded area, which was touching the metal. This way, it refreshes.)
8. After you've folded the wide cable without it touching any metal, put the keyboard part back onto the other one. Make sure the wide cable is how you've put it (not touching metal) and is staying that way after the close.
9. Flip the laptop again, whilst making sure you have the cable as you want it.
10. Screw all bolts.
11. You're done. Now check if you've found your fix.
 

Andrew_166

Commendable
Aug 5, 2016
1
0
1,510


I love this solution. Quick and easy turn on and off numlock whenever you would like just by double clicking the script on your desktop. It works great for me because my Asus Laptop does not have a numlock button.
 
Status
Not open for further replies.