the left arrow key on my keyboard(cherry brown switch) is acting up in a weird way...
the malfunctioning has nothing to do with the OS that it's running(i think), but i'm running linux, and when _any_ application, in this case, firefox, is open, and i press the left arrow key, it brings up the unity menu "type your command" (like when the alt key is pressed), but if i press the left arrow key more times, then firefox navigates to the previous page(as if ctrl+left arrow key is pressed)
i'm guessing that by pressing the left arrow key, something is messed up so the signal for ctrl, alt, and left are sent? how can i possiblly fix this?
in Ubuntu, the output of running the command,
showkey -a
in ubuntu, for pressing up, down, right, left, is
^[[A 27 0033 0x1b
91 0133 0x5b
65 0101 0x41
^[[B 27 0033 0x1b
91 0133 0x5b
66 0102 0x42
^[[C 27 0033 0x1b
91 0133 0x5b
67 0103 0x43
^[[1;3D 27 0033 0x1b
91 0133 0x5b
49 0061 0x31
59 0073 0x3b
51 0063 0x33
68 0104 0x44
Thanks!