Rebinding shift key

05/26/2014 20:36 graba1#1
Hello , so , both of shift keys don't work on my keyboard ,,, so because of that i can't shift+click persons = i can't see shops , i can't duel , i can't trade etc... so my question is how can i bind the shift key on another key so i can use it...
05/27/2014 01:00 MyDooMJr#2
Quote:
Originally Posted by graba1 View Post
Hello , so , both of shift keys don't work on my keyboard ,,, so because of that i can't shift+click persons = i can't see shops , i can't duel , i can't trade etc... so my question is how can i bind the shift key on another key so i can use it...
I will see what I can do, hopefully XTRAP won't block the keystroke I will be sending to 12sky2. If it does the only way to make it work would be bypassing XTRAP or creating a virtual driver , with keystrokes simulation (which I am not aware , with knowledge in how to do it).

Anyways I will do some google search and code something on C# , and I will let you know below this text in Bold if I could manage to do it. Otherwise you gotta wait for Megabyte or some1 with nice knowledge of C++ or something, that can manage to change SHIFT Key without any problems.

EDIT - I tried to detect ShiftKey been pressed, but I failed . If your shift keys stopped working all of sudden, if its not a physical issue you should check this thread and try what "Thahaseena M" said on this thread: [Only registered and activated users can see links. Click Here To Register...]

If this doesnt work try to install Malwarebytes (Anti Malware software: [Only registered and activated users can see links. Click Here To Register...]) run a complete scan if after the scan you still with the same issue than wait someone that provides you better help than I did :)


Regards
05/27/2014 16:47 graba1#3
the shift don't work since i cleaned the keyboard , so it's probably a hardware problem , that's why i need help on how to bind the shift key onto another
06/01/2014 10:51 Mega Byte#4
You can change key mappings in windows registry I think.
[Only registered and activated users can see links. Click Here To Register...]
06/02/2014 09:13 神-SouL#5
or you could buy a new keyboard?
or you could just make a simple program in c++, using the VK key method to bind to some other key.(if i understand your question right.)
06/02/2014 15:48 graba1#6
could you do that ? i don't have the knowledge
06/02/2014 17:17 MyDooMJr#7
Quote:
Originally Posted by 神-SouL View Post
or you could buy a new keyboard?
or you could just make a simple program in c++, using the VK key method to bind to some other key.(if i understand your question right.)
Wouldn't XTRAP block it ? When trying to simulate SHIFT Press?