LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Alt-Tab does not work under Xfce or Gnome (https://www.linuxquestions.org/questions/linux-desktop-74/alt-tab-does-not-work-under-xfce-or-gnome-553339/)

kosmik 05-12-2007 05:00 AM

Alt-Tab does not work under Xfce or Gnome
 
Hi,

recently, i've upgraded Xorg, to modular version 7.2, but since that, i've got problem with Alt key. When I run gnome or xfce4 desktop, Alt key behaves strangely...It does not work for anything. Ctrl-Alt-Fn is ignored, Alt-Tab and Alt-Shift too. (to switch keyboard layouts, Shift-Alt must be pressed,, switching window focus or jumping to another terminal is not working)

Hovever, when I start KDE, everything looks ok. Also when I run some OS under vmware (under gnome/xfce running), guest-os responses to alt-tab(or other alt-based shortcuts) clearly...

Does someone know, how to repair Alt-key, or what is wrong??

Thanks.


Code:

$ egrep -i 'kb|key' /var/log/Xorg.0.log
(**) |-->Input Device "Keyboard0"
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
(II) Initializing built-in extension XKEYBOARD
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Keyboard0: Protocol: standard
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "logiink"
(**) Keyboard0: XkbModel: "logiink"
(**) Option "XkbLayout" "us,cz"
(**) Keyboard0: XkbLayout: "us,cz"
(**) Option "XkbOptions" "grp:alt_shift_toggle,eurosign:e"
(**) Keyboard0: XkbOptions: "grp:alt_shift_toggle,eurosign:e"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)

Code:

$ xmodmap -pk | egrep -i 'alt'

    64        0xffe9 (Alt_L)  0xfe0a (ISO_Prev_Group)
    113        0xffea (Alt_R)  0xfe08 (ISO_Next_Group) 0xfe03 (ISO_Level3_Shift)
    125        0x0000 (NoSymbol)      0xffe9 (Alt_L)

output from xev, when alt_l+tab is pressed:
Code:

KeyPress event, serial 31, synthetic NO, window 0x3000001,
    root 0x1a5, subw 0x0, time 2141172833, (395,171), root:(468,257),
    state 0x2010, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyPress event, serial 31, synthetic NO, window 0x3000001,
    root 0x1a5, subw 0x0, time 2141173473, (395,171), root:(468,257),
    state 0x2018, keycode 23 (keysym 0xff09, Tab), same_screen YES,
    XLookupString gives 1 bytes: (09) " "
    XmbLookupString gives 1 bytes: (09) "      "
    XFilterEvent returns: False

KeyRelease event, serial 31, synthetic NO, window 0x3000001,
    root 0x1a5, subw 0x0, time 2141173545, (395,171), root:(468,257),
    state 0x2018, keycode 23 (keysym 0xff09, Tab), same_screen YES,
    XLookupString gives 1 bytes: (09) " "
    XFilterEvent returns: False

KeyRelease event, serial 31, synthetic NO, window 0x3000001,
    root 0x1a5, subw 0x0, time 2141173817, (395,171), root:(468,257),
    state 0x2018, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False

part of xorg.conf:
Code:

Section "InputDevice"

    Identifier  "Keyboard0"
    Driver      "kbd"

    Option      "Name"  "Logitech USB Keyboard"

    Option      "VendorName"    "Logitech"
    Option      "vendor"        "0x046d"

    Option    "AutoRepeat"    "500 30"

    Option    "XkbModel"      "logiink"
    Option    "XkbRules"      "xorg"
    Option    "XkbLayout"    "us,cz"
    Option      "XkbOptions"    "grp:alt_shift_toggle,eurosign:e"

EndSection

Begining of .Xsession.errors
Code:

** Message: This build doesn't include support for XF86Misc extension         
** Message: Querying Xkb extension                                             
** Message: Xkb extension found                                               
** Message: Querying Xkb extension                                             
** Message: Xkb extension found


virtualx 09-02-2009 11:09 AM

Same issue here
 
I'm having the same problem on XFCE on Sidux, did you find a resolution?


All times are GMT -5. The time now is 02:08 AM.