My super key is disabled. How to enable it?

Mosharraf Hosain

Today somehow my Super key is disabled. I can't use it, neither the laptop keyboard nor external keyboard. When I press the Super key, it does not send the Super key signal to ubuntu (18.04 LTS). Somehow it changed.

I checked the Super key by xev command. Here is the output:

KeyRelease event, serial 37, synthetic NO, window 0x3400001,
root 0x176, subw 0x0, time 4735544, (559,365), root:(661,519),
state 0x2010, keycode 133 (keysym 0xfe08, ISO_Next_Group), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False

I have some key binding with Super key. I use keyboard shortcut for changing writing language, opening dash, changing window/application etc.

Please tell me how to enable the key.

Update:

The problem seems to occur after every shutdown. There might be an application which is overriding the key. Instead of running the command every time, I have figured out another simple way. See the updated answer.

Mosharraf Hosain

I've looked into this thread and ran

xmodmap -e "keycode 133 = Super_L"

which solved my problem.

Update:

The problem seems to occur after every restart (shutdown). I couldn't figure out why this happens. To prevent this, I added the following command in startup application:

xmodmap -e "keycode 133 = Super_L"

Apparently, this is the only known solution to me.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to enable a disabled checkbox dynamically?

From Dev

Disabled Cortana, how to enable it now?

From Dev

How to make XF86Explorer my new Super key

From Dev

I disabled my camera years ago and forgot how i did it and now want to re-enable it

From Dev

Unity hates my super key

From Dev

Unity hates my super key

From Dev

How to emulate the super key?

From Dev

How to emulate the super key?

From Dev

how to enable a disabled event handler with jquery

From Dev

How to enable one button inside a disabled fieldset

From Dev

How to enable copy paste on disabled TextBox

From Dev

how to dynamically enable a disabled ion-tab?

From Dev

How to enable tooltip on disabled button in javascript?

From Dev

How to enable tooltip on disabled button in javascript?

From Dev

How to enable all disabled when print

From Dev

How to enable copy paste on disabled TextBox

From Dev

How to enable the disabled Streaming Processors (SM)?

From Dev

how to enable a disabled event handler with jquery

From Dev

How to enable a currently disabled button in Swift

From Dev

Why is ‘Archive…’ disabled in Evolution (or how to enable it)

From Dev

All of my Firefox add-ons have been disabled suddenly, how can I re-enable them?

From Dev

How can I make my Super keys (Windows Key) behave more like Ctrl/Alt/Shift in Linux

From Dev

How to remap the Context Menu key to the Super key

From Dev

how to enable compose key in cinnamon?

From Dev

How to enable Inspection, after being Disabled in Android Studio?

From Dev

IE11 - How to enable scrollbar in disabled fieldset

From Dev

jQuery: How can i enable the disabled anchor tag

From Dev

How do I enable a disabled (in xml) ListPreference object in .java code?

From Dev

Why are there disabled buttons in HighStock Range Selector? And how to enable them?

Related Related

  1. 1

    How to enable a disabled checkbox dynamically?

  2. 2

    Disabled Cortana, how to enable it now?

  3. 3

    How to make XF86Explorer my new Super key

  4. 4

    I disabled my camera years ago and forgot how i did it and now want to re-enable it

  5. 5

    Unity hates my super key

  6. 6

    Unity hates my super key

  7. 7

    How to emulate the super key?

  8. 8

    How to emulate the super key?

  9. 9

    how to enable a disabled event handler with jquery

  10. 10

    How to enable one button inside a disabled fieldset

  11. 11

    How to enable copy paste on disabled TextBox

  12. 12

    how to dynamically enable a disabled ion-tab?

  13. 13

    How to enable tooltip on disabled button in javascript?

  14. 14

    How to enable tooltip on disabled button in javascript?

  15. 15

    How to enable all disabled when print

  16. 16

    How to enable copy paste on disabled TextBox

  17. 17

    How to enable the disabled Streaming Processors (SM)?

  18. 18

    how to enable a disabled event handler with jquery

  19. 19

    How to enable a currently disabled button in Swift

  20. 20

    Why is ‘Archive…’ disabled in Evolution (or how to enable it)

  21. 21

    All of my Firefox add-ons have been disabled suddenly, how can I re-enable them?

  22. 22

    How can I make my Super keys (Windows Key) behave more like Ctrl/Alt/Shift in Linux

  23. 23

    How to remap the Context Menu key to the Super key

  24. 24

    how to enable compose key in cinnamon?

  25. 25

    How to enable Inspection, after being Disabled in Android Studio?

  26. 26

    IE11 - How to enable scrollbar in disabled fieldset

  27. 27

    jQuery: How can i enable the disabled anchor tag

  28. 28

    How do I enable a disabled (in xml) ListPreference object in .java code?

  29. 29

    Why are there disabled buttons in HighStock Range Selector? And how to enable them?

HotTag

Archive