$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Find Mouse Button ID on Ubuntu 22.04 LTS

February 19, 2023 | By the+gnu+linux+evangelist.

Finding Button

  1. 2. Installing X11 Utils

    Then Install X11 Utils Package
    With:

    sudo apt install x11-utils

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

  2. 3. Running Xev

    Then Run Xev CLI Tool
    Simply with:

    xev
  3. 4. Finding Button

    Finally, Click on the Xev Window
    Like this:

    How to Find Mouse Button on Ubuntu 22.04 Jammy LTS GNU/linux - Xev Window
    On the Terminal Window you Find the Button ID:
    How to Find Mouse Button on Ubuntu 22.04 Jammy LTS GNU/linux - Terminal Output

  4. 5. Mapping Mouse Button

    How to Map Mouse Button on Ubuntu Desktop

    evdev Button Mapping Step-by-step Guide

Contents