0
votes

i have problems with my laptop keyboard output (tried with usb keyboard everything works perfectly, bought new one-still same problem,reinstalled drivers,windows,registry entries looks correct,even in bios keyboard have same problem,keyboard connector cleard and looks fine) .. so every time i press key 'v' it comes out as 'v6' and when i press '6' comes out as 'v6', when i press 'b' it comes out as 'b8' and when press '8' it comes out as 'b8' and so on with several others keys..

  1. if someone knows what is the problem with my laptop or know solution pls let me know,

  2. i would like to write script in autohotkey but i dont know how to write correct command line for my problem..so this is what i want to acommplish: clearly when i press v i want v not v6 :p .. so i want command line that will erase with backspace this faulty 6.. when i enter command line 'v::backspace' it comes out '6' and i want 'v'. When i write '6::backspace' it doesnt comes out nothing so im confused and need correct command line or some kind of solution (except changing motherboard,and im sure it would solve the problem).

tnx!!

1
Wow! before I (and others) can try to help you, just a few questions. 1. Does the behaviour you describe happen WITHOUT AutoHotKey running? 2. What is the brand/type of your laptop? 3. What are the keyboard LAYOUT and LANGUAGE settings? 4. What does the physical keyboard layout look like. 5. What operating system are you using (e.g. Win7) and what is the OS user language (e.g. English, German, French...)? You said "bought a new one"! A new laptop? a new built-in keyboard? or a new external USB keyboard? Oh b.t.w. I think that this is not an AutoHotKey question but much more HW troubleshooting.Robert Ilbrink
I think that anyone who really wants to help me understand my problem w/o answers to your questions and to help me around autohotkey they need to know root of my problemMiro Pena
as u r only one here with good will ill answer on all.Miro Pena
1.sure the problem is present w/o autohotkeyMiro Pena
2. Acer Aspire 7730G 3. language and layout is Croatian 4. not sure what exactly u want here 5. win 7 english 6. i tried with new built in keyboard, with usb external keyborad all keys works perfectMiro Pena

1 Answers

0
votes

Simple, just replace the v6 or b8 like this:

:?*:v6::v
:?*:b8::b