Results 1 to 5 of 5

Thread: Windows/Super/Hyper key not working with combinations

  1. #1
    Join Date
    Jul 2009
    Location
    Curiitba, Brazil
    Beans
    27
    Distro
    Ubuntu

    Red face Windows/Super/Hyper key not working with combinations

    Hi, I'm using Ubuntu 9.04 normally with all my Compiz and applications shortcuts dependent of my Windows key. Suddenly it stop working after a normal system restart, I can't working without my shortcuts because I have two monitors and two desktops. It works if is pressed in a "single mode", but I can't do any combination with other keys. I looking for this issue and found a similar thread, but without solution too. When I execute xev and press the Super key:
    Code:
     KeyPress event, serial 32, synthetic NO, window 0x4a00001,     root 0x105, subw 0x0, time 9954037, (341,-394), root:(349,420),     state 0x10, keycode 133 (keysym 0xff20, Multi_key), same_screen YES,     XLookupString gives 0 bytes:      XmbLookupString gives 0 bytes:      XFilterEvent returns: True  KeyRelease event, serial 35, synthetic NO, window 0x4a00001,     root 0x105, subw 0x0, time 9954086, (341,-394), root:(349,420),     state 0x10, keycode 133 (keysym 0xff20, Multi_key), same_screen YES,     XLookupString gives 0 bytes:      XFilterEvent returns: False
    When I execute xmodmap
    Code:
     maiko@maiko-laptop:~$ xmodmap  xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):  shift       Shift_L (0x32),  Shift_R (0x3e) lock        Caps_Lock (0x42) control     Control_L (0x25),  Control_R (0x69) mod1        Alt_L (0x40),  Meta_L (0xcd) mod2        Num_Lock (0x4d) mod3       mod4        Super_R (0x86),  Super_L (0xce),  Hyper_L (0xcf) mod5        ISO_Level3_Shift (0x5c),  Mode_switch (0xcb)
    What I can do to retrieve my Windows key function back ?

  2. #2
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Windows/Super/Hyper key not working with combinations

    Here are some things you can do to see what, if any, key assignments currently exist:

    1. System, Preferences, Keyboard Shortcuts
    2,
    Code:
    xmodmap -pke | grep "Super"
    3. Open gconf-editor and look for Super key assignments (you could also assign key combos in the /apps/metacity section):
    Code:
    gconf-editor
    Do a search for Super key assignments: Edit, Find, "Super", tick the "Search also in key values".

    4. CompizConfig Settings Manager: General, Keybindings. Check for any Super/Windows key assignments.
    Back to Xorg...

    Retired.

  3. #3
    Join Date
    Jul 2009
    Location
    Curiitba, Brazil
    Beans
    27
    Distro
    Ubuntu

    Cool Re: Windows/Super/Hyper key not working with combinations

    Hi and thanks for the answer.

    This is my output
    Code:
    maiko@maiko-laptop:~$ xmodmap -pke | grep "Super"
    keycode 134 = Super_R NoSymbol Super_R NoSymbol Super_R
    keycode 206 = NoSymbol Super_L NoSymbol Super_L NoSymbol Super_L
    maiko@maiko-laptop:~$
    My gconf-editor and ccsm are fully of shortcuts with <Super>char.

    See a screen-shot of gconf-editor in attachments.

    bye.

    Attached Images Attached Images

  4. #4
    Join Date
    Jul 2009
    Location
    Curiitba, Brazil
    Beans
    27
    Distro
    Ubuntu

    Re: Windows/Super/Hyper key not working with combinations

    Help !!

  5. #5
    Join Date
    Jul 2009
    Location
    Curiitba, Brazil
    Beans
    27
    Distro
    Ubuntu

    Angry Re: Windows/Super/Hyper key not working with combinations

    I'm using my PC without any shortcuts yet, it's ridiculus T_T

    I have tried
    Code:
    sudo dpkg-reconfigure xserver-xorg
    But did not work too.

    Help!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •