hi. i do really need your help. i have tried to find help on google but i do not get any help at all from there.
all characters are swapped on the keyboard. when i type a m,for example, it produces an c. thanks to my programming skills i am capable of typing correct letters by typing into an consol which encodes it and return the correct word or meaning which i copy and paste where i wanna type it. that's why i type with just small letters.
but it is still timewaste to type into a consol and then copy the text it produces so i want the problem to dissappear.
the problem has not always been. usually it holds on for a couple of hours or even days before everything is normal again suddenly without me doing anything
down below is a list of how the keys are mapped right now:
"x": "q",
"b": "w",
"q": "e",
"o": "r",
"j": "t",
"d": "y",
"r": "u",
"a": "i",
"p": "o",
"e": "p",
"w": "a",
"k": "s",
"s": "d",
"l": "f",
"h": "g",
"y": "h",
"t": "j",
"f": "k",
"z": "l",
"g": "z",
"i": "x",
"u": "c",
"n": "v",
"m": "b",
"v": "n",
"c": "m",
" ":" ",
"0":"0",
"4":"1",
"5":"2",
"8":"3",
"9":"4",
"6":"5",
"7":"6",
"3":"7",
"1":"8",
"2":"9",
".":"."
this list is copied from my code which converts it into the right characters. each row shows the key on the right side, and the characters it produces instead, on the left side.
the keys which are swapped are the letters, the numbers and some other keys.
i wish someone could help me. even if this problem might dissapear one day magicly, i still want to know how to remove the problem if it appear again.