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

How to Find Mouse Button ID on CentOS 8/Stream

September 28, 2019 | By the+gnu+linux+evangelist.

Finding Button

  1. 2. Running Xev

    Then Run Xev CLI Tool
    Simply with:

    xev

    If not found then see your Distro Online Docs!

    How to Install Xev on CentOS Linux

    Installing Xorg Tools
  2. 3. Finding Button

    Finally, Click on the Xev Window
    Like this:

    How to Find Mouse Button on CentOS 8/Stream GNU/linux - Xev Window
    On the Terminal Window you Find the Button ID:
    How to Find Mouse Button on CentOS 8/Stream GNU/linux - Terminal Output

  3. 4. Mapping Mouse Button

    How to Map Mouse Button on CentOS desktop

    evdev Button Mapping Step-by-step Guide

Contents