Text navigation through left and right arrows doesn't workBrowser automatically refreshes and Home folder...

Critique of timeline aesthetic

Aliens crash on Earth and go into stasis to wait for technology to fix their ship

Providing evidence of Consent of Parents for Marriage by minor in England in early 1800s?

Solving polynominals equations (relationship of roots)

Get consecutive integer number ranges from list of int

Can we say “you can pay when the order gets ready”?

Should the Death Curse affect an undead PC in the Tomb of Annihilation adventure?

Was there a shared-world project before "Thieves World"?

Mistake in years of experience in resume?

Don’t seats that recline flat defeat the purpose of having seatbelts?

Was there a Viking Exchange as well as a Columbian one?

Why do games have consumables?

555 timer FM transmitter

How come there are so many candidates for the 2020 Democratic party presidential nomination?

Does tea made with boiling water cool faster than tea made with boiled (but still hot) water?

Is this homebrew Wind Wave spell balanced?

Contradiction proof for inequality of P and NP?

How to limit Drive Letters Windows assigns to new removable USB drives

Can an Area of Effect spell cast outside a Prismatic Wall extend inside it?

What is the philosophical significance of speech acts/implicature?

How do I check if a string is entirely made of the same substring?

A strange hotel

Phrase for the opposite of "foolproof"

How to not starve gigantic beasts



Text navigation through left and right arrows doesn't work


Browser automatically refreshes and Home folder window opensHow to recognize special function keys on keyboardChange Keyboard Layout with both left and right Alt + Shift combosHow to use SLEEP, WAKE and POWER keys as media keys (VolumeUp , Volume Down etc) in Ubuntu 14.04?gnome-tweak-tool CapsLK and Ctrl button exchange doesn't workMultiple Keys are mapped to the same keypressLeft CTRL, ALT and SUPER do not work anymoreBackspace key not working in Ubuntu 18.04 LTSWhile Shift+1 prints the exclamation mark, the key “1” does not work!Compose key broken in Ubuntu 18.04 in X, but not in the console






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















I'm using Ubuntu 16.06 and I'm having the following problem. Left and right arrows navigation through text doesn't work anywhere, nor console no any editor or browser.



What is suspicious, when I'm running xev, I see the following. When I press arrows up and down:



 KeyPress event, serial 37, synthetic NO, window 0x3c00001,
root 0x50a, subw 0x0, time 5603186, (-756,-476), root:(2035,0),
state 0x0, keycode 111 (keysym 0xff52, Up), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x3c00001,
root 0x50a, subw 0x0, time 5603250, (-756,-476), root:(2035,0),
state 0x0, keycode 111 (keysym 0xff52, Up), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False

KeyPress event, serial 37, synthetic NO, window 0x3c00001,
root 0x50a, subw 0x0, time 5604250, (-756,-476), root:(2035,0),
state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x3c00001,
root 0x50a, subw 0x0, time 5604314, (-756,-476), root:(2035,0),
state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False


that is, legit key press and release events, and when I press arrows left and right:



KeymapNotify event, serial 37, synthetic NO, window 0x0,
keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

PropertyNotify event, serial 37, synthetic NO, window 0x3c00001,
atom 0x14d (_NET_WM_STATE), time 5704210, state PropertyNewValue

FocusOut event, serial 37, synthetic NO, window 0x3c00001,
mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 37, synthetic NO, window 0x3c00001,
mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 37, synthetic NO, window 0x0,
keys: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

FocusOut event, serial 37, synthetic NO, window 0x3c00001,
mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 37, synthetic NO, window 0x3c00001,
mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 37, synthetic NO, window 0x0,
keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0


Looks like some weird mappings are in place, but where are they set and how can I reset them?










share|improve this question









New contributor




