How to fix keyboard keys pressing on their own in Ubuntu 22.04.

Поділитися
Вставка
  • Опубліковано 17 вер 2024
  • Method 1
    - open applications
    - search settings
    - go to settings
    - scroll down to accessibility
    - look for typing section and turn off the repeat keys.
    Method 2
    - find out which key is pressing itself by following the video
    - go to terminal and type xev and hit enter, a small window will appear
    - now press the key on your keyboard that is causing the problem
    - now close the small window
    - and type this in terminal without brackets - (xmodmap -e 'keycode 112=NoSymbol') and hit enter. - make sure to replace 112 with your own key keycode.
    - and it will disable the key
    - to enable it again type this in your terminal ,without brackets - (setxkbmap) and hit enter.
    Thank you~

КОМЕНТАРІ • 5

  • @ashishkumar-fg7ph
    @ashishkumar-fg7ph Рік тому

    Thanks 🙏 bro it was quite helpful

  • @arifulhasan8556
    @arifulhasan8556 Рік тому

    Thanks bro ❤
    Is it possible to replace that key with another one?

  • @lipyveio6227
    @lipyveio6227 9 місяців тому

    error: attempt to read or write outside of disk 'loop

  • @theawakened7734
    @theawakened7734 2 місяці тому

    Do i need to do it after everytime I boot the os??