Hi all,
I've got a strange issue. My keyboard layout is set to "gb" which works fine most of the time. However at seemingly random moments the keyboard layout changes. For example the "up arrow" key becomes the "print" key, and other keys stop working.
I then manually run "setxkbmap gb" and it works again, up until it once again messes up. Below you can see the before and after moments:
Looking at the above it seems to set itself to "us" layout, however if I manually set "us" layout the arrow keys work fine, so it says it is "us" but the layout is not really "us".
Has anyone seen this kind of behaviour before? My Xorg.conf does not have "us" layout at all, so I don't know why it keeps being set to that. It also seems to be random. Sometimes it works for days, other times the layout gets messed up multiple times an hour.
I've got a strange issue. My keyboard layout is set to "gb" which works fine most of the time. However at seemingly random moments the keyboard layout changes. For example the "up arrow" key becomes the "print" key, and other keys stop working.
I then manually run "setxkbmap gb" and it works again, up until it once again messes up. Below you can see the before and after moments:
Code:
#$ setxkbmap -print
xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols { include "pc+gb+inet(evdev)" };
xkb_geometry { include "pc(pc105)" };
};
#$ setxkbmap -print
xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols { include "pc+us+inet(evdev)" };
xkb_geometry { include "pc(pc105)" };
};
Looking at the above it seems to set itself to "us" layout, however if I manually set "us" layout the arrow keys work fine, so it says it is "us" but the layout is not really "us".
Has anyone seen this kind of behaviour before? My Xorg.conf does not have "us" layout at all, so I don't know why it keeps being set to that. It also seems to be random. Sometimes it works for days, other times the layout gets messed up multiple times an hour.