Comment 36 for bug 255008

Revision history for this message
Nick Colgan (nick-colgan) wrote :

CORRECTION: although switching to generic-evdev did fix the HOME,PGUP,PGDN,END, left arrow, down arrow, and arrow keys, my right arrow key is still not performing as expected. Pressing it switches one workspace to the left. The "Keyboard Shortcuts" preferences seem to bind the correct key sequence (Alt+CTRL+Right), so I don't know what is causing this problem. Again, I have more information listed at bug #255608.

Also, setxkbmap -print results:
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(pc104)" };
};

Relevant xorg.conf info:
Section "InputDevice"
        Identifier "Generic Keyboard"
        Driver "kbd"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us"
EndSection

Attatched is my Xorg.0.log