olegst is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    1















    I'm using Ubuntu 16.06 and I'm having the following problem. Left and right arrows navigation through text doesn't work anywhere, nor console no any editor or browser.



    What is suspicious, when I'm running xev, I see the following. When I press arrows up and down:



     KeyPress event, serial 37, synthetic NO, window 0x3c00001,
    root 0x50a, subw 0x0, time 5603186, (-756,-476), root:(2035,0),
    state 0x0, keycode 111 (keysym 0xff52, Up), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

    KeyRelease event, serial 37, synthetic NO, window 0x3c00001,
    root 0x50a, subw 0x0, time 5603250, (-756,-476), root:(2035,0),
    state 0x0, keycode 111 (keysym 0xff52, Up), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False

    KeyPress event, serial 37, synthetic NO, window 0x3c00001,
    root 0x50a, subw 0x0, time 5604250, (-756,-476), root:(2035,0),
    state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

    KeyRelease event, serial 37, synthetic NO, window 0x3c00001,
    root 0x50a, subw 0x0, time 5604314, (-756,-476), root:(2035,0),
    state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False


    that is, legit key press and release events, and when I press arrows left and right:



    KeymapNotify event, serial 37, synthetic NO, window 0x0,
    keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

    PropertyNotify event, serial 37, synthetic NO, window 0x3c00001,
    atom 0x14d (_NET_WM_STATE), time 5704210, state PropertyNewValue

    FocusOut event, serial 37, synthetic NO, window 0x3c00001,
    mode NotifyGrab, detail NotifyAncestor

    FocusIn event, serial 37, synthetic NO, window 0x3c00001,
    mode NotifyUngrab, detail NotifyAncestor

    KeymapNotify event, serial 37, synthetic NO, window 0x0,
    keys: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

    FocusOut event, serial 37, synthetic NO, window 0x3c00001,
    mode NotifyGrab, detail NotifyAncestor

    FocusIn event, serial 37, synthetic NO, window 0x3c00001,
    mode NotifyUngrab, detail NotifyAncestor

    KeymapNotify event, serial 37, synthetic NO, window 0x0,
    keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0


    Looks like some weird mappings are in place, but where are they set and how can I reset them?










    share|improve this question









    New contributor




    olegst is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      1












      1








      1








      I'm using Ubuntu 16.06 and I'm having the following problem. Left and right arrows navigation through text doesn't work anywhere, nor console no any editor or browser.



      What is suspicious, when I'm running xev, I see the following. When I press arrows up and down:



       KeyPress event, serial 37, synthetic NO, window 0x3c00001,
      root 0x50a, subw 0x0, time 5603186, (-756,-476), root:(2035,0),
      state 0x0, keycode 111 (keysym 0xff52, Up), same_screen YES,
      XLookupString gives 0 bytes:
      XmbLookupString gives 0 bytes:
      XFilterEvent returns: False

      KeyRelease event, serial 37, synthetic NO, window 0x3c00001,
      root 0x50a, subw 0x0, time 5603250, (-756,-476), root:(2035,0),
      state 0x0, keycode 111 (keysym 0xff52, Up), same_screen YES,
      XLookupString gives 0 bytes:
      XFilterEvent returns: False

      KeyPress event, serial 37, synthetic NO, window 0x3c00001,
      root 0x50a, subw 0x0, time 5604250, (-756,-476), root:(2035,0),
      state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
      XLookupString gives 0 bytes:
      XmbLookupString gives 0 bytes:
      XFilterEvent returns: False

      KeyRelease event, serial 37, synthetic NO, window 0x3c00001,
      root 0x50a, subw 0x0, time 5604314, (-756,-476), root:(2035,0),
      state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
      XLookupString gives 0 bytes:
      XFilterEvent returns: False


      that is, legit key press and release events, and when I press arrows left and right:



      KeymapNotify event, serial 37, synthetic NO, window 0x0,
      keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
      0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

      PropertyNotify event, serial 37, synthetic NO, window 0x3c00001,
      atom 0x14d (_NET_WM_STATE), time 5704210, state PropertyNewValue

      FocusOut event, serial 37, synthetic NO, window 0x3c00001,
      mode NotifyGrab, detail NotifyAncestor

      FocusIn event, serial 37, synthetic NO, window 0x3c00001,
      mode NotifyUngrab, detail NotifyAncestor

      KeymapNotify event, serial 37, synthetic NO, window 0x0,
      keys: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
      0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

      FocusOut event, serial 37, synthetic NO, window 0x3c00001,
      mode NotifyGrab, detail NotifyAncestor

      FocusIn event, serial 37, synthetic NO, window 0x3c00001,
      mode NotifyUngrab, detail NotifyAncestor

      KeymapNotify event, serial 37, synthetic NO, window 0x0,
      keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
      0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0


      Looks like some weird mappings are in place, but where are they set and how can I reset them?










      share|improve this question









      New contributor




      olegst is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I'm using Ubuntu 16.06 and I'm having the following problem. Left and right arrows navigation through text doesn't work anywhere, nor console no any editor or browser.



      What is suspicious, when I'm running xev, I see the following. When I press arrows up and down:



       KeyPress event, serial 37, synthetic NO, window 0x3c00001,
      root 0x50a, subw 0x0, time 5603186, (-756,-476), root:(2035,0),
      state 0x0, keycode 111 (keysym 0xff52, Up), same_screen YES,
      XLookupString gives 0 bytes:
      XmbLookupString gives 0 bytes:
      XFilterEvent returns: False

      KeyRelease event, serial 37, synthetic NO, window 0x3c00001,
      root 0x50a, subw 0x0, time 5603250, (-756,-476), root:(2035,0),
      state 0x0, keycode 111 (keysym 0xff52, Up), same_screen YES,
      XLookupString gives 0 bytes:
      XFilterEvent returns: False

      KeyPress event, serial 37, synthetic NO, window 0x3c00001,
      root 0x50a, subw 0x0, time 5604250, (-756,-476), root:(2035,0),
      state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
      XLookupString gives 0 bytes:
      XmbLookupString gives 0 bytes:
      XFilterEvent returns: False

      KeyRelease event, serial 37, synthetic NO, window 0x3c00001,
      root 0x50a, subw 0x0, time 5604314, (-756,-476), root:(2035,0),
      state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
      XLookupString gives 0 bytes:
      XFilterEvent returns: False


      that is, legit key press and release events, and when I press arrows left and right:



      KeymapNotify event, serial 37, synthetic NO, window 0x0,
      keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
      0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

      PropertyNotify event, serial 37, synthetic NO, window 0x3c00001,
      atom 0x14d (_NET_WM_STATE), time 5704210, state PropertyNewValue

      FocusOut event, serial 37, synthetic NO, window 0x3c00001,
      mode NotifyGrab, detail NotifyAncestor

      FocusIn event, serial 37, synthetic NO, window 0x3c00001,
      mode NotifyUngrab, detail NotifyAncestor

      KeymapNotify event, serial 37, synthetic NO, window 0x0,
      keys: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
      0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

      FocusOut event, serial 37, synthetic NO, window 0x3c00001,
      mode NotifyGrab, detail NotifyAncestor

      FocusIn event, serial 37, synthetic NO, window 0x3c00001,
      mode NotifyUngrab, detail NotifyAncestor

      KeymapNotify event, serial 37, synthetic NO, window 0x0,
      keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
      0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0


      Looks like some weird mappings are in place, but where are they set and how can I reset them?







      keyboard keyboard-layout






      share|improve this question









      New contributor




      olegst is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      olegst is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 5 hours ago









      Nuwan Thisara

      1,04121535




      1,04121535






      New contributor




      olegst is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 17 hours ago









      olegstolegst

      1062




      1062




      New contributor




      olegst is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      olegst is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      olegst is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          olegst is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138380%2ftext-navigation-through-left-and-right-arrows-doesnt-work%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          olegst is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          olegst is a new contributor. Be nice, and check out our Code of Conduct.













          olegst is a new contributor. Be nice, and check out our Code of Conduct.












          olegst is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138380%2ftext-navigation-through-left-and-right-arrows-doesnt-work%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...